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,4 +1,7 @@
## [Unreleased]
* no unreleased changes

## 2.4.3 / 2025-11-07
### Fixed
* Support Ruby 3.4, Rails 8.0
* Fix ruby 3.4 frozen string literal warnings
Expand Down
22 changes: 13 additions & 9 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: c90243cf99541357a3bdfb913db7f40c5813dce9
safe_revision: 2944af4f7174ccc35b730544caaa97e9dc09c64b
".github/workflows/test.yml":
comments:
reviewed_by: brian.shand
safe_revision: aaf2bb6a41ebe0c8fed889b8410a66eb8d5a26eb
safe_revision: 2944af4f7174ccc35b730544caaa97e9dc09c64b
".gitignore":
comments:
reviewed_by: josh.pencheon
Expand All @@ -27,7 +27,7 @@ file safety:
CHANGELOG.md:
comments:
reviewed_by: brian.shand
safe_revision: aaf2bb6a41ebe0c8fed889b8410a66eb8d5a26eb
safe_revision: 2944af4f7174ccc35b730544caaa97e9dc09c64b
CODE_OF_CONDUCT.md:
comments:
reviewed_by: Miles Smith
Expand Down Expand Up @@ -74,7 +74,7 @@ file safety:
app/helpers/ndr_error/errors_helper.rb:
comments:
reviewed_by: brian.shand
safe_revision: aaf2bb6a41ebe0c8fed889b8410a66eb8d5a26eb
safe_revision: e7ccbf33391e42f9ed13acefb4727f2371a76be2
app/models/ndr_error/fingerprint.rb:
comments:
reviewed_by: brian.shand
Expand All @@ -98,7 +98,7 @@ file safety:
app/views/ndr_error/errors/show.html.erb:
comments:
reviewed_by: brian.shand
safe_revision: aaf2bb6a41ebe0c8fed889b8410a66eb8d5a26eb
safe_revision: 0a16c83664ec45d09e939162a50ab3c7d0acbf85
config/routes.rb:
comments:
reviewed_by: josh.pencheon
Expand Down Expand Up @@ -131,6 +131,10 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: 6c6c33cfa43cf89b18a122c131f1c01bceb1386f
gemfiles/Gemfile.rails80:
comments:
reviewed_by: brian.shand
safe_revision: 2944af4f7174ccc35b730544caaa97e9dc09c64b
lib/ndr_error.rb:
comments: Potentially dangerous defaults. Default configuration assumes any given
user is both authenticated and authorized to read/update/delete any error. JMP
Expand Down Expand Up @@ -176,15 +180,15 @@ file safety:
lib/ndr_error/version.rb:
comments:
reviewed_by: brian.shand
safe_revision: c7df9078d94a3b4fe8850053e6782361d148d853
safe_revision: 02eb1839eb802e086f253306571475d5361cf573
lib/tasks/ndr_error_tasks.rake:
comments:
reviewed_by: Miles Smith
safe_revision: 6b335dd1e823dffecb0d2c936e11b81edff0b067
ndr_error.gemspec:
comments:
reviewed_by: brian.shand
safe_revision: aaf2bb6a41ebe0c8fed889b8410a66eb8d5a26eb
safe_revision: 5f91437ebbc288f9543784b5fab88434eca27064
script/rails:
comments:
reviewed_by: Miles Smith
Expand Down Expand Up @@ -355,8 +359,8 @@ file safety:
safe_revision: aaf2bb6a41ebe0c8fed889b8410a66eb8d5a26eb
test/unit/helpers/ndr_error/errors_helper_test.rb:
comments:
reviewed_by: josh.pencheon
safe_revision: 0c8ae75d4cba713cc45dca3d94734fa77f170a82
reviewed_by: brian.shand
safe_revision: 0a16c83664ec45d09e939162a50ab3c7d0acbf85
test/unit/ndr_error/finder_test.rb:
comments:
reviewed_by: josh.pencheon
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_error/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Contains the version of NdrError. Sourced by the gemspec.
module NdrError
VERSION = '2.4.2'
VERSION = '2.4.3'
end