File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ source "https://rubygems.org"
6
6
7
7
# Appraisal Root Gemfile is for running appraisal to generate the Appraisal Gemfiles
8
8
# in gemfiles/*gemfile.
9
- # On CI, we use it for the Appraisal-based builds.
10
- # We do not load the standard Gemfile, as it is tailored for local development.
9
+ # On GHA CI, we use it for the Appraisal-based builds.
10
+ # We do not load the standard Gemfile, as it is tailored for local development & GitLab CI .
11
11
12
12
gemspec
13
13
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
6
git_source ( :gitlab ) { |repo_name | "https://gitlab.com/#{ repo_name } " }
7
7
8
8
#### IMPORTANT #######################################################
9
- # Gemfile is for local development ONLY; Gemfile is NOT loaded in CI #
9
+ # Gemfile is for local development and GitLab CI #
10
+ # Gemfile is NOT loaded in GitHub Actions CI #
10
11
####################################################### IMPORTANT ####
11
12
12
13
# For Ruby version specific dependencies
You can’t perform that action at this time.
0 commit comments