Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cognito_token_verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Verify and parse AWS Cognito JWTs to authenticate endpoints}
spec.homepage = "https://github.com/CodingAnarchy/cognito_token_verifier"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 3.2.0"

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
Expand Down
2 changes: 1 addition & 1 deletion lib/cognito_token_verifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CognitoTokenVerifier
VERSION = "0.7.0"
VERSION = "0.8.0"
end