Skip to content

Commit

Permalink
Set required Ruby version to >= 2.2 in gemspec (#463)
Browse files Browse the repository at this point in the history
892861d (part of #416) dropped support for Ruby 2.0, 2.1.
  • Loading branch information
dentarg committed Jul 25, 2022
1 parent d2df5e8 commit a866207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addressable.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/sporkmonger/addressable".freeze
s.licenses = ["Apache-2.0".freeze]
s.rdoc_options = ["--main".freeze, "README.md".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze)
s.rubygems_version = "3.0.3".freeze
s.summary = "URI Implementation".freeze

Expand Down

0 comments on commit a866207

Please sign in to comment.