Skip to content

Commit

Permalink
Merge pull request #133 from cloudfoundry/dependabot/bundler/launchy-…
Browse files Browse the repository at this point in the history
…gte-2.5-and-lt-4.0

Update launchy requirement from ~> 2.5 to >= 2.5, < 4.0
  • Loading branch information
swalchemist authored Mar 12, 2024
2 parents aff73f0 + d4d316b commit 08f1688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf-uaac.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'ci_reporter_rspec', '~> 1.0'
s.add_runtime_dependency 'highline', '>= 2', '< 4'
s.add_runtime_dependency 'eventmachine', '~> 1.2'
s.add_runtime_dependency 'launchy', '~> 2.5'
s.add_runtime_dependency 'launchy', '>= 2.5', '< 4.0'
s.add_runtime_dependency 'em-http-request', '~> 1.1', '>= 1.1.2'
s.add_runtime_dependency 'json_pure', '~>2.6'
s.add_runtime_dependency 'rack', '~>3.0'
Expand Down

0 comments on commit 08f1688

Please sign in to comment.