Bump selenium, close #4621

This commit is contained in:
flaburgan 2013-12-13 16:48:01 +01:00
parent 2734471feb
commit 3174310ba0
3 changed files with 8 additions and 6 deletions

View file

@ -19,6 +19,8 @@ bundler_args: "--without development production heroku"
before_install: "./script/ci/before_install.sh"
script: "./script/ci/build.sh"
addons:
firefox: "26.0"
notifications:
irc:

View file

@ -188,7 +188,7 @@ group :test do
gem 'capybara', '2.1.0'
gem 'database_cleaner', '1.1.0'
gem 'selenium-webdriver', '2.34.0'
gem 'selenium-webdriver', '2.39.0'
# General helpers

View file

@ -115,7 +115,7 @@ GEM
multipart-post (~> 1.2.0)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
ffi (1.9.0)
ffi (1.9.3)
fixture_builder (0.3.6)
activerecord (>= 2)
activesupport (>= 2)
@ -352,17 +352,17 @@ GEM
ruby-hmac (0.4.0)
ruby-oembed (0.8.9)
ruby-progressbar (1.1.1)
rubyzip (0.9.9)
rubyzip (1.1.0)
safe_yaml (0.9.5)
sass (3.2.10)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.34.0)
selenium-webdriver (2.39.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
rubyzip (~> 1.0)
websocket (~> 1.0.4)
sidekiq (2.17.0)
celluloid (>= 0.15.2)
@ -491,7 +491,7 @@ DEPENDENCIES
rspec-rails (= 2.13.2)
ruby-oembed (= 0.8.9)
sass-rails (= 3.2.6)
selenium-webdriver (= 2.34.0)
selenium-webdriver (= 2.39.0)
sidekiq (= 2.17.0)
sinatra (= 1.3.3)
sinon-rails (= 1.7.3)