Gemfile.lock in dry-transaction-0.5.0 vs Gemfile.lock in dry-transaction-0.6.0

- old
+ new

@@ -1,19 +1,35 @@ PATH remote: . specs: - dry-transaction (0.5.0) + dry-transaction (0.6.0) + dry-container (>= 0.2.8) kleisli wisper (>= 1.6.0) GEM remote: https://rubygems.org/ specs: + byebug (8.2.2) + codeclimate-test-reporter (0.5.0) + simplecov (>= 0.7.1, < 1.0.0) + coderay (1.1.1) + concurrent-ruby (1.0.1) diff-lcs (1.2.5) docile (1.1.5) + dry-configurable (0.1.4) + concurrent-ruby (~> 1.0) + dry-container (0.3.1) + concurrent-ruby (~> 1.0) + dry-configurable (~> 0.1, >= 0.1.3) json (1.8.3) kleisli (0.2.7) + method_source (0.8.2) + pry (0.10.3) + coderay (~> 1.1.0) + method_source (~> 0.8.1) + slop (~> 3.4) rake (10.4.2) rspec (3.3.0) rspec-core (~> 3.3.0) rspec-expectations (~> 3.3.0) rspec-mocks (~> 3.3.0) @@ -29,18 +45,23 @@ simplecov (0.10.0) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) + slop (3.6.0) wisper (1.6.1) yard (0.8.7.6) PLATFORMS ruby DEPENDENCIES - bundler (~> 1.10) + bundler (~> 1.11.2) + byebug + codeclimate-test-reporter + dry-container dry-transaction! + pry rake (~> 10.4.2) rspec (~> 3.3.0) simplecov (~> 0.10.0) yard