JanusGraph / janusgraph.org

JanusGraph website
https://janusgraph.org
Other
8 stars 20 forks source link

Fix TravisCI builds #77

Closed porunov closed 1 year ago

porunov commented 4 years ago

Currently TravisCI fails in master with the next log:

ERROR:  Error installing jekyll:

    There are no versions of jekyll-sass-converter (~> 2.0) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?

    jekyll-sass-converter requires Ruby version >= 2.4.0. The current ruby version is 2.3.3.222.

1 gem installed

Fetching gem metadata from https://rubygems.org/..........

Fetching gem metadata from https://rubygems.org/.

Resolving dependencies...

Bundler could not find compatible versions for gem "bundler":

  In Gemfile:

    bundler (~> 2.0.1)

  Current Bundler version:

    bundler (2.1.4)

This Gemfile requires a different version of Bundler.

Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 2.0.1)' in any of the relevant sources:

  the local ruby installation

The command "gem update --system; gem install bundler jekyll; bundle install;" failed and exited with 6 during .
FlorianHockmann commented 1 year ago

Looks like this also has been fixed long ago as the build is working right now.