Skip to content

Commit

Permalink
Update cucumber version
Browse files Browse the repository at this point in the history
Version 1.3.10 has problems running with Ruby 2.2.3 - `undefined method `unpack' for nil:NilClass (NoMethodError)`
Updating the cucumber version fixes this error.

See: cucumber/cucumber-ruby#781
  • Loading branch information
TheDoubleK committed Oct 30, 2015
1 parent 3281a07 commit d3fc119
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "capybara", "2.1.0"
gem "cucumber", "1.3.10"
gem "cucumber", "1.3.20"
gem "launchy", "2.4.2"
gem "nokogiri", "1.6.1"
gem "rake", "10.1.1"
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ GEM
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
colored (1.2)
cucumber (1.3.10)
cucumber (1.3.20)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.0.2)
multi_test (>= 0.1.2)
diff-lcs (1.2.5)
ffi (1.9.10)
gherkin (2.12.2)
Expand Down Expand Up @@ -78,7 +78,7 @@ PLATFORMS
DEPENDENCIES
capybara (= 2.1.0)
capybara-screenshot (= 1.0.3)
cucumber (= 1.3.10)
cucumber (= 1.3.20)
json (= 1.8.2)
launchy (= 2.4.2)
nokogiri (= 1.6.1)
Expand All @@ -89,3 +89,6 @@ DEPENDENCIES
rspec (= 2.14.1)
selenium-webdriver (= 2.47.1)
test-unit (= 3.0.9)

BUNDLED WITH
1.10.6

0 comments on commit d3fc119

Please sign in to comment.