diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-12-02 15:44:18 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-12-04 16:17:29 -0800 |
commit | b0ff15bbe4f9fbee2f587571fedae67150ad2633 (patch) | |
tree | 8f768f8ece0e4f9f80206e8aeda14f6824661fa5 /Gemfile | |
parent | be18023bf828a9801865a1551e7b5da917418982 (diff) | |
download | chef-b0ff15bbe4f9fbee2f587571fedae67150ad2633.tar.gz |
Update ruby_prof to 1.0prof
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ end # Everything except AIX group(:ruby_prof) do - 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 + gem "ruby-prof" end # Everything except AIX and Windows |