Skip to content

Commit 79b9fb1

Browse files
committed
👷 More GitLab CI updates
1 parent e6bf102 commit 79b9fb1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

gemfiles/vanilla.gemfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This gemfile is used for GitLab CI, current ruby pipeline.
2+
# This gemfile includes all dependencies necessary to run the naked `rake default` set of tasks
3+
4+
source "https://rubygems.org"
5+
6+
# Root Gemfile is only for local development.
7+
# On CI, we only need the gemspec dependencies (including development dependencies).
8+
# Exceptions, if any, will be found in gemfiles/*.gemfile
9+
10+
# The vanilla gemfile is intended to what we can with *only* gemspec dependencies.
11+
gemspec path: "../"

0 commit comments

Comments
 (0)