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
$ gem install bundler
YAML safe loading is not available. Please upgrade psych to a version that supports safe loading (>= 2.0).
Fetching: bundler-2.0.1.gem (100%)
ERROR: Error installing bundler:
The last version of bundler (>= 0) to support your Ruby & RubyGems was 1.17.3. Try installing it with `gem install bundler -v 1.17.3`
bundler requires Ruby version >= 2.3.0. The current ruby version is 1.9.1.
The command "gem install bundler" failed and exited with 1 during .
Travis build fails:
I already performed some investigation:
.travis.yml
)What do you think should be done (drop support for ruby 2.2 or force to use bundler 1.x)?
I can help on fixing this - I've tested above "hack" to use bundler 1.x and works fine.
After that I have another fix #11
The text was updated successfully, but these errors were encountered: