diff options
| author | Michael Zaccari <[email protected]> | 2016-11-23 12:51:23 -0500 |
|---|---|---|
| committer | Michael Zaccari <[email protected]> | 2016-11-23 12:51:23 -0500 |
| commit | 6b3d6756d835cbf73e807b092456616657141225 (patch) | |
| tree | bc41b59bf24c42075161d7e5d1a22e4465738f28 /Gemfile | |
| parent | b0d74cf9a93ff764b32cfe6194dac84e43d98576 (diff) | |
| download | caxlsx-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ group :test do end group :profile do - gem 'ruby-prof' + gem 'ruby-prof', :platforms => :ruby end platforms :rbx do |
