Skip to content

Commit

Permalink
Bump selenium-webdriver to handle Firefox 24.
Browse files Browse the repository at this point in the history
  • Loading branch information
byronm committed Oct 28, 2013
1 parent d033324 commit e207715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gem 'colorize', '~> 0.5.8'
gem 'debugger', '~> 1.6.0'
gem 'highline', '~> 1.6.16'
gem 'minitest', '~> 5.0.6'
gem 'selenium-webdriver', '~> 2.33.0'
gem 'selenium-webdriver', '~> 2.37.0'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ GEM
debugger-ruby_core_source (~> 1.2.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.2)
ffi (1.8.1)
ffi (1.9.0)
highline (1.6.16)
minitest (5.0.6)
multi_json (1.7.4)
rubyzip (0.9.9)
selenium-webdriver (2.33.0)
multi_json (1.8.2)
rubyzip (1.0.0)
selenium-webdriver (2.37.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
rubyzip (~> 1.0.0)
websocket (~> 1.0.4)
websocket (1.0.7)

Expand All @@ -31,4 +31,4 @@ DEPENDENCIES
debugger (~> 1.6.0)
highline (~> 1.6.16)
minitest (~> 5.0.6)
selenium-webdriver (~> 2.33.0)
selenium-webdriver (~> 2.37.0)

0 comments on commit e207715

Please sign in to comment.