Update Ruby version to 2.1.1

This commit is contained in:
Erik Michaels-Ober 2014-03-05 14:49:12 -08:00
parent 547013f6ca
commit b664bd1014
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.1.0
2.1.1

View File

@ -4,4 +4,4 @@ before_script: bundle exec rake db:create db:schema:load
bundler_args: --without assets:development:production
language: ruby
rvm:
- 2.1.0
- 2.1.1

View File

@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.1.0'
ruby '2.1.1'
gem 'rails', '~> 4.0.3'