Skip to content

Commit beeab04

Browse files
Bump json-schema
Bumps the ruby-all-dependencies group with 1 update in the /infra directory: [json-schema](https://github.com/voxpupuli/json-schema). Updates `json-schema` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/voxpupuli/json-schema/releases) - [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md) - [Commits](voxpupuli/json-schema@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: json-schema dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1e828e commit beeab04

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

infra/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "json-schema", "~> 6.1"
5+
gem "json-schema", "~> 6.2"
66

77
group :development, :test do
88
gem "rspec", "~> 3.13"

infra/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.8)
17+
addressable (2.8.9)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
ast (2.4.3)
2020
base64 (0.3.0)
@@ -26,7 +26,7 @@ GEM
2626
i18n (1.14.8)
2727
concurrent-ruby (~> 1.0)
2828
json (2.18.1)
29-
json-schema (6.1.0)
29+
json-schema (6.2.0)
3030
addressable (~> 2.8)
3131
bigdecimal (>= 3.1, < 5)
3232
language_server-protocol (3.17.0.5)
@@ -39,7 +39,7 @@ GEM
3939
ast (~> 2.4.1)
4040
racc
4141
prism (1.9.0)
42-
public_suffix (7.0.0)
42+
public_suffix (7.0.5)
4343
racc (1.8.1)
4444
rack (3.2.5)
4545
rainbow (3.1.1)
@@ -108,13 +108,13 @@ PLATFORMS
108108
x86_64-linux-gnu
109109

110110
DEPENDENCIES
111-
json-schema (~> 6.1)
111+
json-schema (~> 6.2)
112112
rspec (~> 3.13)
113113
rubocop-govuk (~> 5.2)
114114

115115
CHECKSUMS
116116
activesupport (8.1.2) sha256=88842578ccd0d40f658289b0e8c842acfe9af751afee2e0744a7873f50b6fdae
117-
addressable (2.8.8) sha256=7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
117+
addressable (2.8.9) sha256=cc154fcbe689711808a43601dee7b980238ce54368d23e127421753e46895485
118118
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
119119
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
120120
bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
@@ -124,15 +124,15 @@ CHECKSUMS
124124
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
125125
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
126126
json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986
127-
json-schema (6.1.0) sha256=6bf70a2cfb6dfd5a06da28093fa8190f324c88eabd36a7f47097f227321dc702
127+
json-schema (6.2.0) sha256=e8bff46ed845a22c1ab2bd0d7eccf831c01fe23bb3920caa4c74db4306813666
128128
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
129129
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
130130
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
131131
minitest (6.0.1) sha256=7854c74f48e2e975969062833adc4013f249a4b212f5e7b9d5c040bf838d54bb
132132
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
133133
parser (3.3.10.1) sha256=06f6a725d2cd91e5e7f2b7c32ba143631e1f7c8ae2fb918fc4cebec187e6a688
134134
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
135-
public_suffix (7.0.0) sha256=f7090b5beb0e56f9f10d79eed4d5fbe551b3b425da65877e075dad47a6a1b095
135+
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
136136
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
137137
rack (3.2.5) sha256=4cbd0974c0b79f7a139b4812004a62e4c60b145cba76422e288ee670601ed6d3
138138
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a

0 commit comments

Comments
 (0)