We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bf102 commit 79b9fb1Copy full SHA for 79b9fb1
gemfiles/vanilla.gemfile
@@ -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