bump cucumber-rails
This commit is contained in:
parent
5985085cda
commit
20d0a6e29d
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -297,7 +297,7 @@ group :development, :test do
|
||||||
gem "rspec-rails", "3.5.1"
|
gem "rspec-rails", "3.5.1"
|
||||||
|
|
||||||
# Cucumber (integration tests)
|
# Cucumber (integration tests)
|
||||||
gem "cucumber-rails", "1.4.3", require: false
|
gem "cucumber-rails", "1.4.4", require: false
|
||||||
|
|
||||||
# Jasmine (client side application tests (JS))
|
# Jasmine (client side application tests (JS))
|
||||||
gem "jasmine", "2.4.0"
|
gem "jasmine", "2.4.0"
|
||||||
|
|
|
||||||
|
|
@ -157,12 +157,12 @@ GEM
|
||||||
rspec (>= 2.12.0)
|
rspec (>= 2.12.0)
|
||||||
cucumber-core (1.5.0)
|
cucumber-core (1.5.0)
|
||||||
gherkin (~> 4.0)
|
gherkin (~> 4.0)
|
||||||
cucumber-rails (1.4.3)
|
cucumber-rails (1.4.4)
|
||||||
capybara (>= 1.1.2, < 3)
|
capybara (>= 1.1.2, < 3)
|
||||||
cucumber (>= 1.3.8, < 3)
|
cucumber (>= 1.3.8, < 3)
|
||||||
mime-types (>= 1.16, < 4)
|
mime-types (>= 1.16, < 4)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
railties (>= 3, < 5)
|
railties (>= 3, < 5.1)
|
||||||
cucumber-wire (0.0.1)
|
cucumber-wire (0.0.1)
|
||||||
database_cleaner (1.5.3)
|
database_cleaner (1.5.3)
|
||||||
devise (4.2.0)
|
devise (4.2.0)
|
||||||
|
|
@ -923,7 +923,7 @@ DEPENDENCIES
|
||||||
configurate (= 0.3.1)
|
configurate (= 0.3.1)
|
||||||
coveralls
|
coveralls
|
||||||
cucumber-api-steps (= 0.13)
|
cucumber-api-steps (= 0.13)
|
||||||
cucumber-rails (= 1.4.3)
|
cucumber-rails (= 1.4.4)
|
||||||
database_cleaner (= 1.5.3)
|
database_cleaner (= 1.5.3)
|
||||||
devise (= 4.2.0)
|
devise (= 4.2.0)
|
||||||
devise-token_authenticatable (= 0.5.2)
|
devise-token_authenticatable (= 0.5.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue