Update Ruby version to 2.3.0

This commit is contained in:
Erik Michaels-Ober 2015-12-26 08:14:01 -05:00
parent 347fb9711c
commit d3011ddf53
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.2.4
2.3.0

View File

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

View File

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