Gemfile.lock in working_man-1.0.0 vs Gemfile.lock in working_man-1.1.0
- old
+ new
@@ -1,51 +1,63 @@
PATH
remote: .
specs:
- working_man (1.0.0)
- thor (~> 0.18.1)
+ working_man (1.1.0)
+ thor (~> 0.19)
GEM
remote: https://rubygems.org/
specs:
- aruba (0.5.4)
- childprocess (>= 0.3.6)
- cucumber (>= 1.1.1)
- rspec-expectations (>= 2.7.0)
+ aruba (0.10.2)
+ childprocess (~> 0.5.6)
+ contracts (~> 0.9)
+ cucumber (>= 1.3.19)
+ ffi (~> 1.9.10)
+ rspec-expectations (>= 2.99)
+ thor (~> 0.19)
builder (3.2.2)
- childprocess (0.5.1)
+ childprocess (0.5.8)
ffi (~> 1.0, >= 1.0.11)
- cucumber (1.3.12)
+ contracts (0.12.0)
+ cucumber (2.1.0)
builder (>= 2.1.2)
+ cucumber-core (~> 1.3.0)
diff-lcs (>= 1.1.3)
- gherkin (~> 2.12)
+ gherkin3 (~> 3.1.0)
multi_json (>= 1.7.5, < 2.0)
- multi_test (>= 0.1.1)
+ multi_test (>= 0.1.2)
+ cucumber-core (1.3.0)
+ gherkin3 (~> 3.1.0)
diff-lcs (1.2.5)
- ffi (1.9.3)
- gherkin (2.12.2)
- multi_json (~> 1.3)
- json (1.8.1)
- multi_json (1.9.2)
- multi_test (0.1.1)
- rake (10.1.1)
- rdoc (3.12)
- json (~> 1.4)
- rspec (2.14.1)
- rspec-core (~> 2.14.0)
- rspec-expectations (~> 2.14.0)
- rspec-mocks (~> 2.14.0)
- rspec-core (2.14.8)
- rspec-expectations (2.14.5)
- diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.6)
- thor (0.18.1)
+ ffi (1.9.10)
+ gherkin3 (3.1.2)
+ multi_json (1.11.2)
+ multi_test (0.1.2)
+ rake (10.4.2)
+ rdoc (4.2.0)
+ rspec (3.4.0)
+ rspec-core (~> 3.4.0)
+ rspec-expectations (~> 3.4.0)
+ rspec-mocks (~> 3.4.0)
+ rspec-core (3.4.1)
+ rspec-support (~> 3.4.0)
+ rspec-expectations (3.4.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.4.0)
+ rspec-mocks (3.4.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.4.0)
+ rspec-support (3.4.0)
+ thor (0.19.1)
PLATFORMS
ruby
DEPENDENCIES
- aruba (~> 0.5.4)
- rake (~> 10.1.1)
+ aruba (~> 0.10)
+ rake (~> 10.4)
rdoc
- rspec (~> 2.14.1)
+ rspec (~> 3.4)
working_man!
+
+BUNDLED WITH
+ 1.10.6