Gemfile.lock in working_man-0.0.4 vs Gemfile.lock in working_man-0.0.5
- old
+ new
@@ -1,23 +1,51 @@
PATH
remote: .
specs:
- working_man (0.0.3)
- methadone
+ working_man (0.0.4)
+ methadone (~> 1.0.0.rc4)
GEM
remote: https://rubygems.org/
specs:
+ aruba (0.4.11)
+ childprocess (>= 0.2.3)
+ cucumber (>= 1.1.1)
+ ffi (>= 1.0.11)
+ rspec (>= 2.7.0)
+ builder (3.0.0)
+ childprocess (0.3.1)
+ ffi (~> 1.0.6)
+ cucumber (1.1.9)
+ builder (>= 2.1.2)
+ diff-lcs (>= 1.1.2)
+ gherkin (~> 2.9.0)
+ json (>= 1.4.6)
+ term-ansicolor (>= 1.0.6)
+ diff-lcs (1.1.3)
+ ffi (1.0.11)
+ gherkin (2.9.3)
+ json (>= 1.4.6)
json (1.6.5)
methadone (1.0.0)
bundler
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
+ rspec (2.9.0)
+ rspec-core (~> 2.9.0)
+ rspec-expectations (~> 2.9.0)
+ rspec-mocks (~> 2.9.0)
+ rspec-core (2.9.0)
+ rspec-expectations (2.9.1)
+ diff-lcs (~> 1.1.3)
+ rspec-mocks (2.9.0)
+ term-ansicolor (1.0.7)
PLATFORMS
ruby
DEPENDENCIES
+ aruba (~> 0.4.11)
rake (~> 0.9.2)
rdoc
working_man!