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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,19 @@ $ bundle _<version number>_ config set --local without 'production'
52
52
$ bundle _<version number>_ install
53
53
```
54
54
55
-
Here you should replace `<version number>` with the actual version number. For example, if `<version number>` is `2.3.11`, then the commands should look like this:
55
+
Here you should replace `<version number>` with the actual version number. For example, if `<version number>` is `2.3.14`, then the commands should look like this:
56
56
57
57
```
58
-
$ gem install bundler -v 2.3.11
59
-
$ bundle _2.3.11_ config set --local without 'production'
60
-
$ bundle _2.3.11_ install
58
+
$ gem install bundler -v 2.3.14
59
+
$ bundle _2.3.14_ config set --local without 'production'
60
+
$ bundle _2.3.14_ install
61
+
```
62
+
63
+
If you run into any trouble, you can remove `Gemfile.lock` and rebundle at any time:
0 commit comments