summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorMichael Zaccari <[email protected]>2016-11-23 12:51:23 -0500
committerMichael Zaccari <[email protected]>2016-11-23 12:51:23 -0500
commit6b3d6756d835cbf73e807b092456616657141225 (patch)
treebc41b59bf24c42075161d7e5d1a22e4465738f28 /Gemfile
parentb0d74cf9a93ff764b32cfe6194dac84e43d98576 (diff)
downloadcaxlsx-6b3d6756d835cbf73e807b092456616657141225.tar.gz
caxlsx-6b3d6756d835cbf73e807b092456616657141225.zip
fix: load ruby-prof for mri
This fixes bundle installs for JRuby
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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