Update Ruby version to 2.2.3

This commit is contained in:
Erik Michaels-Ober 2015-08-20 05:10:07 +02:00
parent b188bfb599
commit 9a37cf7d9c
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.2.2 2.2.3

View File

@ -3,7 +3,7 @@ bundler_args: "--without assets:development:production"
cache: bundler cache: bundler
language: ruby language: ruby
rvm: rvm:
- 2.2.2 - 2.2.3
script: script:
- bundle exec rake - bundle exec rake
- bundle exec rubocop - bundle exec rubocop

View File

@ -1,5 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.2.2' ruby '2.2.3'
gem 'rails', '~> 4.2.2' gem 'rails', '~> 4.2.2'