Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 28361f4 commit ba08734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'preconditions', '~> 0.3.0'
spec.add_runtime_dependency 'semantic', '~> 1.4'
spec.add_runtime_dependency 'rainbow', '~> 3'
spec.add_runtime_dependency 'highline', '~> 2.1'
spec.add_runtime_dependency 'highline', '>= 2.1', '< 4.0'
spec.add_runtime_dependency 'table_print', '~> 1.5'
spec.add_runtime_dependency 'git', '~> 1.3'
spec.add_runtime_dependency 'rexml', '~> 3'
Expand Down

0 comments on commit ba08734

Please sign in to comment.