Gemfile.lock in idiotz-0.1.0 vs Gemfile.lock in idiotz-0.2.0
- old
+ new
@@ -1,14 +1,57 @@
PATH
remote: .
specs:
- idiotz (0.1.0)
+ idiotz (0.2.0)
+ activesupport (~> 5.0.0)
+ thor
GEM
remote: https://rubygems.org/
specs:
+ activesupport (5.0.7)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ aruba (0.14.5)
+ childprocess (>= 0.6.3, < 0.10.0)
+ contracts (~> 0.9)
+ cucumber (>= 1.3.19)
+ ffi (~> 1.9.10)
+ rspec-expectations (>= 2.99)
+ thor (~> 0.19)
+ backports (3.11.3)
+ builder (3.2.3)
+ childprocess (0.9.0)
+ ffi (~> 1.0, >= 1.0.11)
+ concurrent-ruby (1.0.5)
+ contracts (0.16.0)
+ cucumber (3.1.0)
+ builder (>= 2.1.2)
+ cucumber-core (~> 3.1.0)
+ cucumber-expressions (~> 5.0.4)
+ cucumber-wire (~> 0.0.1)
+ diff-lcs (~> 1.3)
+ gherkin (~> 5.0)
+ multi_json (>= 1.7.5, < 2.0)
+ multi_test (>= 0.1.2)
+ cucumber-core (3.1.0)
+ backports (>= 3.8.0)
+ cucumber-tag_expressions (~> 1.1.0)
+ gherkin (>= 5.0.0)
+ cucumber-expressions (5.0.17)
+ cucumber-tag_expressions (1.1.1)
+ cucumber-wire (0.0.1)
diff-lcs (1.3)
+ ffi (1.9.23)
+ gherkin (5.0.0)
+ i18n (1.0.1)
+ concurrent-ruby (~> 1.0)
+ minitest (5.11.3)
+ multi_json (1.13.1)
+ multi_test (0.1.2)
rake (10.5.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
@@ -19,15 +62,21 @@
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)
+ thor (0.20.0)
+ thread_safe (0.3.6)
+ tzinfo (1.2.5)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
+ aruba
bundler (~> 1.16)
+ cucumber
idiotz!
rake (~> 10.0)
rspec (~> 3.0)
BUNDLED WITH