Gemfile.lock in pwinty-3.0.4 vs Gemfile.lock in pwinty-3.0.5

- old
+ new

@@ -1,94 +1,96 @@ PATH remote: . specs: - pwinty (3.0.4) + pwinty (3.0.5) dry-struct (~> 1.0) dry-struct-setters (~> 0.2) faraday (~> 0.15) faraday_middleware (~> 0.13) json (~> 2.2) GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - concurrent-ruby (1.1.5) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + concurrent-ruby (1.1.6) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) docile (1.3.2) - dry-configurable (0.8.3) + dotenv (2.7.5) + dry-configurable (0.11.5) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.7) + dry-equalizer (~> 0.2) dry-container (0.7.2) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) dry-core (0.4.9) concurrent-ruby (~> 1.0) - dry-equalizer (0.2.2) - dry-inflector (0.1.2) - dry-logic (1.0.3) + dry-equalizer (0.3.0) + dry-inflector (0.2.0) + dry-logic (1.0.6) concurrent-ruby (~> 1.0) dry-core (~> 0.2) dry-equalizer (~> 0.2) - dry-struct (1.0.0) - dry-core (~> 0.4, >= 0.4.3) - dry-equalizer (~> 0.2) - dry-types (~> 1.0) + dry-struct (1.3.0) + dry-core (~> 0.4, >= 0.4.4) + dry-equalizer (~> 0.3) + dry-types (~> 1.3) ice_nine (~> 0.11) dry-struct-setters (0.2.0) dry-struct (>= 0.5.0) - dry-types (1.1.1) + dry-types (1.4.0) concurrent-ruby (~> 1.0) dry-container (~> 0.3) dry-core (~> 0.4, >= 0.4.4) - dry-equalizer (~> 0.2, >= 0.2.2) + dry-equalizer (~> 0.3) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - faraday (0.15.4) + faraday (0.17.3) multipart-post (>= 1.2, < 3) - faraday_middleware (0.13.1) + faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) - hashdiff (1.0.0) + hashdiff (1.0.1) ice_nine (0.11.2) - json (2.2.0) + json (2.3.0) multipart-post (2.1.1) - public_suffix (3.1.1) - rake (10.5.0) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.2) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.4) + public_suffix (4.0.5) + rake (13.0.1) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.2) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.1) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.2) + rspec-support (~> 3.9.0) + rspec-support (3.9.3) safe_yaml (1.0.5) - simplecov (0.17.0) + simplecov (0.18.5) docile (~> 1.1) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.2) - vcr (5.0.0) - webmock (3.6.2) + simplecov-html (~> 0.11) + simplecov-html (0.12.2) + vcr (5.1.0) + webmock (3.8.3) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS ruby DEPENDENCIES bundler (~> 1.17) + dotenv (~> 2.7.5) pwinty! - rake (~> 10.0) + rake (~> 13.0) rspec (~> 3.0) simplecov (~> 0.17) vcr (~> 5.0) webmock (~> 3.6)