Gemfile.lock in pwush-0.0.0 vs Gemfile.lock in pwush-0.1.0

- old
+ new

@@ -1,23 +1,79 @@ PATH remote: . specs: - Pwush (0.0.0) + pwush (0.1.0) + dry-monads (~> 0.4) + dry-struct (~> 0.4) + dry-types (~> 0.12) + http (~> 3.0) + oj (~> 3) GEM remote: https://rubygems.org/ specs: + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) byebug (10.0.2) coderay (1.1.2) + concurrent-ruby (1.0.5) + crack (0.4.3) + safe_yaml (~> 1.0.0) diff-lcs (1.3) + docile (1.3.0) + domain_name (0.5.20170404) + unf (>= 0.0.5, < 1.0.0) + dry-configurable (0.7.0) + concurrent-ruby (~> 1.0) + dry-container (0.6.0) + concurrent-ruby (~> 1.0) + dry-configurable (~> 0.1, >= 0.1.3) + dry-core (0.4.5) + concurrent-ruby (~> 1.0) + dry-equalizer (0.2.0) + dry-logic (0.4.2) + dry-container (~> 0.2, >= 0.2.6) + dry-core (~> 0.2) + dry-equalizer (~> 0.2) + dry-monads (0.4.0) + dry-core (~> 0.3, >= 0.3.3) + dry-equalizer + dry-struct (0.4.0) + dry-core (~> 0.4, >= 0.4.1) + dry-equalizer (~> 0.2) + dry-types (~> 0.12, >= 0.12.2) + ice_nine (~> 0.11) + dry-types (0.12.2) + concurrent-ruby (~> 1.0) + dry-configurable (~> 0.1) + dry-container (~> 0.3) + dry-core (~> 0.2, >= 0.2.1) + dry-equalizer (~> 0.2) + dry-logic (~> 0.4, >= 0.4.2) + inflecto (~> 0.0.0, >= 0.0.2) + hashdiff (0.3.7) + http (3.0.0) + addressable (~> 2.3) + http-cookie (~> 1.0) + http-form_data (>= 2.0.0.pre.pre2, < 3) + http_parser.rb (~> 0.6.0) + http-cookie (1.0.3) + domain_name (~> 0.5) + http-form_data (2.1.0) + http_parser.rb (0.6.0) + ice_nine (0.11.2) + inflecto (0.0.2) + json (2.1.0) method_source (0.9.0) + oj (3.5.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) pry-byebug (3.6.0) byebug (~> 10.0) pry (~> 0.10) + public_suffix (3.0.2) rake (10.5.0) rspec (3.7.0) rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) rspec-mocks (~> 3.7.0) @@ -28,18 +84,36 @@ rspec-support (~> 3.7.0) rspec-mocks (3.7.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) + rspec_junit_formatter (0.3.0) + rspec-core (>= 2, < 4, != 2.12.0) + safe_yaml (1.0.4) + simplecov (0.16.1) + docile (~> 1.1) + json (>= 1.8, < 3) + simplecov-html (~> 0.10.0) + simplecov-html (0.10.2) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.5) + webmock (3.3.0) + addressable (>= 2.3.6) + crack (>= 0.3.2) + hashdiff PLATFORMS ruby DEPENDENCIES - Pwush! bundler (~> 1.16) pry-byebug + pwush! rake (~> 10.0) rspec (~> 3.0) + rspec_junit_formatter + simplecov + webmock (~> 3.0) BUNDLED WITH 1.16.1