diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-24 20:11:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-24 23:32:27 -0700 |
commit | 159595cfa6a67f1f1819744de3c3e53fde0f0097 (patch) | |
tree | 5e89de8f51d980cce9408e7b671a12000839955f /Gemfile | |
parent | 3f340d9ecbaaa610f62b21ea106b31d0ba162146 (diff) | |
download | chef-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |