Skip to content

Commit

Permalink
Merge pull request #759 from circleci-tools/dependabot/bundler/launch…
Browse files Browse the repository at this point in the history
…y-3.0.0

Update launchy requirement from >= 2.4.3, < 2.6.0 to >= 2.4.3, < 3.1.0
  • Loading branch information
unhappychoice committed Mar 4, 2024
2 parents 21fa218 + 1691870 commit c32f5f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
circleci (>= 2.1.0)
faraday (>= 0.14, < 2.8)
highline (>= 1.7.8, < 2.2.0)
launchy (>= 2.4.3, < 2.6.0)
launchy (>= 2.4.3, < 3.1.0)
pusher-client (~> 0.6.2)
rugged (>= 0.26, < 1.8)
terminal-notifier (~> 2.0.0)
Expand Down Expand Up @@ -43,6 +43,7 @@ GEM
async
async-pool (0.4.0)
async (>= 1.25)
childprocess (5.0.0)
circleci (2.1.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
Expand Down Expand Up @@ -110,8 +111,9 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
launchy (2.5.2)
launchy (3.0.0)
addressable (~> 2.8)
childprocess (~> 5.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down
2 changes: 1 addition & 1 deletion circleci-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def production_dependency(spec)
spec.add_dependency 'circleci', '>= 2.1.0'
spec.add_dependency 'faraday', '>= 0.14', '< 2.8'
spec.add_dependency 'highline', '>= 1.7.8', '< 2.2.0'
spec.add_dependency 'launchy', '>= 2.4.3', '< 2.6.0'
spec.add_dependency 'launchy', '>= 2.4.3', '< 3.1.0'
spec.add_dependency 'pusher-client', '~> 0.6.2'
spec.add_dependency 'rugged', '>= 0.26', '< 1.8'
spec.add_dependency 'terminal-notifier', '~> 2.0.0'
Expand Down

0 comments on commit c32f5f4

Please sign in to comment.