Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jc00ke/edb16e5113c5066b6c26 to your computer and use it in GitHub Desktop.
Save jc00ke/edb16e5113c5066b6c26 to your computer and use it in GitHub Desktop.
✘  ~/p/travis-rbx-bundler-debug   master ±  rm -rf ~/.gem/rbx/2.1.0/specifications/* ~/.gem/rbx/2.1.0/cache/*
~/p/travis-rbx-bundler-debug   master ±  bundle --jobs=8
Fetching gem metadata from https://rubygems.org/.........
spec_from_gem
spec_from_gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/builder-3.0.4.gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/multi_json-1.10.1.gem
spec_from_gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/rake-10.4.2.gem
spec_from_gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/erubis-2.7.0.gem
spec_from_gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/hike-1.2.3.gem
spec_from_gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/tilt-1.4.1.gem
spec_from_gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/journey-1.0.4.gem
spec_from_gem
Gem::Package::FormatError: package is corrupt, exception while verifying: method 'call': given 0, expected 2 (ArgumentError) in /home/jesse/.gem/rbx/2.1.0/cache/polyglot-0.3.5.gem
Using json 1.8.1
spec_from_gem
spec_from_gem
spec_from_gem
Installing mime-types 1.25.1
Installing i18n 0.6.11
spec_from_gem
spec_from_gem
spec_from_gem
spec_from_gem
Installing arel 3.0.3
Using bundler 1.7.7
Installing htmlentities 4.3.1
spec_from_gem
spec_from_gem
Installing rack 1.4.5
Installing thor 0.19.1
Installing tzinfo 0.3.42
Installing pg 0.17.1
Installing nokogiri 1.5.11
An error occurred while installing builder (3.0.4), and Bundler cannot continue.
Make sure that `gem install builder -v '3.0.4'` succeeds before bundling.
✘  ~/p/travis-rbx-bundler-debug   master ±  rm -rf ~/.gem/rbx/2.1.0/specifications/* ~/.gem/rbx/2.1.0/cache/* ~/.gem/rbx/2.1.0/gems/*
~/p/travis-rbx-bundler-debug   master ±  bundle --jobs=8
Fetching gem metadata from https://rubygems.org/.........
spec_from_gem
spec_from_gem
Installing builder 3.0.4
spec_from_gem
Installing multi_json 1.10.1
spec_from_gem
spec_from_gem
spec_from_gem
Installing hike 1.2.3
Installing rake 10.4.2
spec_from_gem
Installing journey 1.0.4
spec_from_gem
Installing tilt 1.4.1
Installing erubis 2.7.0
Installing i18n 0.6.11
Using json 1.8.1
spec_from_gem
spec_from_gem
Installing mime-types 1.25.1
spec_from_gem
Installing polyglot 0.3.5
spec_from_gem
spec_from_gem
Installing arel 3.0.3
Using bundler 1.7.7
Installing htmlentities 4.3.1
spec_from_gem
spec_from_gem
Installing rack 1.4.5
spec_from_gem
spec_from_gem
spec_from_gem
spec_from_gem
spec_from_gem
Installing thor 0.19.1
Installing treetop 1.4.15
spec_from_gem
spec_from_gem
Installing rack-cache 1.2
Installing activesupport 3.2.19
Installing rack-test 0.6.2
Installing rdoc 3.12.2
spec_from_gem
spec_from_gem
Installing rack-ssl 1.3.4
spec_from_gem
Installing sprockets 2.2.3
spec_from_gem
Installing tzinfo 0.3.42
spec_from_gem
Installing activemodel 3.2.19
Installing mail 2.5.4
spec_from_gem
spec_from_gem
spec_from_gem
Installing activeresource 3.2.19
Installing activerecord 3.2.19
Installing actionpack 3.2.19
spec_from_gem
Installing actionmailer 3.2.19
spec_from_gem
Installing railties 3.2.19
spec_from_gem
Installing rails 3.2.19
spec_from_gem
Installing paper_trail 2.7.2
Installing pg 0.17.1
Installing nokogiri 1.5.11
Installing puma 2.10.2
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment