Skip to content

Commit 2717c6d

Browse files
Merge pull request #9660 from TechEmpower/dependabot/bundler/frameworks/Ruby/rack/json-2.10.2
Bump json from 2.10.1 to 2.10.2 in /frameworks/Ruby/rack
2 parents ed2c2b4 + 31ffe29 commit 2717c6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frameworks/Ruby/rack/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
gem 'rack', '~> 3.0'
66
gem 'connection_pool', '~> 2.4'
77
gem 'jdbc-postgres', '~> 42.2', platforms: :jruby, require: 'jdbc/postgres'
8-
gem 'json', '~> 2.8'
8+
gem 'json', '~> 2.10'
99
gem 'pg', '~> 1.5', platforms: %i[ruby mswin]
1010
gem 'sequel'
1111
gem 'sequel_pg', platforms: %i[ruby mswin]

frameworks/Ruby/rack/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
io-event (1.9.0)
6161
io-stream (0.6.1)
6262
iodine (0.7.58)
63-
json (2.10.1)
63+
json (2.10.2)
6464
kgio (2.11.4)
6565
language_server-protocol (3.17.0.4)
6666
lint_roller (1.1.0)
@@ -137,7 +137,7 @@ DEPENDENCIES
137137
falcon (~> 0.47)
138138
iodine (~> 0.7)
139139
jdbc-postgres (~> 42.2)
140-
json (~> 2.8)
140+
json (~> 2.10)
141141
pg (~> 1.5)
142142
puma (~> 6.5)
143143
rack (~> 3.0)

0 commit comments

Comments
 (0)