Update Ruby version to 2.3.1

This commit is contained in:
Erik Michaels-Ober 2016-05-17 10:58:39 -07:00
parent 49fcf79b21
commit f0c7a0a1eb
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2.3.0 2.3.1

View File

@ -3,7 +3,7 @@ bundler_args: "--without assets:development:production"
cache: bundler cache: bundler
language: ruby language: ruby
rvm: rvm:
- 2.3.0 - 2.3.1
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.3.0' ruby '2.3.1'
gem 'rails', '~> 4.2.6' gem 'rails', '~> 4.2.6'

View File

@ -238,7 +238,7 @@ DEPENDENCIES
webmock webmock
RUBY VERSION RUBY VERSION
ruby 2.3.0p0 ruby 2.3.1p112
BUNDLED WITH BUNDLED WITH
1.12.3 1.12.3