Skip to content

Commit

Permalink
Update thor requirement from ~> 0.18 to >= 0.18, < 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [thor](https://github.com/wycats/thor) to permit the latest version.
- [Release notes](https://github.com/wycats/thor/releases)
- [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md)
- [Commits](rails/thor@v0.18.0...v0.20.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 16, 2019
1 parent 9fbb95f commit 0004d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
gem.add_dependency "ohai", ">= 13", "< 16"
gem.add_dependency "ruby-progressbar", "~> 1.7"
gem.add_dependency "thor", "~> 0.18"
gem.add_dependency "thor", ">= 0.18", "< 2.0"
gem.add_dependency "license_scout", "~> 1.0"

gem.add_dependency "mixlib-versioning"
Expand Down

0 comments on commit 0004d5e

Please sign in to comment.