Skip to content

Commit

Permalink
Update launchy requirement from ~> 2.5 to >= 2.5, < 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [launchy](https://github.com/copiousfreetime/launchy) to permit the latest version.
- [Changelog](https://github.com/copiousfreetime/launchy/blob/main/README.md)
- [Commits](copiousfreetime/launchy@v2.5.0...v3.0.0)

---
updated-dependencies:
- dependency-name: launchy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent aff73f0 commit d4d316b
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 d4d316b

Please sign in to comment.