mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
Update selenium-webdriver
This commit is contained in:
parent
3220177dd3
commit
d2e5df5971
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -68,7 +68,7 @@ group :test do
|
||||||
|
|
||||||
gem "aruba", ">=0.5.4", :require => false
|
gem "aruba", ">=0.5.4", :require => false
|
||||||
|
|
||||||
gem "selenium-webdriver", '>=2.45'
|
gem "selenium-webdriver", '>= 2.50'
|
||||||
|
|
||||||
# uncomment to use the webkit option. This depends on Qt being installed
|
# uncomment to use the webkit option. This depends on Qt being installed
|
||||||
# gem "capybara-webkit"
|
# gem "capybara-webkit"
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@ GEM
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.1.0)
|
rspec-support (~> 3.1.0)
|
||||||
rspec-support (3.1.2)
|
rspec-support (3.1.2)
|
||||||
rubyzip (1.1.6)
|
rubyzip (1.1.7)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sanitize (3.0.3)
|
sanitize (3.0.3)
|
||||||
crass (~> 0.2.0)
|
crass (~> 0.2.0)
|
||||||
|
|
@ -171,7 +171,7 @@ GEM
|
||||||
sass (~> 3.2.2)
|
sass (~> 3.2.2)
|
||||||
sprockets (~> 2.8, < 2.12)
|
sprockets (~> 2.8, < 2.12)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
selenium-webdriver (2.45.0)
|
selenium-webdriver (2.50.0)
|
||||||
childprocess (~> 0.5)
|
childprocess (~> 0.5)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip (~> 1.0)
|
rubyzip (~> 1.0)
|
||||||
|
|
@ -217,7 +217,7 @@ GEM
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
uniform_notifier (1.6.2)
|
uniform_notifier (1.6.2)
|
||||||
websocket (1.2.1)
|
websocket (1.2.2)
|
||||||
will_paginate (3.0.7)
|
will_paginate (3.0.7)
|
||||||
xpath (2.0.0)
|
xpath (2.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
|
|
@ -254,7 +254,7 @@ DEPENDENCIES
|
||||||
rspec-expectations
|
rspec-expectations
|
||||||
sanitize (>= 3.0.0)
|
sanitize (>= 3.0.0)
|
||||||
sass-rails (~> 4.0)
|
sass-rails (~> 4.0)
|
||||||
selenium-webdriver (>= 2.45)
|
selenium-webdriver (>= 2.50)
|
||||||
simplecov
|
simplecov
|
||||||
spring
|
spring
|
||||||
spring-commands-cucumber
|
spring-commands-cucumber
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue