Skip to content

Commit

Permalink
cleanup - Update .rvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Nov 21, 2013
1 parent 0adc824 commit 79092c7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .rvmrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#!/usr/bin/env bash

RVMRC="ree-1.8.7-2012.02@gateway"
RUBYGEM_VERSION="1.3.7"

rvm use $RVMRC --create --install

if [[ `gem --version` != $RUBYGEM_VERSION ]] ; then
echo "Switching to RubyGems $RUBYGEM_VERSION"
rvm rubygems $RUBYGEM_VERSION
fi
rvm use ruby-1.9.3-p194-falcon@gateway --create --install

0 comments on commit 79092c7

Please sign in to comment.