Skip to content

Commit

Permalink
Bump cucumber from 2.4.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Apr 9, 2018
1 parent c882207 commit 70253ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ end

group :cucumber, :test do
gem 'capybara'
gem 'cucumber', '~> 2.4.0'
gem 'cucumber', '~> 3.1.0'
gem 'cucumber-rails', require: false
gem 'launchy'
gem 'poltergeist'
Expand Down
22 changes: 14 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GEM
autoprefixer-rails (8.2.0)
execjs
babosa (1.0.2)
backports (3.11.1)
better_errors (2.4.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -103,22 +104,27 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
cucumber (2.4.0)
cucumber (3.1.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
cucumber-core (~> 3.1.0)
cucumber-expressions (~> 5.0.4)
cucumber-wire (~> 0.0.1)
diff-lcs (>= 1.1.3)
gherkin (~> 4.0)
diff-lcs (~> 1.3)
gherkin (~> 5.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.5.0)
gherkin (~> 4.0)
cucumber-core (3.1.0)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (>= 5.0.0)
cucumber-expressions (5.0.15)
cucumber-rails (1.5.0)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 4)
mime-types (>= 1.17, < 4)
nokogiri (~> 1.5)
railties (>= 4, < 5.2)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
dalli (2.7.7)
database_cleaner (1.6.2)
Expand Down Expand Up @@ -165,7 +171,7 @@ GEM
rails (>= 4.2.4)
warden (~> 1.2)
warden-oauth2 (~> 0.0.1)
gherkin (4.1.3)
gherkin (5.0.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
globalize (5.1.0)
Expand Down Expand Up @@ -563,7 +569,7 @@ DEPENDENCIES
chronic
ci_reporter_minitest
coffee-rails (~> 4.2.2)
cucumber (~> 2.4.0)
cucumber (~> 3.1.0)
cucumber-rails
dalli (~> 2.7)
database_cleaner
Expand Down

0 comments on commit 70253ee

Please sign in to comment.