Skip to content

Commit

Permalink
Update ruby version for RVM
Browse files Browse the repository at this point in the history
Under 1.9.2, `bundle install` fails with the following error:

Gem::InstallError: activesupport requires Ruby version >= 1.9.3.
An error occurred while installing activesupport (4.0.0), and Bundler 
cannot continue. Make sure that `gem install activesupport -v '4.0.0'`
succeeds before bundling.
  • Loading branch information
ahorner committed Oct 9, 2013
1 parent 8e78058 commit a61dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rvmrc
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

ruby_string="ruby-1.9.2-p290"
ruby_string="ruby-1.9.3"
gemset_name="wicked"

if rvm list strings | grep -q "${ruby_string}" ; then
Expand Down

0 comments on commit a61dfec

Please sign in to comment.