diff --git a/Gemfile b/Gemfile index 86deb4ab35f..4374633d5d6 100644 --- a/Gemfile +++ b/Gemfile @@ -227,7 +227,7 @@ gem 'turbo-rails', '~> 2.0.0' gem 'httpx' group :test do - gem 'launchy', '~> 2.5.0' + gem 'launchy', '~> 3.0.0' gem 'rack-test', '~> 2.1.0' gem 'shoulda-context', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 21ea6dd98ce..a45ef080cb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,6 +408,7 @@ GEM carrierwave (>= 1.0.0) fog-aws cgi (0.4.1) + childprocess (5.0.0) climate_control (1.2.0) closure_tree (7.4.0) activerecord (>= 4.2.10) @@ -659,11 +660,12 @@ GEM ladle (1.0.1) open4 (~> 1.0) language_server-protocol (3.17.0.3) - launchy (2.5.2) + launchy (3.0.0) addressable (~> 2.8) + childprocess (~> 5.0) lefthook (1.6.5) - letter_opener (1.9.0) - launchy (>= 2.2, < 3) + letter_opener (1.0.0) + launchy (>= 2.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -1192,7 +1194,7 @@ DEPENDENCIES json_schemer (~> 2.1.0) json_spec (~> 1.1.4) ladle - launchy (~> 2.5.0) + launchy (~> 3.0.0) lefthook letter_opener listen (~> 3.9.0)