Skip to content

Commit 18be586

Browse files
committed
Remove specific bundler version information, no longer needed
When retesting the minimum scenario today https://github.com/ianfixes/arduino_ci/issues/69#issuecomment-457851016 I used just gem install bundler and there were no problems like there had been earlier. So things have apparently been resolved and the version specific install workaround is no longer needed. I tested using a separate user starting with an empty home directory, e.g. guaranteed no old stale things being picked up.
1 parent f0b54cf commit 18be586

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,11 @@ Pull requests will trigger a Travis CI job. The following two commands will be
1818
apt-get install ruby ruby-dev # For Debian/Ubuntu
1919
dnf install ruby ruby-devel # For Fedora
2020
yum install ruby ruby-devel # For Centos/RHEL
21-
gem install bundler # See note below about version
21+
gem install bundler
2222
gem install rubocop
2323
gem install rspec
2424
```
2525

26-
As of writing this you want install a version 1 of bundler, `gem install bundler -v '1.17.3'`,
27-
since there is some incompability with regards to the
28-
[latest version 2 release of bundler](https://bundler.io/blog/2019/01/04/an-update-on-the-bundler-2-release.html)
29-
3026
Be prepared to write tests to accompany any code you would like to see merged.
3127
See `SampleProjects/TestSomething/test/*.cpp` for the existing tests (run by rspec).
3228

0 commit comments

Comments
 (0)