Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created June 5, 2012 20:03
Show Gist options
  • Save ku1ik/2877462 to your computer and use it in GitHub Desktop.
Save ku1ik/2877462 to your computer and use it in GitHub Desktop.
bundle.txt
code/ascii.io (puma*) % gem li
*** LOCAL GEMS ***
bundler (1.1.4 ruby)
rake (0.9.2.2)
rubygems-bundler (1.0.2)
rvm (1.11.3.3)
code/ascii.io (puma*) %
code/ascii.io (puma*) % bundle install
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
An exception occurred running /home/kill/.rvm/gems/rbx-head/bin/ruby_noexec_wrapper
unknown encoding name - bom|utf-8 (ArgumentError)
Backtrace:
Rubinius::EncodingClass::Encoding.find at kernel/common/encoding.rb:125
IO(File)#set_encoding at kernel/common/io19.rb:559
IO(File)#initialize at kernel/common/io19.rb:286
File#initialize at kernel/common/file19.rb:41
Class#new at kernel/alpha.rb:96
IO.open at kernel/common/io.rb:250
Psych.load_file at /home/kill/.rvm/rubies/rbx-head/lib/19
/psych.rb:297
Bundler::Settings#load_config at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler/settings.rb:117
Bundler::Settings#initialize at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler/settings.rb:5
Bundler.settings at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler.rb:182
Bundler::CLI#install at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler/cli.rb:211
Thor::Task#run at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler/vendor/thor
/task.rb:22
Thor::Invocation(Bundler::CLI)#invoke_task at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler/vendor/thor
/invocation.rb:118
Thor.dispatch at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler/vendor
/thor.rb:263
Thor::Base::ClassMethods(Class)#start at /home/kill/.rvm/gems/rbx-head@global/gems
/bundler-1.1.4/lib/bundler/vendor/thor
/base.rb:386
Object#__script__ at /home/kill/.rvm/gems/rbx-head/gems
/bundler-1.1.4/bin/bundle:13
Kernel(Object)#load at kernel/common/kernel.rb:580
{ } in Object#__script__ at /home/kill/.rvm/gems/rbx-head/bin/bundle:19
Rubinius::BlockEnvironment#call_on_instance at kernel/common/block_environment.rb:75
Kernel(Object)#eval at kernel/common/eval.rb:72
Object#__script__ at /home/kill/.rvm/gems/rbx-head/bin
/ruby_noexec_wrapper:14
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:67
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:109
Rubinius::Loader#script at kernel/loader.rb:640
Rubinius::Loader#main at kernel/loader.rb:844
code/ascii.io (puma*) %
code/ascii.io (puma*) % ruby -v
rubinius 2.0.0dev (1.9.3 eb53d0b7 yyyy-mm-dd JI) [x86_64-unknown-linux-gnu]
code/ascii.io (puma*) % gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.12
- RUBY VERSION: 1.9.3 (yyyy-mm-dd patchlevel 0) [x86_64-unknown-linux-gnu]
- INSTALLATION DIRECTORY: /home/kill/.rvm/gems/rbx-head
- RUBYGEMS PREFIX: /home/kill/.rvm/rubies/rbx-head
- RUBY EXECUTABLE: /home/kill/.rvm/rubies/rbx-head/bin/rbx
- EXECUTABLE DIRECTORY: /home/kill/.rvm/gems/rbx-head/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- x86_64-rubinius-2.0
- GEM PATHS:
- /home/kill/.rvm/gems/rbx-head
- /home/kill/.rvm/gems/rbx-head@global
- /home/kill/.rvm/rubies/rbx-head/gems/rubinius/preinstalled
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "gem" => "--no-rdoc --no-ri"
- :sources => ["http://rubygems.org", "http://gems.rubyforge.org/"]
- REMOTE SOURCES:
- http://rubygems.org
- http://gems.rubyforge.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment