Skip to content

Commit

Permalink
CHANGED: Update supported Rails version to v7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarellel committed Aug 10, 2024
1 parent 2a9d76b commit 148ee31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Upgrade gemspec to support Rails v7.2

## 0.7.0

Breaking changes:
Expand Down Expand Up @@ -57,4 +61,3 @@ Fixes:

- mandatory otp fix by @cotcomsol in #68
- remove success message by @strzibny in #69

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", ">= 6.1", "<= 7.2"
gem.add_runtime_dependency "devise", ">= 4.8.0", "< 5.0"
gem.add_runtime_dependency "rotp", ">= 2.0.0"

Expand Down

0 comments on commit 148ee31

Please sign in to comment.