Răsfoiți Sursa

Bump json from 2.10.1 to 2.10.2 in /frameworks/Ruby/rack

Bumps [json](https://github.com/ruby/json) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.10.1...v2.10.2)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 5 luni în urmă
părinte
comite
31ffe2933d
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      frameworks/Ruby/rack/Gemfile
  2. 2 2
      frameworks/Ruby/rack/Gemfile.lock

+ 1 - 1
frameworks/Ruby/rack/Gemfile

@@ -5,7 +5,7 @@ source 'https://rubygems.org'
 gem 'rack', '~> 3.0'
 gem 'connection_pool', '~> 2.4'
 gem 'jdbc-postgres', '~> 42.2', platforms: :jruby, require: 'jdbc/postgres'
-gem 'json', '~> 2.8'
+gem 'json', '~> 2.10'
 gem 'pg', '~> 1.5', platforms: %i[ruby mswin]
 gem 'sequel'
 gem 'sequel_pg', platforms: %i[ruby mswin]

+ 2 - 2
frameworks/Ruby/rack/Gemfile.lock

@@ -60,7 +60,7 @@ GEM
     io-event (1.9.0)
     io-stream (0.6.1)
     iodine (0.7.58)
-    json (2.10.1)
+    json (2.10.2)
     kgio (2.11.4)
     language_server-protocol (3.17.0.4)
     lint_roller (1.1.0)
@@ -137,7 +137,7 @@ DEPENDENCIES
   falcon (~> 0.47)
   iodine (~> 0.7)
   jdbc-postgres (~> 42.2)
-  json (~> 2.8)
+  json (~> 2.10)
   pg (~> 1.5)
   puma (~> 6.5)
   rack (~> 3.0)