Skip to content

Commit

Permalink
Merge pull request #6590 from ministryofjustice/dependabot/bundler/la…
Browse files Browse the repository at this point in the history
…unchy-3.0.0

Bump launchy from 2.5.2 to 3.0.0
  • Loading branch information
jrmhaig authored Mar 4, 2024
2 parents 2512e9f + 30d0bd4 commit 6b05b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ group :test do
gem 'database_cleaner'
gem 'i18n-tasks'
gem 'json_spec'
gem 'launchy', '~> 2.5.2'
gem 'launchy', '~> 3.0.0'
gem 'rails-controller-testing'
gem 'rspec-html-matchers', '~> 0.10.0'
gem 'rspec-mocks'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ GEM
case_transform (0.2)
activesupport
chartkick (5.0.5)
childprocess (5.0.0)
cocoon (1.2.15)
coderay (1.1.3)
coercible (1.0.0)
Expand Down Expand Up @@ -371,8 +372,9 @@ GEM
faraday (~> 2.9)
faraday-http-cache (~> 2.2)
language_server-protocol (3.17.0.3)
launchy (2.5.2)
launchy (3.0.0)
addressable (~> 2.8)
childprocess (~> 5.0)
libreconv (0.9.5)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -738,7 +740,7 @@ DEPENDENCIES
json_spec
kaminari (>= 1.2.1)
laa-fee-calculator-client (~> 2.0)
launchy (~> 2.5.2)
launchy (~> 3.0.0)
libreconv (~> 0.9.5)
listen (~> 3.9.0)
logstasher (= 2.1.5)
Expand Down

0 comments on commit 6b05b10

Please sign in to comment.