Skip to content

Commit

Permalink
[rb] Add logger gem as a runtime dependency (#14082)
Browse files Browse the repository at this point in the history
This is getting the same treatment as the `base64` gem, starting with Ruby 3.4. Also see #13454

Closes #14081
  • Loading branch information
Earlopain authored Jun 5, 2024
1 parent a9ea73a commit b519b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PATH
selenium-webdriver (~> 4.2)
selenium-webdriver (4.22.0.nightly)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down
1 change: 1 addition & 0 deletions rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_runtime_dependency 'base64', ['~> 0.2']
s.add_runtime_dependency 'logger', ['~> 1.4']
s.add_runtime_dependency 'rexml', ['~> 3.2', '>= 3.2.5']
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2', '< 3.0']
s.add_runtime_dependency 'websocket', ['~> 1.0']
Expand Down

0 comments on commit b519b43

Please sign in to comment.