Skip to content

Commit

Permalink
Add base64 to rack-protection runtime dependencies
Browse files Browse the repository at this point in the history
This PR adds `base64` to rack-protection.gemspec because `base64` will not be
part of the default gems since Ruby 3.4.0.
  • Loading branch information
mzishtiaq committed Sep 11, 2023
1 parent 23a532a commit 7793032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rack-protection/rack-protection.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RubyGems 2.0 or newer is required to protect against public gem pushes. You can

# dependencies
s.add_dependency 'rack', '~> 2.2', '>= 2.2.4'
s.add_dependency 'base64'

s.add_development_dependency 'rack-test', '~> 2'
s.add_development_dependency 'rspec', '~> 3'
end

0 comments on commit 7793032

Please sign in to comment.