diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 51cb86f..e04f49b 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,55 +1,52 @@ PATH - remote: ../ + remote: .. specs: - forklift (1.0.3) - activesupport - elasticsearch - lumberjack - mysql2 - pony + forklift_etl (1.0.3) + activesupport (~> 4.0, >= 4.0.0) + elasticsearch (~> 1.0, >= 1.0.0) + lumberjack (~> 1.0, >= 1.0.0) + mysql2 (~> 0.0, >= 0.0.1) + pony (~> 1.0, >= 1.0.0) GEM remote: https://rubygems.org/ specs: - activesupport (4.0.3) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - atomic (1.1.15) - elasticsearch (1.0.1) - elasticsearch-api (= 1.0.1) - elasticsearch-transport (= 1.0.1) - elasticsearch-api (1.0.1) + activesupport (4.2.11.3) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + concurrent-ruby (1.1.10) + elasticsearch (1.1.3) + elasticsearch-api (= 1.1.3) + elasticsearch-transport (= 1.1.3) + elasticsearch-api (1.1.3) multi_json - elasticsearch-transport (1.0.1) + elasticsearch-transport (1.1.3) faraday multi_json - faraday (0.9.0) - multipart-post (>= 1.2, < 3) - i18n (0.6.9) - lumberjack (1.0.5) - mail (2.5.4) - mime-types (~> 1.16) - treetop (~> 1.4.8) - mime-types (1.25.1) - minitest (4.7.5) - multi_json (1.9.2) - multipart-post (2.0.0) - mysql2 (0.3.15) - polyglot (0.3.4) - pony (1.8) + faraday (2.3.0) + faraday-net_http (~> 2.0) + ruby2_keywords (>= 0.0.4) + faraday-net_http (2.0.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + lumberjack (1.2.8) + mail (2.7.1) + mini_mime (>= 0.1.1) + mini_mime (1.1.2) + minitest (5.16.0) + multi_json (1.15.0) + mysql2 (0.5.4) + pony (1.13.1) mail (>= 2.0) - thread_safe (0.2.0) - atomic (>= 1.1.7, < 2) - treetop (1.4.15) - polyglot - polyglot (>= 0.3.1) - tzinfo (0.3.39) + ruby2_keywords (0.0.5) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES - forklift! + forklift_etl!