Update Ruby version to 2.1.2

This commit is contained in:
Erik Michaels-Ober 2014-05-10 11:44:24 +02:00
parent 6fc088779e
commit 062ce80bb6
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.1.1
2.1.2

View File

@ -5,4 +5,4 @@ after_script: bundle exec rubocop -R
bundler_args: --without assets:development:production
language: ruby
rvm:
- 2.1.1
- 2.1.2

View File

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