Dependency bumps.

FossilOrigin-Name: 870247553c781cf6896c416b1edccb6985f99f7e8d118d654ab944f604a77182
This commit is contained in:
Mahlon E. Smith 2015-07-08 16:44:26 +00:00
parent 9364c9df09
commit 4b0ead48f1
4 changed files with 18 additions and 14 deletions

4
.rvmrc
View file

@ -3,7 +3,7 @@
# This is an RVM Project .rvmrc file, used to automatically load the ruby
# development environment upon cd'ing into the directory
environment_id="2.0.0@metronome"
environment_id="2.1.1@metronome"
if [[ -d "${rvm_path:-$HOME/.rvm}/environments" \
&& -s "${rvm_path:-$HOME/.rvm}/environments/$environment_id" ]]; then
@ -22,7 +22,7 @@ else
fi
fi
filename=".rvm.gems"
filename=".gems"
if [[ -s "$filename" ]]; then
rvm gemset import "$filename"
fi