Bump cucumber-rails

This commit is contained in:
Benjamin Neff 2017-07-22 05:11:05 +02:00
parent 407c4f47d2
commit a00defe0eb
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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)