Skip to content

Commit

Permalink
Add support for Rails 7.2, drop support for Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 29, 2024
1 parent ccdfb7d commit 45d0c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise-otp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split($/)
gem.require_paths = ["lib"]

gem.add_runtime_dependency "rails", ">= 6.1", "<= 7.2"
gem.add_runtime_dependency "rails", ">= 7.0", "< 8.0"
gem.add_runtime_dependency "devise", ">= 4.8.0", "< 5.0"
gem.add_runtime_dependency "rotp", ">= 2.0.0"

Expand Down

0 comments on commit 45d0c5a

Please sign in to comment.