Skip to content

Commit

Permalink
Merge pull request #921 from chef/dependabot/bundler/thor-gte-0.18-an…
Browse files Browse the repository at this point in the history
…d-lt-2.0

Update thor requirement from ~> 0.18 to >= 0.18, < 2.0
  • Loading branch information
tas50 authored Dec 31, 2019
2 parents 9fbb95f + 0004d5e commit a71d5d4
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 a71d5d4

Please sign in to comment.