Update Ruby version to 2.2.1

This commit is contained in:
Erik Michaels-Ober 2015-03-04 09:04:16 +01:00
parent fabd67bfe8
commit d18f573b2d
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.2.0 2.2.1

View File

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

View File

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