We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89191b commit b5c0a6eCopy full SHA for b5c0a6e
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
## [Unreleased]
2
+* no unreleased changes *
3
+
4
+## 7.2.3 / 2025-11-24
5
### Fixed
6
* Drop support for ruby 3.1
7
+* Support patch releases of Rails after the current minor revision 7.2.3.0
8
9
## 7.2.2 / 2025-09-21
10
lib/active_model/caution/version.rb
@@ -1,6 +1,6 @@
module ActiveModel
module Caution
- RAILS_VERSION = '7.2.2'.freeze
+ RAILS_VERSION = '7.2.3'.freeze
GEM_REVISION = '0'.freeze
# Gem version:
0 commit comments