Skip to content

Instantly share code, notes, and snippets.

@tjschuck
Created July 29, 2013 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjschuck/0f356bceb6aa3816dae3 to your computer and use it in GitHub Desktop.
Save tjschuck/0f356bceb6aa3816dae3 to your computer and use it in GitHub Desktop.
diff --git a/package_java.sh b/package_java.sh
index 44d2c18..6407fd0 100755
--- a/package_java.sh
+++ b/package_java.sh
@@ -10,5 +10,6 @@ cd '/vagrant'
cd $1
rvm use jruby
+gem update --system
gem install bundler && bundle install
bundle exec rake java gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment