Skip to content

Commit

Permalink
Declare missing logger dependency
Browse files Browse the repository at this point in the history
Otherwise it output a warning on Ruby 3.4
  • Loading branch information
byroot committed Oct 8, 2024
1 parent db48c95 commit 1c5283c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
ci-queue (0.58.0)
logger

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -30,6 +31,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.22.3)
minitest-reporters (1.6.1)
ansi
Expand Down
2 changes: 2 additions & 0 deletions ruby/ci-queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Gem::Specification.new do |spec|

spec.metadata['allowed_push_host'] = 'https://rubygems.org'

spec.add_runtime_dependency 'logger'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'minitest', ENV.fetch('MINITEST_VERSION', '~> 5.11')
Expand Down

0 comments on commit 1c5283c

Please sign in to comment.