diff options
author | Tom Duffield <tom@chef.io> | 2017-02-09 18:44:19 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-09 18:44:19 -0600 |
commit | 8303aed3815db43905570a48339b0eca0999bf8b (patch) | |
tree | 22e2075b1782ee5f0025d9c2444dbf7ae540fec7 /Gemfile | |
parent | 9c92916062f8ee969c0167d11964402d5d42b7cb (diff) | |
download | chef-8303aed3815db43905570a48339b0eca0999bf8b.tar.gz |
Cleanup Gemfiles, Berksfiles, and update Gemfile groups
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,9 +13,8 @@ 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", group: [ :default, :omnibus_package, :development ] +gem "rake" gem "bundler" -gem "cheffish" group(:omnibus_package) do gem "appbundler" @@ -29,6 +28,7 @@ group(:omnibus_package, :pry) do gem "pry-remote" gem "pry-stack_explorer" end + # These are used for external tests group(:integration) do gem "chef-provisioning" @@ -63,6 +63,7 @@ group(:linux, :bsd, :mac_os_x, :solaris, :windows) do # may need to disable this in insolation on fussy builds like AIX, RHEL4, etc gem "ruby-prof" end + # Everything except AIX and Windows group(:linux, :bsd, :mac_os_x, :solaris) do gem "ruby-shadow", platforms: :ruby |