Skip to content
Snippets Groups Projects
Commit 76979486 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'ruby-version-support' into 'master'

Enable .ruby-version support for development

See merge request gitlab-org/omnibus-gitlab!2488
parents 9e4920b2 e279c84c
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