Skip to content

Commit

Permalink
chore: logger and base64 need to be explicitly set as requirements fo…
Browse files Browse the repository at this point in the history
…r a warning free experience in ruby 3.4
  • Loading branch information
rarruda committed Jan 20, 2025
1 parent 9828ed8 commit e4d5f5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unleash-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Gem::Specification.new do |spec|

spec.add_dependency "yggdrasil-engine", "~> 0.0.9"

spec.add_dependency "base64", "~> 0.2.0"
spec.add_dependency "logger", "~> 1.6.5"

spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "rspec", "~> 3.12"
Expand Down

0 comments on commit e4d5f5d

Please sign in to comment.