As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 2fef8e45 authored by Stan Hu's avatar Stan Hu
Browse files

Upgrade to Ruby 2.6.3

Restores some of the changes in
https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/257, but
still targets Rubocop for 2.3.
parent 1f6b19d8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,6 +33,17 @@ rubocop:
except:
- tags
#ruby 2.6
rspec:ruby2.6:
image: ruby:2.6
variables:
INSTALL_BUNDLER_VERSION: ~> 1.17.3
<<: *rspec_definition
tags:
- ruby
except:
- tags
#ruby 2.2
rspec:ruby2.2:
image: ruby:2.2
Loading
Loading
# Exclude some of GitLab files
AllCops:
TargetRubyVersion: 2.3
Exclude:
- 'spec/**/*'
- 'vendor/**/*'
Loading
Loading
2.3.7
2.6.3
Loading
Loading
@@ -46,6 +46,6 @@ http_interactions:
- '1.436040'
body:
encoding: UTF-8
string: '""'
string: '{'
http_version:
recorded_at: Fri, 20 Jul 2018 06:18:58 GMT
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