Skip to content

Commit 8f2aa66

Browse files
⬆️ Bump json from 2.19.9 to 2.20.0 (#4582)
Bumps [json](https://github.com/ruby/json) from 2.19.9 to 2.20.0. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.9...v2.20.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81ae0bb commit 8f2aa66

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ gem "kramdown", require: false
6060
gem "lockbox"
6161
gem "terser", "~> 1.2"
6262
gem "bootstrap"
63-
gem "json", "~> 2.19" # Legacy carry-over
63+
gem "json", "~> 2.20" # Legacy carry-over
6464
gem "apipie-rails"
6565
gem "config"
6666
gem "devise", "~> 5.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ GEM
289289
actionview (>= 7.0.0)
290290
activesupport (>= 7.0.0)
291291
jmespath (1.6.2)
292-
json (2.19.9)
292+
json (2.20.0)
293293
jwt (3.2.0)
294294
base64
295295
kamal (2.12.0)
@@ -736,7 +736,7 @@ DEPENDENCIES
736736
importmap-rails
737737
invisible_captcha (~> 2.3)
738738
jbuilder
739-
json (~> 2.19)
739+
json (~> 2.20)
740740
kamal
741741
kaminari (~> 1.2)
742742
kramdown
@@ -882,7 +882,7 @@ CHECKSUMS
882882
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
883883
jbuilder (2.15.1) sha256=2430bec28fb0cebacb5875b1009cf9d8bc3c303ccb810c4c8b062a4b51457637
884884
jmespath (1.6.2) sha256=238d774a58723d6c090494c8879b5e9918c19485f7e840f2c1c7532cf84ebcb1
885-
json (2.19.9) sha256=9b9025b7cdddafa38d316eca0b2358488e42d417045c1b90d216a9fefe46b79a
885+
json (2.20.0) sha256=9362bc6e55a952b056abf9167cf053358181c904cb70cd6eee0808ea830fc32b
886886
jwt (3.2.0) sha256=5419b1fe37b1da0982bd07051f573a8b8789ab724c2aa7e785e4784a3ed217d7
887887
kamal (2.12.0) sha256=c51d1ab085e515470f98d0c0f043637122b5ebf76e8b610cb1fbbed0b7f9b8fa
888888
kaminari (1.2.2) sha256=c4076ff9adccc6109408333f87b5c4abbda5e39dc464bd4c66d06d9f73442a3e

0 commit comments

Comments
 (0)