Welcome to the Future™

This commit is contained in:
Erik Michaels-Ober 2014-09-29 10:18:10 +02:00
parent 494cb16ea9
commit 9a1094c4d4
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.1.2
2.2.0-preview1

View File

@ -4,7 +4,7 @@ bundler_args: --without assets:development:production
cache: bundler
language: ruby
rvm:
- 2.1.2
- 2.2.0
script:
- bundle exec rake
- bundle exec rubocop --rails --fail-level=refactor

View File

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