diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-12-10 15:02:36 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-12-10 15:02:36 -0800 |
commit | ced82e50076a34abbf2d0f922e5c22c8bab50187 (patch) | |
tree | 6e81a06978d239a8b40b1778a38c366bdab97bd2 /Gemfile | |
parent | 519e4b0dc38c9f48c42915d8c9a83ef3e69e680e (diff) | |
download | chef-ced82e50076a34abbf2d0f922e5c22c8bab50187.tar.gz |
add ruby-prof to its own gem group
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -17,9 +17,12 @@ group(:maintenance) do gem "netrc" end -group(:development, :test) do - # for profiling +group(:ruby_prof) do + # may need to disable this in insolation on fussy builds like AIX, RHEL4, etc gem "ruby-prof" +end + +group(:development, :test) do gem "simplecov" gem 'rack', "~> 1.5.1" |