Skip to content

Commit c7e77e2

Browse files
committed
🎨 Template bootstrap by kettle-dev-setup v1.1.55
1 parent db56212 commit c7e77e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ workflow:
8585
- bundle exec appraisal ${APPRAISAL} bin/rake --tasks
8686
# Run tests, skipping those that won't work in CI
8787
- >
88-
bundle exec appraisal unlocked_deps \
88+
bundle exec appraisal ${APPRAISAL} \
8989
bin/rspec spec \
9090
--tag \~ci_skip \
9191
--format progress \
@@ -106,7 +106,7 @@ ruby-current:
106106
ruby-ruby3_1:
107107
variables:
108108
RUBYGEMS_VERSION: "3.6.9"
109-
APPRAISAL: ruby_3_1
109+
APPRAISAL: ruby-3-1
110110
K_SOUP_COV_DO: false
111111
<<: *test_definition-legacy
112112
parallel:
@@ -116,7 +116,7 @@ ruby-ruby3_1:
116116
ruby-ruby3_0:
117117
variables:
118118
RUBYGEMS_VERSION: "3.5.23"
119-
APPRAISAL: ruby_3_0
119+
APPRAISAL: ruby-3-0
120120
K_SOUP_COV_DO: false
121121
<<: *test_definition-legacy
122122
parallel:
@@ -126,7 +126,7 @@ ruby-ruby3_0:
126126
ruby-ruby2_7:
127127
variables:
128128
RUBYGEMS_VERSION: "3.4.22"
129-
APPRAISAL: ruby_2_7
129+
APPRAISAL: ruby-2-7
130130
K_SOUP_COV_DO: false
131131
<<: *test_definition-legacy
132132
parallel:

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
# kettle-dev Rakefile v1.1.54 - 2025-11-10
3+
# kettle-dev Rakefile v1.1.55 - 2025-11-11
44
# Ruby 2.3 (Safe Navigation) or higher required
55
#
66
# MIT License (see License.txt)

0 commit comments

Comments
 (0)