Skip to content

Commit

Permalink
Bump Ruby version to 2.46.0, update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 4, 2015
1 parent 430c147 commit 4826522
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
unreleased
2.46.0 (2015-06-04)
===================

Firefox:
* Support for Firefox 38
* Fix performance bug by not forcing garbage collection in httpd.js

Ruby changes:
* Retry binding to ports unavailable by EADDRNOTAVAIL (#394).
* Remove Presto-Opera support (Blink-based Opera still supported)

2.45.0 (2015-02-28)
===================
Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

Gem::Specification.new do |s|
s.name = "selenium-webdriver"
s.version = "2.46.0.dev"
s.version = "2.46.0"

s.authors = ["Jari Bakken"]
s.email = "jari.bakken@gmail.com"
Expand Down

0 comments on commit 4826522

Please sign in to comment.