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"
66
77# Appraisal Root Gemfile is for running appraisal to generate the Appraisal Gemfiles
88# 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 .
1111
1212gemspec
1313
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66git_source ( :gitlab ) { |repo_name | "https://gitlab.com/#{ repo_name } " }
77
88#### 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 #
1011####################################################### IMPORTANT ####
1112
1213# For Ruby version specific dependencies
You can’t perform that action at this time.
0 commit comments