Bump cucumber-rails
This commit is contained in:
parent
407c4f47d2
commit
a00defe0eb
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
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"
|
||||
|
|
|
|||
10
Gemfile.lock
10
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue