lets see what travis has to say about the selenium prerelease
This commit is contained in:
parent
18573fe4bb
commit
613fbb6ffd
2 changed files with 8 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -148,7 +148,7 @@ group :test do
|
|||
gem 'fixture_builder', '0.3.4'
|
||||
gem 'fuubar', '1.1.0'
|
||||
gem 'rspec-instafail', '0.2.4', :require => false
|
||||
gem 'selenium-webdriver', '2.26.0'
|
||||
gem 'selenium-webdriver', '>= 2.27.0.rc'
|
||||
|
||||
gem 'webmock', '1.8.11', :require => false
|
||||
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -129,7 +129,7 @@ GEM
|
|||
faraday_middleware (0.9.0)
|
||||
faraday (>= 0.7.4, < 0.9)
|
||||
fastercsv (1.5.5)
|
||||
ffi (1.1.5)
|
||||
ffi (1.2.0)
|
||||
fixture_builder (0.3.4)
|
||||
activerecord (>= 2)
|
||||
activesupport (>= 2)
|
||||
|
|
@ -214,8 +214,9 @@ GEM
|
|||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
kgio (2.7.4)
|
||||
libwebsocket (0.1.5)
|
||||
libwebsocket (0.1.7.1)
|
||||
addressable
|
||||
websocket
|
||||
listen (0.5.3)
|
||||
lumberjack (1.0.2)
|
||||
mail (2.4.4)
|
||||
|
|
@ -230,7 +231,7 @@ GEM
|
|||
mobile-fu (1.1.0)
|
||||
rack-mobile-detect
|
||||
rails
|
||||
multi_json (1.3.7)
|
||||
multi_json (1.4.0)
|
||||
multipart-post (1.1.5)
|
||||
mysql2 (0.3.11)
|
||||
nested_form (0.2.3)
|
||||
|
|
@ -366,7 +367,7 @@ GEM
|
|||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3)
|
||||
selenium-webdriver (2.26.0)
|
||||
selenium-webdriver (2.27.0.rc1)
|
||||
childprocess (>= 0.2.5)
|
||||
libwebsocket (~> 0.1.3)
|
||||
multi_json (~> 1.0)
|
||||
|
|
@ -412,6 +413,7 @@ GEM
|
|||
webmock (1.8.11)
|
||||
addressable (>= 2.2.7)
|
||||
crack (>= 0.1.7)
|
||||
websocket (1.0.4)
|
||||
will_paginate (3.0.3)
|
||||
xpath (0.1.4)
|
||||
nokogiri (~> 1.3)
|
||||
|
|
@ -487,7 +489,7 @@ DEPENDENCIES
|
|||
rspec-rails (= 2.11.4)
|
||||
ruby-oembed (= 0.8.7)
|
||||
sass-rails (= 3.2.5)
|
||||
selenium-webdriver (= 2.26.0)
|
||||
selenium-webdriver (>= 2.27.0.rc)
|
||||
spork (= 1.0.0rc3)
|
||||
timecop (= 0.5.3)
|
||||
twitter (= 4.2.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue