Skip to content

Commit

Permalink
Add logger to Gemfile to avoid warnings/errors in Ruby 3.4/3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 7, 2024
1 parent 57de965 commit 20ddca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'sequel', '>= 5.62'
gem 'sequel_pg', '>= 1.8', require: 'sequel'
gem 'rack-unreloader', '>= 2.1'
gem 'rake'
gem 'logger'

group :development do
gem 'sequel-annotate'
Expand Down

0 comments on commit 20ddca6

Please sign in to comment.