Révision 8726ba4c
Switch back to Ruby 2.5
```
can't modify frozen String: "true"
```
[Ticket IAC-1146](https://tickets.puppetlabs.com/browse/IAC-1146)
.gitlab-ci.yml | ||
---|---|---|
18 | 18 |
- bundle -v |
19 | 19 |
- bundle install --without system_tests --path vendor/bundle --jobs $(nproc) |
20 | 20 |
|
21 |
syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop-Ruby 2.7-Puppet ~> 6:
|
|
21 |
syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop-Ruby 2.5-Puppet ~> 6:
|
|
22 | 22 |
stage: syntax |
23 |
image: registry.code.immerda.ch/immerda/container-images/ruby/devel:2.7
|
|
23 |
image: registry.code.immerda.ch/immerda/container-images/ruby/devel:2.5
|
|
24 | 24 |
script: |
25 | 25 |
- bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop |
26 | 26 |
variables: |
... | ... | |
28 | 28 |
tags: |
29 | 29 |
- container |
30 | 30 |
|
31 |
parallel_spec-Ruby 2.7-Puppet ~> 6:
|
|
31 |
parallel_spec-Ruby 2.5-Puppet ~> 6:
|
|
32 | 32 |
stage: unit |
33 |
image: registry.code.immerda.ch/immerda/container-images/ruby/devel:2.7
|
|
33 |
image: registry.code.immerda.ch/immerda/container-images/ruby/devel:2.5
|
|
34 | 34 |
script: |
35 | 35 |
- bundle exec rake parallel_spec |
36 | 36 |
variables: |
Formats disponibles : Unified diff