mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 14:28:49 +01:00
Merge pull request #1815 from C-Otto/cucumber-version
Update cucumber version
This commit is contained in:
commit
22f0a2e587
2 changed files with 3 additions and 5 deletions
4
Gemfile
4
Gemfile
|
|
@ -65,9 +65,7 @@ group :test do
|
|||
|
||||
gem "aruba", ">=0.5.4", :require => false
|
||||
|
||||
# Note that > 2.14 has problems, see:
|
||||
# https://code.google.com/p/selenium/issues/detail?id=3075
|
||||
gem "selenium-webdriver"
|
||||
gem "selenium-webdriver", '>=2.45'
|
||||
|
||||
# uncomment to use the webkit option. This depends on Qt being installed
|
||||
# gem "capybara-webkit"
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ GEM
|
|||
sass (~> 3.2.2)
|
||||
sprockets (~> 2.8, < 2.12)
|
||||
sprockets-rails (~> 2.0)
|
||||
selenium-webdriver (2.43.0)
|
||||
selenium-webdriver (2.45.0)
|
||||
childprocess (~> 0.5)
|
||||
multi_json (~> 1.0)
|
||||
rubyzip (~> 1.0)
|
||||
|
|
@ -235,7 +235,7 @@ DEPENDENCIES
|
|||
rspec-expectations
|
||||
sanitize
|
||||
sass-rails (~> 4.0)
|
||||
selenium-webdriver
|
||||
selenium-webdriver (>= 2.45)
|
||||
simplecov
|
||||
spring
|
||||
spring-commands-cucumber
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue