Skip to content

Commit

Permalink
Uncomment GEMFILE_MOD
Browse files Browse the repository at this point in the history
chef/chef tests require this

Signed-off-by: Lamont Granquist <[email protected]>
  • Loading branch information
lamont-granquist committed Apr 22, 2021
1 parent 4767bf3 commit 37f5ff0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ group :development do
gem "rspec", "~> 3.0"
end

# temporarily we only support building against master
gem "chef", github: "chef/chef", branch: "master"
gem "ohai", github: "chef/ohai", branch: "master"

# Allow Travis to run tests with different dependency versions
# if ENV["GEMFILE_MOD"]
# puts ENV["GEMFILE_MOD"]
# instance_eval(ENV["GEMFILE_MOD"])
# else
# group :development do
# gem "chef", "~> 16"
# gem "ohai", "~> 16"
# end
# end
if ENV["GEMFILE_MOD"]
puts ENV["GEMFILE_MOD"]
instance_eval(ENV["GEMFILE_MOD"])
else
group :development do
# temporarily we only support building against master
gem "chef", github: "chef/chef", branch: "master"
gem "ohai", github: "chef/ohai", branch: "master"
# gem "chef", "~> 16"
# gem "ohai", "~> 16"
end
end

group :docs do
gem "yard"
Expand Down

0 comments on commit 37f5ff0

Please sign in to comment.