Gemfile.lock in customer_miner-0.0.3 vs Gemfile.lock in customer_miner-0.0.4

- old
+ new

@@ -1,29 +1,68 @@ PATH remote: . specs: - customer_miner (0.0.2) - httparty (~> 0.15.5) + customer_miner (0.0.4) thor (~> 0.19.4) typhoeus (~> 1.1) GEM remote: https://rubygems.org/ specs: + addressable (2.5.0) + public_suffix (~> 2.0, >= 2.0.2) + clearbit (0.2.7) + nestful (~> 1.1.0) + coderay (1.1.1) + concurrent-ruby (1.0.5) + crack (0.4.3) + safe_yaml (~> 1.0.0) + diff-lcs (1.3) ethon (0.10.1) ffi (>= 1.3.0) - ffi (1.9.17) - httparty (0.15.5) - multi_xml (>= 0.5.2) - multi_xml (0.6.0) + ffi (1.9.18) + hashdiff (0.3.2) + method_source (0.8.2) + nestful (1.1.1) + pry (0.10.4) + coderay (~> 1.1.0) + method_source (~> 0.8.1) + slop (~> 3.4) + public_suffix (2.0.5) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.6.0) + rspec-mocks (3.6.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) + safe_yaml (1.0.4) + slop (3.6.0) thor (0.19.4) + thread (0.2.2) typhoeus (1.1.2) ethon (>= 0.9.0) + webmock (2.3.2) + addressable (>= 2.3.6) + crack (>= 0.3.2) + hashdiff PLATFORMS ruby DEPENDENCIES + clearbit + concurrent-ruby (~> 1.0.5) customer_miner! + pry + rspec + thread + webmock BUNDLED WITH - 1.13.7 + 1.15.0