Update Ruby version to 2.2.4

This commit is contained in:
Erik Michaels-Ober 2015-12-18 02:08:11 -05:00
parent 4d9d99f2e6
commit 9ac1aae666
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.2.3
2.2.4

View File

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

View File

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