Gemfile.lock in working_man-0.3.0 vs Gemfile.lock in working_man-1.0.0
- old
+ new
@@ -1,50 +1,51 @@
PATH
remote: .
specs:
- working_man (0.3.0)
- methadone (~> 1.2.1)
+ working_man (1.0.0)
+ thor (~> 0.18.1)
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- aruba (0.5.0)
- childprocess (= 0.2.3)
+ aruba (0.5.4)
+ childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
- ffi (>= 1.0.11)
rspec-expectations (>= 2.7.0)
- builder (3.1.4)
- childprocess (0.2.3)
- ffi (~> 1.0.6)
- cucumber (1.2.1)
+ builder (3.2.2)
+ childprocess (0.5.1)
+ ffi (~> 1.0, >= 1.0.11)
+ cucumber (1.3.12)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
- gherkin (~> 2.11.0)
- json (>= 1.4.6)
- diff-lcs (1.1.3)
- ffi (1.0.11)
- gherkin (2.11.5)
- json (>= 1.4.6)
- json (1.6.5)
- methadone (1.2.1)
- bundler
- rake (0.9.2.2)
+ gherkin (~> 2.12)
+ multi_json (>= 1.7.5, < 2.0)
+ multi_test (>= 0.1.1)
+ 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.11.0)
- rspec-core (~> 2.11.0)
- rspec-expectations (~> 2.11.0)
- rspec-mocks (~> 2.11.0)
- rspec-core (2.11.1)
- rspec-expectations (2.11.3)
- diff-lcs (~> 1.1.3)
- rspec-mocks (2.11.3)
+ 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)
PLATFORMS
ruby
DEPENDENCIES
- aruba (~> 0.5)
- rake (~> 0.9.2)
+ aruba (~> 0.5.4)
+ rake (~> 10.1.1)
rdoc
- rspec (~> 2.9)
+ rspec (~> 2.14.1)
working_man!