Bump Selenium Webdriver version in development to support latest Firefox

This commit is contained in:
nritholtz 2015-03-20 18:24:16 -04:00
parent f48cda2d2e
commit 73971d9b7f
3 changed files with 30 additions and 26 deletions

View File

@ -18,13 +18,14 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.4.1)
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.2.4)
ffi (1.9.3)
ffi (1.9.3-java)
ffi (1.9.3-x86-mingw32)
ffi (1.9.8)
ffi (1.9.8-java)
ffi (1.9.8-x86-mingw32)
json (1.8.1)
json (1.8.1-java)
launchy (2.4.2)
addressable (~> 2.3)
launchy (2.4.2-java)
@ -34,9 +35,12 @@ GEM
mini_magick (3.2.1)
subexec (~> 0.0.4)
mini_portile (0.6.1)
multi_json (1.8.4)
multi_json (1.11.0)
nokogiri (1.6.4)
mini_portile (~> 0.6.0)
nokogiri (1.6.4-java)
nokogiri (1.6.4-x86-mingw32)
mini_portile (~> 0.6.0)
rack (1.5.2)
rack-protection (1.3.2)
rack
@ -51,12 +55,12 @@ GEM
rspec-expectations (2.14.1)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
rubyzip (1.1.0)
selenium-webdriver (2.39.0)
childprocess (>= 0.2.5)
rubyzip (1.1.7)
selenium-webdriver (2.45.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
websocket (~> 1.0)
sinatra (1.3.5)
rack (~> 1.4)
rack-protection (~> 1.3)
@ -65,7 +69,7 @@ GEM
ffi
subexec (0.0.4)
tilt (1.3.3)
websocket (1.0.7)
websocket (1.2.1)
xpath (2.0.0)
nokogiri (~> 1.3)

View File

@ -18,10 +18,10 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.3)
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.2.5)
ffi (1.9.3)
ffi (1.9.8)
json (1.8.1)
launchy (2.4.2)
addressable (~> 2.3)
@ -29,7 +29,7 @@ GEM
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.6.0)
multi_json (1.10.1)
multi_json (1.11.0)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
rack (1.5.2)
@ -46,19 +46,19 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rubyzip (1.1.4)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
rubyzip (1.1.7)
selenium-webdriver (2.45.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
websocket (~> 1.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
subexec (0.2.3)
tilt (1.4.1)
websocket (1.0.7)
websocket (1.2.1)
xpath (2.0.0)
nokogiri (~> 1.3)

View File

@ -18,10 +18,10 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.3)
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.2.5)
ffi (1.9.3)
ffi (1.9.8)
json (1.8.1)
launchy (2.4.2)
addressable (~> 2.3)
@ -29,7 +29,7 @@ GEM
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.6.0)
multi_json (1.10.1)
multi_json (1.11.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
rack (1.5.2)
@ -46,19 +46,19 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rubyzip (1.1.6)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
rubyzip (1.1.7)
selenium-webdriver (2.45.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
websocket (~> 1.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
subexec (0.2.3)
tilt (1.4.1)
websocket (1.0.7)
websocket (1.2.1)
xpath (2.0.0)
nokogiri (~> 1.3)