Skip to content

Commit

Permalink
Explicitly require Logger
Browse files Browse the repository at this point in the history
Ruby has been trying to reduce the surface area of the standard library.
From Ruby 3.5, Logger will transition from being in the standard library
to being a default gem. This removes the deprecation warnings by
explicitly including Logger as a dependency
  • Loading branch information
HashNotAdam committed Dec 27, 2024
1 parent 3d24c11 commit 9596384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7.0"
end

spec.add_dependency 'logger', '~> 1'
spec.add_dependency 'nokogiri', '~> 1'
spec.add_dependency 'rubyzip', '>= 1.3.0', '< 3.0.0'

Expand Down

0 comments on commit 9596384

Please sign in to comment.