Gemfile.lock in working_man-0.2.0 vs Gemfile.lock in working_man-0.3.0
- old
+ new
@@ -1,51 +1,50 @@
PATH
remote: .
specs:
- working_man (0.0.4)
- methadone (~> 1.0.0.rc4)
+ working_man (0.3.0)
+ methadone (~> 1.2.1)
GEM
- remote: https://rubygems.org/
+ remote: http://rubygems.org/
specs:
- aruba (0.4.11)
- childprocess (>= 0.2.3)
+ aruba (0.5.0)
+ childprocess (= 0.2.3)
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
- rspec (>= 2.7.0)
- builder (3.0.0)
- childprocess (0.3.1)
+ rspec-expectations (>= 2.7.0)
+ builder (3.1.4)
+ childprocess (0.2.3)
ffi (~> 1.0.6)
- cucumber (1.1.9)
+ cucumber (1.2.1)
builder (>= 2.1.2)
- diff-lcs (>= 1.1.2)
- gherkin (~> 2.9.0)
+ diff-lcs (>= 1.1.3)
+ gherkin (~> 2.11.0)
json (>= 1.4.6)
- term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.11)
- gherkin (2.9.3)
+ gherkin (2.11.5)
json (>= 1.4.6)
json (1.6.5)
- methadone (1.0.0)
+ methadone (1.2.1)
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)
+ 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.9.0)
- term-ansicolor (1.0.7)
+ rspec-mocks (2.11.3)
PLATFORMS
ruby
DEPENDENCIES
- aruba (~> 0.4.11)
+ aruba (~> 0.5)
rake (~> 0.9.2)
rdoc
+ rspec (~> 2.9)
working_man!