Skip to content

Commit b5c0a6e

Browse files
committed
Add version to support Rails ~> 7.2.3.0
1 parent a89191b commit b5c0a6e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## [Unreleased]
2+
* no unreleased changes *
3+
4+
## 7.2.3 / 2025-11-24
25
### Fixed
36
* Drop support for ruby 3.1
7+
* Support patch releases of Rails after the current minor revision 7.2.3.0
48

59
## 7.2.2 / 2025-09-21
610
### Fixed

lib/active_model/caution/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ActiveModel
22
module Caution
3-
RAILS_VERSION = '7.2.2'.freeze
3+
RAILS_VERSION = '7.2.3'.freeze
44
GEM_REVISION = '0'.freeze
55

66
# Gem version:

0 commit comments

Comments
 (0)