Skip to content

Commit

Permalink
add logger to Gemfile for tests to please Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 23, 2024
1 parent 665e30d commit 662c31b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ source 'https://rubygems.org'
gemspec

gem 'asciidoctor', ENV['ASCIIDOCTOR_VERSION'], require: false if ENV.key? 'ASCIIDOCTOR_VERSION'
if (Gem::Version.new RUBY_VERSION) >= (Gem::Version.new '3.3.0')
gem 'logger'
end

group :coverage do
gem 'deep-cover-core', '~> 1.1.0', require: false
Expand Down

0 comments on commit 662c31b

Please sign in to comment.