CONTRIBUTING.md in welaika-suspenders-2.28.0 vs CONTRIBUTING.md in welaika-suspenders-2.29.0.alpha.1
- old
+ new
@@ -11,13 +11,10 @@
Set up your machine:
./bin/setup
-If you're having trouble installing `capybara-webkit` check their [installation
-instructions](https://github.com/thoughtbot/capybara-webkit#qt-dependency-and-installation-issues).
-
Make sure the tests pass:
rake
Make your change.
@@ -50,5 +47,13 @@
## Versions
To update the Ruby version,
change `.ruby-version` and `.travis.yml`.
+
+If you see this error while running tests:
+
+```
+Your Ruby version is XXX, but your Gemfile specified YYY (Bundler::RubyVersionMismatch)
+```
+
+Try removing the `tmp/` directory and re-running the tests.