diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-17 22:13:13 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | a80c5cf9e7b373b7f41868f476ef2f689b3a0fbc (patch) | |
tree | ee17be03194e70d31cfae4cb2b7d7ee0ab1aba45 /Gemfile | |
parent | fca6cdc1f399ecf884ea1e30f3401f1dbff5705c (diff) | |
download | chef-a80c5cf9e7b373b7f41868f476ef2f689b3a0fbc.tar.gz |
Don't bundle install on tests
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ group(:maintenance) do end # Everything except AIX -group(:linux, :bsd, :mac_os_x, :solaris, :windows, :ruby_prof) do +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 |