Skip to content

Commit

Permalink
Use just jruby, so that we don't have to bump versions all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 28, 2011
1 parent 147f148 commit a90f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rvmrc
@@ -1 +1 @@
rvm --create use jruby-1.6.2@hot_bunnies
rvm --create use jruby@hot_bunnies

4 comments on commit a90f700

@iconara
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bad idea. Now, every time you update RVM the version of jruby used will change an a new empty gemset will be created. If you don't like having the version fixed I think it's better to remove .rvmrc and add it to .gitignore so that everyone can have their own.

@iconara
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should clarify: every time you update RVM and the latest version of JRuby has changed rvm --create usr jruby@hot_bunnies will create a new gemset.

@michaelklishin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets gitignore it then

@michaelklishin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 7ac680b.

Please sign in to comment.