Skip to content

Commit

Permalink
move constraint to gemfile
Browse files Browse the repository at this point in the history
Signed-off-by: mwrock <matt@mattwrock.com>
  • Loading branch information
mwrock committed Dec 4, 2020
1 parent a2b3815 commit 1024a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

gemspec

gem "chef-utils", "= 16.6.14" if RUBY_VERSION < "2.6.0"

group :docs do
gem "github-markup"
gem "redcarpet"
Expand Down
1 change: 0 additions & 1 deletion mixlib-install.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Gem::Specification.new do |spec|
spec.executables = ["mixlib-install"]
spec.require_paths = ["lib"]

spec.add_dependency "chef-utils", "= 16.6.14" if RUBY_VERSION < "2.6.0"
spec.add_dependency "mixlib-shellout"
spec.add_dependency "mixlib-versioning"
spec.add_dependency "thor"
Expand Down

0 comments on commit 1024a20

Please sign in to comment.