From 6b3d6756d835cbf73e807b092456616657141225 Mon Sep 17 00:00:00 2001 From: Michael Zaccari Date: Wed, 23 Nov 2016 12:51:23 -0500 Subject: fix: load ruby-prof for mri This fixes bundle installs for JRuby --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 6b145aa1..89ed374d 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :test do end group :profile do - gem 'ruby-prof' + gem 'ruby-prof', :platforms => :ruby end platforms :rbx do -- cgit v1.2.3