Skip to content

Commit

Permalink
Merge pull request #813 from yahonda/add_logger
Browse files Browse the repository at this point in the history
Add logger as dependency to address warnings against Ruby 3.4.0dev
  • Loading branch information
yahonda authored Feb 25, 2025
2 parents ceac1ce + e87e7c6 commit 19b056c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sprockets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |s|

s.add_dependency "rack", ">= 2.2.4", "< 4"
s.add_dependency "concurrent-ruby", "~> 1.0"
s.add_dependency "logger"

s.add_development_dependency "m", ">= 0"
s.add_development_dependency "babel-transpiler", "~> 0.6"
Expand Down

0 comments on commit 19b056c

Please sign in to comment.