bump selenium-webdriver
This commit is contained in:
parent
edc9d75df7
commit
d33bf10c56
2 changed files with 7 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -153,7 +153,7 @@ group :test do
|
||||||
gem 'fixture_builder', '0.3.3'
|
gem 'fixture_builder', '0.3.3'
|
||||||
gem 'fuubar', '>= 1.0'
|
gem 'fuubar', '>= 1.0'
|
||||||
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
||||||
gem 'selenium-webdriver', '~> 2.22.1'
|
gem 'selenium-webdriver', '~> 2.25'
|
||||||
|
|
||||||
gem 'webmock', '~> 1.7', :require => false
|
gem 'webmock', '~> 1.7', :require => false
|
||||||
|
|
||||||
|
|
|
||||||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -124,8 +124,8 @@ GEM
|
||||||
carrierwave (0.6.2)
|
carrierwave (0.6.2)
|
||||||
activemodel (>= 3.2.0)
|
activemodel (>= 3.2.0)
|
||||||
activesupport (>= 3.2.0)
|
activesupport (>= 3.2.0)
|
||||||
childprocess (0.3.2)
|
childprocess (0.3.5)
|
||||||
ffi (~> 1.0.6)
|
ffi (~> 1.0, >= 1.0.6)
|
||||||
client_side_validations (3.1.4)
|
client_side_validations (3.1.4)
|
||||||
coffee-rails (3.2.2)
|
coffee-rails (3.2.2)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
|
|
@ -174,7 +174,7 @@ GEM
|
||||||
faraday_middleware (0.8.7)
|
faraday_middleware (0.8.7)
|
||||||
faraday (>= 0.7.4, < 0.9)
|
faraday (>= 0.7.4, < 0.9)
|
||||||
fastercsv (1.5.5)
|
fastercsv (1.5.5)
|
||||||
ffi (1.0.11)
|
ffi (1.1.5)
|
||||||
fixture_builder (0.3.3)
|
fixture_builder (0.3.3)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
|
|
@ -261,7 +261,7 @@ GEM
|
||||||
kgio (2.7.4)
|
kgio (2.7.4)
|
||||||
launchy (2.1.0)
|
launchy (2.1.0)
|
||||||
addressable (~> 2.2.6)
|
addressable (~> 2.2.6)
|
||||||
libwebsocket (0.1.3)
|
libwebsocket (0.1.5)
|
||||||
addressable
|
addressable
|
||||||
linecache (0.46)
|
linecache (0.46)
|
||||||
rbx-require-relative (> 0.0.4)
|
rbx-require-relative (> 0.0.4)
|
||||||
|
|
@ -413,9 +413,8 @@ GEM
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
sass (>= 3.1.10)
|
sass (>= 3.1.10)
|
||||||
tilt (~> 1.3)
|
tilt (~> 1.3)
|
||||||
selenium-webdriver (2.22.2)
|
selenium-webdriver (2.25.0)
|
||||||
childprocess (>= 0.2.5)
|
childprocess (>= 0.2.5)
|
||||||
ffi (~> 1.0)
|
|
||||||
libwebsocket (~> 0.1.3)
|
libwebsocket (~> 0.1.3)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip
|
rubyzip
|
||||||
|
|
@ -546,7 +545,7 @@ DEPENDENCIES
|
||||||
ruby-debug
|
ruby-debug
|
||||||
ruby-oembed (~> 0.8.7)
|
ruby-oembed (~> 0.8.7)
|
||||||
sass-rails (= 3.2.5)
|
sass-rails (= 3.2.5)
|
||||||
selenium-webdriver (~> 2.22.1)
|
selenium-webdriver (~> 2.25)
|
||||||
settingslogic!
|
settingslogic!
|
||||||
spork (~> 1.0rc2)
|
spork (~> 1.0rc2)
|
||||||
thin (~> 1.3.1)
|
thin (~> 1.3.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue