diff --git a/Gemfile b/Gemfile index 9b95b1c43..c149c1cd1 100644 --- a/Gemfile +++ b/Gemfile @@ -305,7 +305,7 @@ group :development, :test do gem "rspec-rails", "3.6.0" # Cucumber (integration tests) - gem "cucumber-rails", "1.4.5", require: false + gem "cucumber-rails", "1.5.0", require: false # Jasmine (client side application tests (JS)) gem "jasmine", "2.5.2" diff --git a/Gemfile.lock b/Gemfile.lock index 4bf6f59d1..eaac5d18f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,12 +144,12 @@ GEM rspec (>= 2.12.0) cucumber-core (1.5.0) gherkin (~> 4.0) - cucumber-rails (1.4.5) + cucumber-rails (1.5.0) capybara (>= 1.1.2, < 3) cucumber (>= 1.3.8, < 4) - mime-types (>= 1.16, < 4) + mime-types (>= 1.17, < 4) nokogiri (~> 1.5) - railties (>= 3, < 5.1) + railties (>= 4, < 5.2) cucumber-wire (0.0.1) database_cleaner (1.6.1) devise (4.3.0) @@ -236,7 +236,7 @@ GEM rspec-core (~> 3.0) ruby-progressbar (~> 1.4) get_process_mem (0.2.1) - gherkin (4.0.0) + gherkin (4.1.3) gitlab (4.2.0) httparty terminal-table @@ -774,7 +774,7 @@ DEPENDENCIES configurate (= 0.3.1) coveralls cucumber-api-steps (= 0.13) - cucumber-rails (= 1.4.5) + cucumber-rails (= 1.5.0) database_cleaner (= 1.6.1) devise (= 4.3.0) devise_lastseenable (= 0.0.6)