Skip to content
Snippets Groups Projects
Commit e279c84c authored by Gabriel Mazetto's avatar Gabriel Mazetto :spy_tone1:
Browse files

Enable .ruby-version support for development and use 2.3 for all CI

parent 159508a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,6 @@ pkg/*
bin/*
files/**/cache/
vendor/cookbooks
.ruby-version
.ruby-gemset
.rvmrc
.rbenv-version
Loading
Loading
Loading
Loading
@@ -294,7 +294,7 @@ before_script:
rubocop:
stage: check
<<: *dedicated-runner
image: ruby:2.3.3
image: ruby:2.3
before_script:
- bundle install -j $(nproc) --binstubs --path gems --without default test
script:
Loading
Loading
ruby-2.3.7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment