Skip to content

Commit 4c8a2f5

Browse files
committed
📝 Improve documentation
1 parent 1d626c0 commit 4c8a2f5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Appraisal.root.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1212
gemspec
1313

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66
git_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

0 commit comments

Comments
 (0)