summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-24 20:11:50 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-24 23:32:27 -0700
commit159595cfa6a67f1f1819744de3c3e53fde0f0097 (patch)
tree5e89de8f51d980cce9408e7b671a12000839955f /Gemfile
parent3f340d9ecbaaa610f62b21ea106b31d0ba162146 (diff)
downloadchef-159595cfa6a67f1f1819744de3c3e53fde0f0097.tar.gz
Pin to ruby-prof 0.17
ruby-prof 0.18 fails to load on Windows. See https://github.com/ruby-prof/ruby-prof/issues/255 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5149e1427c..37ec9e1990 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,7 +45,7 @@ end
# Everything except AIX
group(:ruby_prof) do
- gem "ruby-prof"
+ gem "ruby-prof", "< 0.18" # 0.18 includes a x64-mingw32 gem, which doesn't load correctly. See https://github.com/ruby-prof/ruby-prof/issues/255
end
# Everything except AIX and Windows