Skip to content

Commit

Permalink
Add 'logger' as development dependency (fixes ruby 3.4 warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesds authored and cpytel committed Dec 17, 2024
1 parent 0801cf8 commit 02a2f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terrapin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |s|
s.add_development_dependency("rake")
s.add_development_dependency("activesupport", ">= 3.0.0", "< 5.0")
s.add_development_dependency("pry")
s.add_development_dependency("logger")
end

0 comments on commit 02a2f3e

Please sign in to comment.