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

bundle install failing on Travis #95

Closed
bkeepers opened this issue Nov 6, 2017 · 1 comment
Closed

bundle install failing on Travis #95

bkeepers opened this issue Nov 6, 2017 · 1 comment

Comments

@bkeepers
Copy link
Contributor

bkeepers commented Nov 6, 2017

The tests have been failing for the past few days when trying to run bundle install. Here's the error:

Errno::ENOENT: No such file or directory @ rb_sysopen -
/home/travis/.rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/bundler/templates/Executable
An error occurred while installing concurrent-ruby (1.0.5), and Bundler cannot
continue.
Make sure that `gem install concurrent-ruby -v '1.0.5'` succeeds before
bundling.
In Gemfile:
  github-pages was resolved to 167, which depends on
    jekyll-mentions was resolved to 1.2.0, which depends on
      html-pipeline was resolved to 2.7.1, which depends on
        activesupport was resolved to 4.2.9, which depends on
          i18n was resolved to 0.9.1, which depends on
            concurrent-ruby
Errno::ENOENT: No such file or directory @ rb_sysopen -
/home/travis/.rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/bundler/templates/Executable
An error occurred while installing minitest (5.10.3), and Bundler cannot
continue.
Make sure that `gem install minitest -v '5.10.3'` succeeds before bundling.
In Gemfile:
  github-pages was resolved to 167, which depends on
    jekyll-mentions was resolved to 1.2.0, which depends on
      html-pipeline was resolved to 2.7.1, which depends on
        activesupport was resolved to 4.2.9, which depends on
          minitest

Example build: https://travis-ci.org/probot/probot.github.io/builds/298042595

@bkeepers
Copy link
Contributor Author

bkeepers commented Nov 8, 2017

Fixed by rubygems/rubygems#2065.

https://travis-ci.org/probot/probot.github.io/builds/299125341

@bkeepers bkeepers closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant