Update Ruby version to 2.3.1
This commit is contained in:
parent
49fcf79b21
commit
f0c7a0a1eb
|
@ -1 +1 @@
|
||||||
2.3.0
|
2.3.1
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue