Skip to content

Commit

Permalink
Merge pull request #147 from Watson1978/base64
Browse files Browse the repository at this point in the history
Add base64 and logger gem as dependency for Ruby 3.4 and 3.5
  • Loading branch information
ashie authored Sep 3, 2024
2 parents 9db1065 + 4a54362 commit 5e9d11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serverengine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.3.0"

gem.add_dependency "sigdump", ["~> 0.2.2"]
gem.add_dependency "base64", ["~> 0.1"]
gem.add_dependency "logger", ["~> 1.4"]

# rake v12.x doesn't work with rspec 2. rspec should be updated to 3
gem.add_development_dependency "rake", ["~> 13.0"]
Expand Down

0 comments on commit 5e9d11e

Please sign in to comment.