From b0ff15bbe4f9fbee2f587571fedae67150ad2633 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 2 Dec 2019 15:44:18 -0800 Subject: Update ruby_prof to 1.0 Signed-off-by: Tim Smith --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 41fa898cef..464bb02685 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.1