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 6708291 commit d102b75Copy full SHA for d102b75
Gemfile
@@ -1 +1,11 @@
1
+# The correct gemfile is loaded based on current Ruby version and engine and generating
2
+# `Gemfile.lock` at the root of the project.
3
+#
4
+# NOTE:
5
+# After changing Ruby version, `Gemfile.lock` can become stale.
6
+# Rgenerate `Gemfile.lock` by running `rm Gemfile.lock && bundle lock`.
7
8
+# If you are not familiar with handling multiple Ruby versions. It is recommended
9
+# to used `docker compose` for development, which already handles the Ruby version for you.
10
+
11
eval_gemfile("#{RUBY_ENGINE}-#{RUBY_ENGINE_VERSION.split('.').take(2).join('.')}.gemfile")
0 commit comments