Skip to content

Commit

Permalink
Make rvm automatically install bundler as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Aug 22, 2010
1 parent d28bff5 commit 980dd75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions gemsets/jruby/global.gems
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
jruby-openssl
bundler --pre
1 change: 1 addition & 0 deletions gemsets/ruby/1.8.7/global.gems
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bundler --pre
1 change: 1 addition & 0 deletions gemsets/ruby/1.9.1/global.gems
1 change: 1 addition & 0 deletions gemsets/ruby/1.9.2/global.gems
2 changes: 1 addition & 1 deletion scripts/utility
Original file line number Diff line number Diff line change
Expand Up @@ -750,4 +750,4 @@ __rvm_expand_ruby_string() {
else
echo "$1" | tr "," "\n" | __rvm_strip
fi
}
}

0 comments on commit 980dd75

Please sign in to comment.