Skip to content

Commit 7f6749c

Browse files
committed
[rb] Add base64 gem as a runtime dependency
Ruby 3.3 shows a warning if requiring base64 without specifying it in the gemspec Ruby 3.4 will throw a warning. See https://github.com/ruby/ruby/blob/master/doc/NEWS/NEWS-3.3.0.md#stdlib-updates Closes #13447
1 parent 328e241 commit 7f6749c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Gem::Specification.new do |s|
4949
s.bindir = 'bin'
5050
s.require_paths = ['lib']
5151

52+
s.add_runtime_dependency 'base64'
5253
s.add_runtime_dependency 'rexml', ['~> 3.2', '>= 3.2.5']
5354
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2', '< 3.0']
5455
s.add_runtime_dependency 'websocket', ['~> 1.0']

0 commit comments

Comments
 (0)