Skip to content

Commit

Permalink
Bump Ruby version to 2.47.0, update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 29, 2015
1 parent fa839d3 commit fd33254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.47.0 (2015-07-29)
===================

Safari:
* Remove support for installing additional extensions due to architectural changes introduced with Safari 7

2.46.2 (2015-06-05)
===================
* Fix encoding issue which prevents Element#send_keys to work on Ruby < 2.0 (#621)
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.47.0.dev"
s.version = "2.47.0"

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

0 comments on commit fd33254

Please sign in to comment.