Skip to content

Commit

Permalink
add base64 to gemspec for ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Feb 13, 2024
1 parent 0830619 commit ba0934b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion akami.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/savonrb/#{s.name}"
s.summary = "Web Service Security"
s.description = "Building Web Service Security"
s.required_ruby_version = '>= 2.7.0'
s.required_ruby_version = '>= 3.0.0'

s.license = "MIT"

s.add_dependency "gyoku", ">= 0.4.0"
s.add_dependency "nokogiri"
s.add_dependency "base64"

s.add_development_dependency "rake", "~> 13.0"
s.add_development_dependency "rspec", "~> 3.12"
Expand Down

0 comments on commit ba0934b

Please sign in to comment.