reinstall_local_gem.sh in rspreadsheet-0.4.8 vs reinstall_local_gem.sh in rspreadsheet-0.4.9
- old
+ new
@@ -6,10 +6,10 @@
# this is to update git index, because git lsfiles is used in .gemspec
git add .
# builds the gem to pkg directory and installs gem to local system
-sudo rake install
+sudo bundle exec rake install
# Note 1: If the last step fails with "mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h",
# you may want to ``sudo aptitude install ruby-dev``