Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with instructions on using Bundler 1 #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ $ transpec

This will run the specs, convert them, and overwrite all spec files in the `spec` directory.

If you see an error message that reads `You must use Bundler 2 or greater with this lockfile.` it means

* You're using a ruby whose default bundler is version 2 or up; to address this
* Delete your Gemfile.lock
* Rebuild it by running `bundle _1.17.3_ install` which uses the version of bundler Transpec depends on

After the conversion, run `rspec` again and check whether everything is still green:

```bash
Expand Down