Skip to content

Commit

Permalink
Revert "upgrade selenium webdriver - fixes #117"
Browse files Browse the repository at this point in the history
This reverts commit 8630a9d.
  • Loading branch information
panterch committed Feb 8, 2016
1 parent 8630a9d commit 11fb840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ group :development, :test do
gem 'capybara'
gem 'factory_girl_rails'
gem 'factory_girl'
gem 'selenium-webdriver'
# use specific selenium version, see https://github.com/panterch/future_kids/issues/117
gem 'selenium-webdriver', '2.47.1'
gem 'database_cleaner'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
selenium-webdriver (2.51.0)
selenium-webdriver (2.47.1)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
Expand Down Expand Up @@ -368,7 +368,7 @@ DEPENDENCIES
rspec-rails
sass-rails
sdoc
selenium-webdriver
selenium-webdriver (= 2.47.1)
shoulda-matchers
show_for!
simple_form
Expand Down

0 comments on commit 11fb840

Please sign in to comment.