Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix sentence about bundle --deployment
rubygems/bundler#6805 was backported to `2-0-stable`
in rubygems/bundler@fbab118,
`bundle --deployment` will work since v2.0.2.
  • Loading branch information
bogdanvlviv committed Apr 26, 2019
1 parent 90e1784 commit 3e984b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,4 +73,4 @@ When a developer bumps or adds a dependency, Bootboot will ensure that the `Gemf
**However, this feature is only available if you are on Bundler `>= 1.17`**
Other versions will trigger a warning message telling them that Bootboot can't automatically keep the `Gemfile_next.lock` in sync.

If you use the deployment flag (`bundle --deployment`) this plugin won't work on Bundler `>= 2.0`.
If you use the deployment flag (`bundle --deployment`) this plugin won't work on Bundler `<= 2.0.1`.

0 comments on commit 3e984b3

Please sign in to comment.