Skip to content

Commit

Permalink
chore: depend on 'logger' explicitly (#612)
Browse files Browse the repository at this point in the history
This used to be shipped with Ruby, as a bundled gem, but is now a regular gem.
Ruby 3.5.0 no longer includes this gem by default.

Depending on it avoids a warning being emitted.
  • Loading branch information
olleolleolle authored Sep 16, 2024
1 parent 23488be commit 131662c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions honeybadger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ Gem::Specification.new do |s|
s.require_paths = ['lib', 'vendor/capistrano-honeybadger/lib']

s.executables << 'honeybadger'

s.add_dependency 'logger'
end

0 comments on commit 131662c

Please sign in to comment.