govuk_app_config 9.23.3 → 9.23.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/CHANGELOG.md +5 -0
- data/lib/govuk_app_config/govuk_error/configuration.rb +0 -2
- data/lib/govuk_app_config/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78b6837fa9730e50c5df234823107113d731274a77e3777248ecac7478344b9e
|
|
4
|
+
data.tar.gz: 68cfd2998b7400a374ae1dea4155977f230e142fc8f7bcbec48e55d52482445f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ae3bc0425f222014cc9bdf0013ef734a40c1671d94945f55f443d1238df1eca6a976adb9f993a4a73fae2c7ec58738bbeec7ea8c25c0d67e818b9adff8779ca
|
|
7
|
+
data.tar.gz: 3fc1e79bac27a99c9fe11f522661ec41384c89779c7ba3417a02e1a2354dc2fb3f1a18c0cedb06a2ab501bbb7f844a96cb68ab096cad88df478ce8b60979330a
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
39
39
|
with:
|
|
40
40
|
ref: ${{ inputs.ref || github.ref }}
|
|
41
|
-
- uses: ruby/setup-ruby@
|
|
41
|
+
- uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
|
|
42
42
|
with:
|
|
43
43
|
ruby-version: ${{ matrix.ruby }}
|
|
44
44
|
bundler-cache: true
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
# 9.23.4
|
|
2
|
+
|
|
3
|
+
* Remove Slimmer::IntermittentRetrievalError and Slimmer::SourceWrapperNotFoundError from excluded exceptions now that slimmer is retired.
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
# 9.23.3
|
|
2
7
|
|
|
3
8
|
* Fix crash on boot for Rails 8.1 apps by delaying `GovukJsonLogging` configuration to `after_initialize`. This ensures it runs after Logstasher is initialized.
|
|
@@ -44,8 +44,6 @@ module GovukError
|
|
|
44
44
|
"Mongoid::Errors::DocumentNotFound",
|
|
45
45
|
"Puma::HttpParserError",
|
|
46
46
|
"Sinatra::NotFound",
|
|
47
|
-
"Slimmer::IntermittentRetrievalError",
|
|
48
|
-
"Slimmer::SourceWrapperNotFoundError",
|
|
49
47
|
"Sidekiq::JobRetry::Skip",
|
|
50
48
|
"Sanitiser::Strategy::SanitisingError",
|
|
51
49
|
"SignalException",
|