Skip to content

Commit 60e57f4

Browse files
committed
chore: update activesupport dependency constraint to drop lower-bound
1 parent a0d3bf0 commit 60e57f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## [1.4.0] - 2026-06-23
2-
- Relax `activesupport` dependency constraint from `~> 7.1.6` to `>= 7.1.6, < 9.0` to unblock services upgrading to Rails 7.2 / 8.x.
2+
- Drop the `activesupport` lower-bound; constraint is now `< 9.0` (was `~> 7.1.6`).
33
- Prevent `ErrorResponse::RequestError` from being swallowed by broad handlers such as `rescue_from Exception`.
44
- Handle `RequestError` through `ErrorResponse::Helper#rescue_with_handler` before falling back to generic rescue flow.
55
- Add RSpec coverage for rescue order behavior with both `RequestError` and non-`RequestError` exceptions.

error_response.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Gem::Specification.new do |s|
1818
"rubygems_mfa_required" => "true"
1919
}
2020

21-
s.add_dependency "activesupport", ">= 7.1.6", "< 9.0"
21+
s.add_dependency "activesupport", "< 9.0"
2222
end

0 commit comments

Comments
 (0)