govuk_content_item_loader 2.1.1 → 2.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ade47081a04c995b15d2af83f8d306dd5c5512dce1efc5d899d73aadb876e9b7
4
- data.tar.gz: fe06de6a2378107a64b67fe4eb96166de241eb231855e942677c9171bb9b2449
3
+ metadata.gz: 0dcf5b2b565e52bd01cb1ab8edd4a697fe05ece140cb044a9118b5ea0273c5a2
4
+ data.tar.gz: 01070d8d27ae6541a211bdb939c54e0489db96900e4cb5c23a7234e2dd1a5288
5
5
  SHA512:
6
- metadata.gz: 7232be220dcfa09a317e598d7af471187c79786cebe2bba0cd98c89e893039e110570908d8f1ab16ddfda52d81a9aecdb79dbb7e5fd0fc176477b512c1680992
7
- data.tar.gz: 762c003298c0e2157eb614b251cf03117e79528fb357512991338a1e7c154342970a2bae8aa3d2ef58503fbef7ea5b9fce9de71e4b156712ff1a9bb302556b16
6
+ metadata.gz: d8e0abf9f4d6e7088742f6a034231904d9f3ca01835f235497896139917ddc49ff21a6857a448098fbc7881a5ec5cf2ea74150667ca83aa5fe826ebc983b220d
7
+ data.tar.gz: 3351a571beed7bcf55f0ea8f3881e806d8d2955d9a36237e0c1542494da137d0d554552510a3ea30c453c0799885e63eeae14224c1c1ecea04a09f561bca1311
@@ -26,19 +26,19 @@ jobs:
26
26
  dependency-review:
27
27
  name: Dependency Review scan
28
28
  uses: alphagov/govuk-infrastructure/.github/workflows/dependency-review.yml@main
29
-
29
+
30
30
  # Run the test suite against multiple Ruby and Rails versions
31
31
  test_matrix:
32
32
  strategy:
33
33
  fail-fast: false
34
34
  matrix:
35
- ruby: [3.3, 3.4]
35
+ ruby: [3.3, 3.4, 4.0]
36
36
  runs-on: ubuntu-latest
37
37
  steps:
38
38
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39
39
  with:
40
40
  ref: ${{ inputs.ref || github.ref }}
41
- - uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
41
+ - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
42
42
  with:
43
43
  ruby-version: ${{ matrix.ruby }}
44
44
  bundler-cache: true
data/CHANGELOG.md CHANGED
@@ -1,8 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.3
4
+
5
+ * Update dependencies
6
+
7
+ ## 2.1.2
8
+
9
+ * Test against Ruby 4.0
10
+
3
11
  ## 2.1.1
4
12
 
5
13
  * Add optional `base_path` argument to `GovukConditionalContentItemLoader`, allowing a different path from the original request to be retrieved.
14
+ * Update dependencies
6
15
 
7
16
  ## 2.1.0
8
17
 
@@ -1,3 +1,3 @@
1
1
  module GovukContentItemLoader
2
- VERSION = "2.1.1".freeze
2
+ VERSION = "2.1.3".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_content_item_loader
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev