Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Commit

Permalink
Lock to a version of selenium-webdriver that's known to work on Travi…
Browse files Browse the repository at this point in the history
…s CI.
  • Loading branch information
tristandunn committed Feb 14, 2012
1 parent b6d55fa commit ad32880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ group :test do
gem 'cucumber-rails', '1.2.1', require: false
gem 'factory_girl_rails', '1.6.0'
gem 'rspec-rails', '2.8.1'
gem 'selenium-webdriver', '2.14.0'
gem 'shoulda-matchers', '1.0.0'
end
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ GEM
railties (>= 3.0)
rspec (~> 2.8.0)
rubyzip (0.9.6.1)
selenium-webdriver (2.19.0)
childprocess (>= 0.2.5)
selenium-webdriver (2.14.0)
childprocess (>= 0.2.1)
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
rubyzip
Expand Down Expand Up @@ -154,5 +154,6 @@ DEPENDENCIES
factory_girl_rails (= 1.6.0)
rails (= 3.2.1)
rspec-rails (= 2.8.1)
selenium-webdriver (= 2.14.0)
shoulda-matchers (= 1.0.0)
thin (= 1.3.1)

0 comments on commit ad32880

Please sign in to comment.