diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-02-25 12:25:18 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-02-25 12:25:18 -0800 |
commit | ed527d2fd6999a540f7ac183efefe40dcc1762e7 (patch) | |
tree | c782550d7a8ba77712b4284caa865ac20a7dfd63 /Gemfile | |
parent | 9b31e2d155ef28cb1eea25b236486a26829ccf2d (diff) | |
download | chef-ed527d2fd6999a540f7ac183efefe40dcc1762e7.tar.gz |
drop ruby-prof down to 1.2.0 for centos6lcg/fix-kitchen-tests
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ end # Everything except AIX group(:ruby_prof) do - gem "ruby-prof" + # ruby-prof 1.3.0 does not compile on our centos6 builders/kitchen testers + gem "ruby-prof", "< 1.3.0" end # Everything except AIX and Windows |