Skip to content

Commit

Permalink
Avoid warning about Ruby 3.5
Browse files Browse the repository at this point in the history
warning: logger was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0. Add logger to your Gemfile or gemspec.
  • Loading branch information
olleolleolle committed Jun 20, 2024
1 parent 1882b1a commit 0f66865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions excel-esv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Gem::Specification.new do |spec|
spec.require_paths = [ "lib" ]

spec.add_dependency "spreadsheet"
spec.add_runtime_dependency "logger"
end

0 comments on commit 0f66865

Please sign in to comment.