Skip to content

Commit cdfa636

Browse files
Bump json from 2.10.2 to 2.15.0
Bumps [json](https://github.com/ruby/json) from 2.10.2 to 2.15.0. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.10.2...v2.15.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3d3202 commit cdfa636

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem "jbuilder"
1919
gem "bootstrap", "~> 5.1.3"
2020
gem "jquery-rails"
2121
gem "sassc-rails"
22-
gem "json", "~> 2.10", ">= 2.10.2"
22+
gem "json", "~> 2.15"
2323
gem "pg"
2424
group :development, :test do
2525
gem "dotenv-rails", "~> 2.7" # use 2.7 to avoid the removed `instrumenter=` method

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ GEM
152152
rails-dom-testing (>= 1, < 3)
153153
railties (>= 4.2.0)
154154
thor (>= 0.14, < 2.0)
155-
json (2.10.2)
155+
json (2.15.0)
156156
kamal (1.9.2)
157157
activesupport (>= 7.0)
158158
base64 (~> 0.2)
@@ -415,7 +415,7 @@ DEPENDENCIES
415415
importmap-rails
416416
jbuilder
417417
jquery-rails
418-
json (~> 2.10, >= 2.10.2)
418+
json (~> 2.15)
419419
kamal
420420
pg
421421
propshaft

0 commit comments

Comments
 (0)