Skip to content

Commit

Permalink
Add base64 gem as dependency; bump minimum Ruby version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed Dec 25, 2024
1 parent 71de1f5 commit fb7de75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws-cognito-srp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.4.0'
spec.required_ruby_version = '>= 2.7.0'

spec.add_dependency "aws-sdk-cognitoidentityprovider"
spec.add_dependency "base64"

spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit fb7de75

Please sign in to comment.