diff --git a/rodauth-rails.gemspec b/rodauth-rails.gemspec index 064b2aa..9a3fb72 100644 --- a/rodauth-rails.gemspec +++ b/rodauth-rails.gemspec @@ -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"]