Skip to content

Commit

Permalink
Update Ruby 2.5+ requirement in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 27, 2023
1 parent ea05ccc commit edb3ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rodauth-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/janko/rodauth-rails"
spec.license = "MIT"

spec.required_ruby_version = ">= 2.3"
spec.required_ruby_version = ">= 2.5"

spec.files = Dir["README.md", "LICENSE.txt", "CHANGELOG.md", "lib/**/*", "*.gemspec"]
spec.require_paths = ["lib"]
Expand Down

0 comments on commit edb3ea8

Please sign in to comment.