Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Bump selenium-webdriver
Browse files Browse the repository at this point in the history
Closes #500
  • Loading branch information
mhoran committed Aug 6, 2013
1 parent e6e2351 commit 8466b58
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
21 changes: 9 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.2)
appraisal (0.4.0)
bundler
rake
Expand All @@ -18,20 +17,18 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.1.2)
ffi (1.2.0)
ffi (1.2.0-x86-mingw32)
ffi (1.9.0)
ffi (1.9.0-x86-mingw32)
json (1.8.0)
libwebsocket (0.1.7.1)
addressable
websocket
mime-types (1.22)
mini_magick (3.2.1)
subexec (~> 0.0.4)
multi_json (1.5.0)
multi_json (1.7.8)
nokogiri (1.5.9)
nokogiri (1.5.9-x86-mingw32)
rack (1.5.2)
rack-protection (1.3.2)
rack
Expand All @@ -47,18 +44,18 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.9)
selenium-webdriver (2.27.2)
selenium-webdriver (2.33.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
sinatra (1.3.5)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
subexec (0.0.4)
tilt (1.3.3)
websocket (1.0.6)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)

Expand Down
14 changes: 7 additions & 7 deletions gemfiles/2.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ GEM
appraisal (0.4.1)
bundler
rake
capybara (2.0.2)
capybara (2.0.3)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 1.0.0)
childprocess (0.3.8)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.1.3)
ffi (1.4.0)
ffi (1.9.0)
json (1.8.0)
mime-types (1.21)
mime-types (1.23)
mini_magick (3.5.0)
subexec (~> 0.2.1)
multi_json (1.6.1)
nokogiri (1.5.6)
multi_json (1.7.8)
nokogiri (1.5.9)
rack (1.5.2)
rack-protection (1.3.2)
rack
Expand All @@ -43,7 +43,7 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.9)
selenium-webdriver (2.30.0)
selenium-webdriver (2.33.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/2.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.3.8)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.1.3)
ffi (1.4.0)
ffi (1.9.0)
json (1.8.0)
mime-types (1.22)
mime-types (1.23)
mini_magick (3.5.0)
subexec (~> 0.2.1)
multi_json (1.6.1)
multi_json (1.7.8)
nokogiri (1.5.9)
rack (1.5.2)
rack-protection (1.3.2)
Expand All @@ -42,7 +42,7 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.9)
selenium-webdriver (2.30.0)
selenium-webdriver (2.33.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
Expand Down

0 comments on commit 8466b58

Please sign in to comment.