Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [Unreleased]
* no unreleased changes *

## 8.0.4 / 2025-11-24
* Support patch releases of Rails after the current minor revision 8.0.4.0

## 7.2.3 / 2025-11-24
### Fixed
* Drop support for ruby 3.1
Expand Down
10 changes: 5 additions & 5 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ file safety:
".github/workflows/lint.yml":
comments:
reviewed_by: brian.shand
safe_revision: 1a2dfcdba02ba189dd2838dbc2375df419815c28
safe_revision: a89191bc9471f8333e4c93b670131f3259c0046c
".github/workflows/test.yml":
comments:
reviewed_by: brian.shand
safe_revision: b0428cf00c1de41a4e17dcee4dbbc609309ec54e
safe_revision: a89191bc9471f8333e4c93b670131f3259c0046c
".gitignore":
comments:
reviewed_by: brian.shand
Expand All @@ -23,7 +23,7 @@ file safety:
CHANGELOG.md:
comments:
reviewed_by: brian.shand
safe_revision: b0428cf00c1de41a4e17dcee4dbbc609309ec54e
safe_revision: 2dfcf19601bf5b36b6240827615197c974ccefbc
CODE_OF_CONDUCT.md:
comments:
reviewed_by: brian.shand
Expand All @@ -47,7 +47,7 @@ file safety:
activemodel-caution.gemspec:
comments:
reviewed_by: brian.shand
safe_revision: b0428cf00c1de41a4e17dcee4dbbc609309ec54e
safe_revision: a89191bc9471f8333e4c93b670131f3259c0046c
lib/active_model/caution/included.rb:
comments:
reviewed_by: brian.shand
Expand All @@ -59,7 +59,7 @@ file safety:
lib/active_model/caution/version.rb:
comments:
reviewed_by: brian.shand
safe_revision: f44b3f17a62973e54faf340ba35f3d7db7ae40a7
safe_revision: 2dfcf19601bf5b36b6240827615197c974ccefbc
lib/active_model/cautioner.rb:
comments:
reviewed_by: brian.shand
Expand Down
2 changes: 1 addition & 1 deletion lib/active_model/caution/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ActiveModel
module Caution
RAILS_VERSION = '7.2.3'.freeze
RAILS_VERSION = '8.0.4'.freeze
GEM_REVISION = '0'.freeze

# Gem version:
Expand Down