You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,17 +137,17 @@ Please note that the command output will show the variable value being used.
137
137
#### BUNDLE_GEMFILE
138
138
We can use this variable to tell bundler what Gemfile it should use (instead of the one in the current directory).
139
139
Inside the [gemfiles](https://github.com/heartcombo/devise/tree/main/gemfiles) directory, we have one for each version of Rails we support. When you send us a pull request, it may happen that the test suite breaks using some of them. If that's the case, you can simulate the same environment using the `BUNDLE_GEMFILE` variable.
140
-
For example, if the tests broke using Ruby 3.0.0 and Rails 6.0, you can do the following:
140
+
For example, if the tests broke using Ruby 3.4 and Rails 8.0, you can do the following:
0 commit comments