Update Ruby version to 2.2.2

This commit is contained in:
Erik Michaels-Ober 2015-04-15 13:05:27 +02:00
parent 661b7c6bd5
commit c1ca5dc32b
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.2.1 2.2.2

View File

@ -3,7 +3,7 @@ bundler_args: "--without assets:development:production"
cache: bundler cache: bundler
language: ruby language: ruby
rvm: rvm:
- 2.2.1 - 2.2.2
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.1' ruby '2.2.2'
gem 'rails', '~> 4.2.1' gem 'rails', '~> 4.2.1'