Skip to content

Commit

Permalink
Merge pull request #290 from Shopify/ruby-3.4-compat
Browse files Browse the repository at this point in the history
Declare missing logger dependency
  • Loading branch information
casperisfine authored Oct 9, 2024
2 parents db48c95 + 1c5283c commit a8897e3
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 a8897e3

Please sign in to comment.