Skip to content

Commit e29ea9d

Browse files
committed
Bump minimum Ruby version to 3.2 and gem version to 0.8
1 parent c12f18e commit e29ea9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cognito_token_verifier.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.summary = %q{Verify and parse AWS Cognito JWTs to authenticate endpoints}
1313
spec.homepage = "https://github.com/CodingAnarchy/cognito_token_verifier"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 2.6.0"
15+
spec.required_ruby_version = ">= 3.2.0"
1616

1717
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
1818
# to allow pushing to a single host or delete this section to allow pushing to any host.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CognitoTokenVerifier
2-
VERSION = "0.7.0"
2+
VERSION = "0.8.0"
33
end

0 commit comments

Comments
 (0)