We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c12f18e + e29ea9d commit f1dfdb0Copy full SHA for f1dfdb0
cognito_token_verifier.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.summary = %q{Verify and parse AWS Cognito JWTs to authenticate endpoints}
13
spec.homepage = "https://github.com/CodingAnarchy/cognito_token_verifier"
14
spec.license = "MIT"
15
- spec.required_ruby_version = ">= 2.6.0"
+ spec.required_ruby_version = ">= 3.2.0"
16
17
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
# to allow pushing to a single host or delete this section to allow pushing to any host.
lib/cognito_token_verifier/version.rb
@@ -1,3 +1,3 @@
1
module CognitoTokenVerifier
2
- VERSION = "0.7.0"
+ VERSION = "0.8.0"
3
end
0 commit comments