Skip to content

Commit

Permalink
maint: Drop Ruby 3.0 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
tux3 committed Mar 27, 2024
1 parent 489b9ed commit d2a4862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanker-identity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Tanker identity management library packaged as a gem}
spec.description = %q{Building blocks to add Tanker identity management to your application server}
spec.license = "Apache-2.0"
spec.required_ruby_version = Gem::Requirement.new('>= 3.0.0')
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')

spec.metadata["source_code_uri"] = "https://github.com/TankerHQ/identity-ruby"
spec.metadata["changelog_uri"] = "https://docs.tanker.io/latest/release-notes/identity/ruby"
Expand Down

0 comments on commit d2a4862

Please sign in to comment.