Gemfile.lock in mrkt-0.9.0 vs Gemfile.lock in mrkt-0.10.0

- old
+ new

@@ -1,90 +1,92 @@ PATH remote: . specs: - mrkt (0.9.0) - faraday (> 0.9.0, < 0.14.0) - faraday_middleware (> 0.9.0, < 0.13.0) + mrkt (0.10.0) + faraday (> 0.9.0, < 0.16.0) + faraday_middleware (> 0.9.0, < 0.16.0) GEM remote: https://rubygems.org/ specs: - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) - ast (2.3.0) - byebug (9.0.6) - codeclimate-test-reporter (1.0.7) - simplecov - coderay (1.1.1) + addressable (2.6.0) + public_suffix (>= 2.0.2, < 4.0) + ast (2.4.0) + byebug (11.0.1) + codeclimate-test-reporter (1.0.9) + simplecov (<= 0.13) + coderay (1.1.2) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) docile (1.1.5) - faraday (0.10.1) + faraday (0.15.4) multipart-post (>= 1.2, < 3) - faraday_middleware (0.10.1) + faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) - json (2.1.0) - method_source (0.8.2) + hashdiff (0.3.8) + jaro_winkler (1.5.2) + json (2.2.0) + method_source (0.9.2) multipart-post (2.0.0) - parser (2.4.0.0) - ast (~> 2.2) - powerpack (0.1.1) - pry (0.10.4) + parallel (1.14.0) + parser (2.6.2.0) + ast (~> 2.4.0) + pry (0.12.2) coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - pry-byebug (3.4.2) - byebug (~> 9.0) + method_source (~> 0.9.0) + pry-byebug (3.7.0) + byebug (~> 11.0) pry (~> 0.10) - public_suffix (2.0.5) - rainbow (2.2.2) - rake - rake (10.5.0) - 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) + psych (3.1.0) + public_suffix (3.0.3) + rainbow (3.0.0) + rake (12.3.2) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-mocks (3.6.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-support (3.6.0) - rubocop (0.45.0) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) + rubocop (0.66.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) + psych (>= 3.1.0) + rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) - safe_yaml (1.0.4) - simplecov (0.14.1) + unicode-display_width (>= 1.4.0, < 1.6) + ruby-progressbar (1.10.0) + safe_yaml (1.0.5) + simplecov (0.13.0) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) - simplecov-html (0.10.1) - slop (3.6.0) - unicode-display_width (1.3.0) - webmock (1.21.0) + simplecov-html (0.10.2) + unicode-display_width (1.5.0) + webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) + hashdiff PLATFORMS ruby DEPENDENCIES bundler (~> 1.3) - codeclimate-test-reporter (~> 1.0.0) + codeclimate-test-reporter (~> 1.0) mrkt! - pry-byebug (~> 3.4.0) - rake (~> 10.0) + pry-byebug (~> 3.7) + rake (~> 12.3) rspec (~> 3.2) - rubocop (~> 0.45.0) - simplecov (~> 0.14.1) - webmock (~> 1.21.0) + rubocop (~> 0.66.0) + webmock (~> 3.1) BUNDLED WITH - 1.15.4 + 1.17.2