Skip to content

Commit fd33254

Browse files
committed
Bump Ruby version to 2.47.0, update change log
1 parent fa839d3 commit fd33254

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rb/CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.47.0 (2015-07-29)
2+
===================
3+
4+
Safari:
5+
* Remove support for installing additional extensions due to architectural changes introduced with Safari 7
6+
17
2.46.2 (2015-06-05)
28
===================
39
* Fix encoding issue which prevents Element#send_keys to work on Ruby < 2.0 (#621)

rb/selenium-webdriver.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
Gem::Specification.new do |s|
99
s.name = "selenium-webdriver"
10-
s.version = "2.47.0.dev"
10+
s.version = "2.47.0"
1111

1212
s.authors = ["Jari Bakken"]
1313
s.email = "[email protected]"

0 commit comments

Comments
 (0)