diff options
author | John Keiser <john@johnkeiser.com> | 2016-06-06 16:45:29 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-06-06 16:45:29 -0700 |
commit | 1d1d3b71cf5dc4cde20e89b68402c69bac7adda3 (patch) | |
tree | c7c83b732f9437cb262d7068a8909b8c7dd156e9 /Gemfile | |
parent | 059c2bc6e4ab8f49296abb4e08edbaae700b1308 (diff) | |
download | chef-1d1d3b71cf5dc4cde20e89b68402c69bac7adda3.tar.gz |
Ensure we install rake in CI (version bump)jk/install-rake
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ gem "chef", path: "." gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.exist?(File.expand_path("../chef-config", __FILE__)) # Ensure that we can always install rake, regardless of gem groups -gem "rake" +gem "rake", group: [ :default, :omnibus_package, :development ] gem "bundler" gem "cheffish" |