Skip to content

Commit d102b75

Browse files
committed
Comment on Gemfile
1 parent 6708291 commit d102b75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
eval_gemfile("#{RUBY_ENGINE}-#{RUBY_ENGINE_VERSION.split('.').take(2).join('.')}.gemfile")

0 commit comments

Comments
 (0)