Skip to content

Instantly share code, notes, and snippets.

@bachya
Last active August 29, 2015 14:00
Show Gist options
  • Save bachya/11092084 to your computer and use it in GitHub Desktop.
Save bachya/11092084 to your computer and use it in GitHub Desktop.
$ cd bachya/PinPress
travis_fold:start:git.3
$ git checkout -qf 12ceafd49e63013fba880886895519ff1b401ced
travis_fold:end:git.3
$ rvm use 2.1.0 --install --binary --fuzzy
Using /home/travis/.rvm/gems/ruby-2.1.0
$ export BUNDLE_GEMFILE=$PWD/Gemfile
$ ruby --version
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
$ rvm --version
rvm 1.25.14 (version) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
$ gem --version
2.2.2
$ bundle --version
Bundler version 1.5.3
travis_fold:start:install
$ bundle install --deployment
There was a LoadError while loading pinpress.gemspec:
cannot load such file --
/home/travis/build/bachya/PinPress/lib/pinpress/constants.rb from
/home/travis/build/bachya/PinPress/pinpress.gemspec:1:in `<main>'
Does it try to require a relative path? That's been removed in Ruby 1.9.
The command "bundle install --deployment" failed. Retrying, 2 of 3.
There was a LoadError while loading pinpress.gemspec:
cannot load such file --
/home/travis/build/bachya/PinPress/lib/pinpress/constants.rb from
/home/travis/build/bachya/PinPress/pinpress.gemspec:1:in `<main>'
Does it try to require a relative path? That's been removed in Ruby 1.9.
The command "bundle install --deployment" failed. Retrying, 3 of 3.
There was a LoadError while loading pinpress.gemspec:
cannot load such file --
/home/travis/build/bachya/PinPress/lib/pinpress/constants.rb from
/home/travis/build/bachya/PinPress/pinpress.gemspec:1:in `<main>'
Does it try to require a relative path? That's been removed in Ruby 1.9.
The command "bundle install --deployment" failed and exited with 14 during install.
Your build has been stopped.
@apanzerj
Copy link

Did you find a solution to this?

Stuck at the same place ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment