diff --git a/Gemfile b/Gemfile index 0009631..307d1a6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'base64', '~> 0.2' gem 'bundler', '~> 2.5.10' gem 'colorize', '~> 1.1' gem 'i18n', '~> 1.14' -gem 'json', '~> 2.8' +gem 'json', '~> 2.10' gem 'launchy', '~> 2' # >3 breaks gem 'openssl', '~> 3.1.0' # >3.2 won't install gem 'open-uri', '~> 0.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9308d6c..f792dcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM irb (1.13.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.9.0) + json (2.10.0) language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) @@ -159,7 +159,7 @@ DEPENDENCIES colorize (~> 1.1) i18n (~> 1.14) i18n-tasks (~> 1.0.14) - json (~> 2.8) + json (~> 2.10) launchy (~> 2) ocran (= 1.3.16) open-uri (~> 0.5.0)