Created
December 1, 2011 11:06
-
-
Save manuelmeurer/1415877 to your computer and use it in GitHub Desktop.
Bundler error: invalid byte sequence in US-ASCII
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source :rubygems | |
gem 'rails', '~> 3.1.3' | |
gem 'haml', '~> 3.1.2' | |
gem 'jquery-rails', '~> 1.0.13' | |
gem 'mysql2', '~> 0.3.7' | |
gem 'factory_girl_rails', '~> 1.3.0' | |
gem 'ffaker', '~> 1.8.1' | |
gem 'paperclip', '~> 2.4.0' | |
gem 'airbrake', '~> 3.0.2' | |
gem 'friendly_id', '~> 3.3.0.1' | |
gem 'aws-s3', '~> 0.6.2' | |
gem 'redis', '~> 2.2.2' | |
gem 'redis-store', '~> 1.0.0.1' | |
gem 'devise', '~> 1.4.7' | |
gem 'cancan', '~> 1.6.7' | |
gem 'formtastic', '~> 2.0.1' | |
gem 'amazon_product', '~> 3.0.1' | |
gem 'whenever', '~> 0.6.8', require: false | |
gem 'kaminari', '~> 0.12.4' | |
gem 'squeel', '~> 0.8.9' | |
gem 'fog', '~> 1.0.0' | |
gem 'mini_magick', '~> 3.3.0' | |
gem 'carrierwave', '~> 0.5.7' | |
gem 'sortifiable', '~> 0.2.5' | |
gem 'redcarpet', '~> 2.0.0b5' | |
gem 'ohm', git: 'git://github.com/krautcomputing/ohm' | |
gem 'ohm-contrib', '~> 0.1.1' | |
gem 'sitemap_generator', '~> 2.1.0' | |
gem 'mechanize', '~> 2.0.1' | |
gem 'nokogiri', '~> 1.5.0' | |
gem 'slim_migrations', '~> 3.1.0' | |
gem 'resque', '~> 1.19.0' | |
gem 'resque-scheduler', '~> 1.9.9' | |
gem 'asset_sync', '~> 0.1.4' | |
gem 'newrelic_rpm', '~> 3.1.2' | |
gem 'resque_mailer', '~> 2.0.2' | |
gem 'js-routes', '~> 0.7.1' | |
gem 'agent_cooper', '~> 0.0.6' | |
gem 'paypal-recurring', git: 'git://github.com/negative/paypal-recurring' | |
gem 'rest-client', '~> 1.6.7' | |
gem 'log_buddy', '~> 0.6.0' | |
group :assets do | |
gem 'sass-rails', '~> 3.1.4' | |
gem 'coffee-rails', '~> 3.1.1' | |
gem 'uglifier', '~> 1.0.3' | |
gem 'compass', '~> 0.12.alpha.0' | |
end | |
group :development do | |
gem 'foreman', '~> 0.20.0' | |
gem 'nifty-generators', '~> 0.4.6' | |
gem 'capistrano', '~> 2.8.0' | |
gem 'capistrano-ext', '~> 1.2.1' | |
gem 'annotate', git: 'git://github.com/ctran/annotate_models' | |
gem 'routes', '~> 0.1.4' | |
gem 'web-app-theme', '~> 0.7.0' | |
gem 'hpricot', '~> 0.8.4' | |
gem 'ruby_parser', '~> 2.2.0' | |
gem 'rails-dev-tweaks', '~> 0.4.0' | |
end | |
group :test, :development do | |
gem 'rspec-rails', '~> 2.6.1' | |
gem 'rb-fsevent', require: false | |
gem 'guard-rspec', '~> 0.4.5' | |
gem 'guard-spork', '~> 0.2.1' | |
gem 'spork', '~> 0.9.0.rc9' | |
end | |
group :test do | |
gem 'turn', '~> 0.8.2', require: false | |
gem 'timecop', '~> 0.3.5' | |
end | |
group :production do | |
gem 'backup', '~> 3.0.18' | |
end | |
group :production, :staging do | |
gem 'execjs', '~> 1.2.4' | |
gem 'therubyracer', '~> 0.9.4' | |
gem 'god', '~> 0.11.0' | |
gem 'elif', '~> 0.1.0' # For Scout RoR plugin | |
gem 'request-log-analyzer', '~> 1.11.1' | |
end | |
group :console do | |
gem 'hirb', '~> 0.5.0' | |
gem 'wirble', '~> 0.1.3' | |
gem 'awesome_print', '~> 0.4.0' | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: git://github.com/ctran/annotate_models | |
revision: ab62e8c131c9a67d687fa23ed5ee05c3bf450852 | |
specs: | |
annotate (2.4.1.beta1) | |
GIT | |
remote: git://github.com/krautcomputing/ohm | |
revision: 3c5467c9061a1c2c747b53549db382b1cd782a42 | |
specs: | |
ohm (0.2.0a2) | |
nest (~> 1.0) | |
GIT | |
remote: git://github.com/negative/paypal-recurring | |
revision: eeac37048af78ce2798d157587ff145b9f4b8ff7 | |
specs: | |
paypal-recurring (0.1.6) | |
GEM | |
remote: http://rubygems.org/ | |
specs: | |
Platform (0.4.0) | |
aaronh-chronic (0.3.9) | |
actionmailer (3.1.3) | |
actionpack (= 3.1.3) | |
mail (~> 2.3.0) | |
actionpack (3.1.3) | |
activemodel (= 3.1.3) | |
activesupport (= 3.1.3) | |
builder (~> 3.0.0) | |
erubis (~> 2.7.0) | |
i18n (~> 0.6) | |
rack (~> 1.3.5) | |
rack-cache (~> 1.1) | |
rack-mount (~> 0.8.2) | |
rack-test (~> 0.6.1) | |
sprockets (~> 2.0.3) | |
activemodel (3.1.3) | |
activesupport (= 3.1.3) | |
builder (~> 3.0.0) | |
i18n (~> 0.6) | |
activerecord (3.1.3) | |
activemodel (= 3.1.3) | |
activesupport (= 3.1.3) | |
arel (~> 2.2.1) | |
tzinfo (~> 0.3.29) | |
activeresource (3.1.3) | |
activemodel (= 3.1.3) | |
activesupport (= 3.1.3) | |
activesupport (3.1.3) | |
multi_json (~> 1.0) | |
agent_cooper (0.0.6) | |
httpclient (~> 2.2) | |
nokogiri (~> 1.4) | |
airbrake (3.0.5) | |
activesupport | |
builder | |
amazon_product (3.0.1) | |
nokogiri (~> 1.4) | |
ansi (1.4.1) | |
arel (2.2.1) | |
asset_sync (0.1.10) | |
activemodel | |
fog | |
awesome_print (0.4.0) | |
aws-s3 (0.6.2) | |
builder | |
mime-types | |
xml-simple | |
babosa (0.3.5) | |
backup (3.0.19) | |
popen4 (~> 0.1.2) | |
thor (~> 0.14.6) | |
bcrypt-ruby (3.0.1) | |
builder (3.0.0) | |
cancan (1.6.7) | |
capistrano (2.8.0) | |
highline | |
net-scp (>= 1.0.0) | |
net-sftp (>= 2.0.0) | |
net-ssh (>= 2.0.14) | |
net-ssh-gateway (>= 1.1.0) | |
capistrano-ext (1.2.1) | |
capistrano (>= 1.0.0) | |
carrierwave (0.5.8) | |
activesupport (~> 3.0) | |
chunky_png (1.2.5) | |
cocaine (0.2.0) | |
coffee-rails (3.1.1) | |
coffee-script (>= 2.2.0) | |
railties (~> 3.1.0) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.1.3) | |
compass (0.12.alpha.1) | |
chunky_png (~> 1.2) | |
fssm (>= 0.2.7) | |
sass (~> 3.1) | |
devise (1.4.9) | |
bcrypt-ruby (~> 3.0) | |
orm_adapter (~> 0.0.3) | |
warden (~> 1.0.3) | |
diff-lcs (1.1.3) | |
elif (0.1.0) | |
erubis (2.7.0) | |
excon (0.7.6) | |
execjs (1.2.9) | |
multi_json (~> 1.0) | |
factory_girl (2.2.0) | |
activesupport | |
factory_girl_rails (1.3.0) | |
factory_girl (~> 2.2.0) | |
railties (>= 3.0.0) | |
ffaker (1.8.1) | |
fog (1.0.0) | |
builder | |
excon (~> 0.7.3) | |
formatador (~> 0.2.0) | |
mime-types | |
multi_json (~> 1.0.3) | |
net-scp (~> 1.0.4) | |
net-ssh (~> 2.1.4) | |
nokogiri (~> 1.5.0) | |
ruby-hmac | |
foreman (0.20.0) | |
term-ansicolor (~> 1.0.5) | |
thor (>= 0.13.6) | |
formatador (0.2.1) | |
formtastic (2.0.2) | |
rails (~> 3.0) | |
friendly_id (3.3.0.1) | |
babosa (~> 0.3.0) | |
fssm (0.2.7) | |
god (0.11.0) | |
guard (0.8.8) | |
thor (~> 0.14.6) | |
guard-rspec (0.4.5) | |
guard (>= 0.4.0) | |
guard-spork (0.2.1) | |
guard (>= 0.2.2) | |
spork (>= 0.8.4) | |
haml (3.1.3) | |
highline (1.6.8) | |
hike (1.2.1) | |
hirb (0.5.0) | |
hpricot (0.8.4) | |
httpclient (2.2.3) | |
i18n (0.6.0) | |
jquery-rails (1.0.18) | |
railties (~> 3.0) | |
thor (~> 0.14) | |
js-routes (0.7.2) | |
rails (>= 3.0) | |
json (1.6.1) | |
kaminari (0.12.4) | |
rails (>= 3.0.0) | |
libv8 (3.3.10.4) | |
log_buddy (0.6.0) | |
mail (2.3.0) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
mechanize (2.0.1) | |
net-http-digest_auth (~> 1.1, >= 1.1.1) | |
net-http-persistent (~> 1.8) | |
nokogiri (~> 1.4) | |
webrobots (~> 0.0, >= 0.0.9) | |
mime-types (1.17.2) | |
mini_magick (3.3) | |
subexec (~> 0.1.0) | |
multi_json (1.0.3) | |
mysql2 (0.3.10) | |
nest (1.1.0) | |
redis (~> 2.1) | |
net-http-digest_auth (1.1.1) | |
net-http-persistent (1.9) | |
net-scp (1.0.4) | |
net-ssh (>= 1.99.1) | |
net-sftp (2.0.5) | |
net-ssh (>= 2.0.9) | |
net-ssh (2.1.4) | |
net-ssh-gateway (1.1.0) | |
net-ssh (>= 1.99.1) | |
newrelic_rpm (3.1.2) | |
nifty-generators (0.4.6) | |
nokogiri (1.5.0) | |
ohm-contrib (0.1.1) | |
ohm | |
open4 (1.2.0) | |
orm_adapter (0.0.5) | |
paperclip (2.4.5) | |
activerecord (>= 2.3.0) | |
activesupport (>= 2.3.2) | |
cocaine (>= 0.0.2) | |
mime-types | |
polyamorous (0.5.0) | |
activerecord (~> 3.0) | |
polyglot (0.3.3) | |
popen4 (0.1.2) | |
Platform (>= 0.4.0) | |
open4 (>= 0.4.0) | |
rack (1.3.5) | |
rack-cache (1.1) | |
rack (>= 0.4) | |
rack-mount (0.8.3) | |
rack (>= 1.0.0) | |
rack-protection (1.1.4) | |
rack | |
rack-ssl (1.3.2) | |
rack | |
rack-test (0.6.1) | |
rack (>= 1.0) | |
rails (3.1.3) | |
actionmailer (= 3.1.3) | |
actionpack (= 3.1.3) | |
activerecord (= 3.1.3) | |
activeresource (= 3.1.3) | |
activesupport (= 3.1.3) | |
bundler (~> 1.0) | |
railties (= 3.1.3) | |
rails-dev-tweaks (0.4.0) | |
rails (~> 3.1.0.rc4) | |
railties (3.1.3) | |
actionpack (= 3.1.3) | |
activesupport (= 3.1.3) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (~> 0.14.6) | |
rake (0.9.2.2) | |
rb-fsevent (0.4.3.1) | |
rdoc (3.11) | |
json (~> 1.4) | |
redcarpet (2.0.0b5) | |
redis (2.2.2) | |
redis-namespace (1.0.3) | |
redis (< 3.0.0) | |
redis-store (1.0.0.1) | |
redis (~> 2.2.1) | |
request-log-analyzer (1.11.1) | |
resque (1.19.0) | |
multi_json (~> 1.0) | |
redis-namespace (~> 1.0.2) | |
sinatra (>= 0.9.2) | |
vegas (~> 0.1.2) | |
resque-scheduler (1.9.9) | |
redis (>= 2.0.1) | |
resque (>= 1.8.0) | |
rufus-scheduler | |
resque_mailer (2.0.2) | |
actionmailer (>= 3.0.0) | |
resque (>= 1.2.3) | |
rest-client (1.6.7) | |
mime-types (>= 1.16) | |
routes (0.1.4) | |
rspec (2.6.0) | |
rspec-core (~> 2.6.0) | |
rspec-expectations (~> 2.6.0) | |
rspec-mocks (~> 2.6.0) | |
rspec-core (2.6.4) | |
rspec-expectations (2.6.0) | |
diff-lcs (~> 1.1.2) | |
rspec-mocks (2.6.0) | |
rspec-rails (2.6.1) | |
actionpack (~> 3.0) | |
activesupport (~> 3.0) | |
railties (~> 3.0) | |
rspec (~> 2.6.0) | |
ruby-hmac (0.4.0) | |
ruby_parser (2.2.0) | |
sexp_processor (~> 3.0) | |
rufus-scheduler (2.0.13) | |
tzinfo (>= 0.3.23) | |
sass (3.1.10) | |
sass-rails (3.1.5) | |
actionpack (~> 3.1.0) | |
railties (~> 3.1.0) | |
sass (~> 3.1.10) | |
tilt (~> 1.3.2) | |
sexp_processor (3.0.8) | |
sinatra (1.3.1) | |
rack (~> 1.3, >= 1.3.4) | |
rack-protection (~> 1.1, >= 1.1.2) | |
tilt (~> 1.3, >= 1.3.3) | |
sitemap_generator (2.1.6) | |
slim_migrations (3.1.0) | |
rails (~> 3.1.0.rc4) | |
sortifiable (0.2.5) | |
activerecord (>= 3.0) | |
activesupport (>= 3.0) | |
spork (0.9.0.rc9) | |
sprockets (2.0.3) | |
hike (~> 1.2) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
squeel (0.8.10) | |
activerecord (~> 3.0) | |
activesupport (~> 3.0) | |
polyamorous (~> 0.5.0) | |
subexec (0.1.0) | |
term-ansicolor (1.0.7) | |
therubyracer (0.9.9) | |
libv8 (~> 3.3.10) | |
thor (0.14.6) | |
tilt (1.3.3) | |
timecop (0.3.5) | |
treetop (1.4.10) | |
polyglot | |
polyglot (>= 0.3.1) | |
turn (0.8.3) | |
ansi | |
tzinfo (0.3.31) | |
uglifier (1.0.4) | |
execjs (>= 0.3.0) | |
multi_json (>= 1.0.2) | |
vegas (0.1.8) | |
rack (>= 1.0.0) | |
warden (1.0.6) | |
rack (>= 1.0) | |
web-app-theme (0.7.0) | |
webrobots (0.0.12) | |
nokogiri (>= 1.4.4) | |
whenever (0.6.8) | |
aaronh-chronic (>= 0.3.9) | |
activesupport (>= 2.3.4) | |
wirble (0.1.3) | |
xml-simple (1.1.1) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
agent_cooper (~> 0.0.6) | |
airbrake (~> 3.0.2) | |
amazon_product (~> 3.0.1) | |
annotate! | |
asset_sync (~> 0.1.4) | |
awesome_print (~> 0.4.0) | |
aws-s3 (~> 0.6.2) | |
backup (~> 3.0.18) | |
cancan (~> 1.6.7) | |
capistrano (~> 2.8.0) | |
capistrano-ext (~> 1.2.1) | |
carrierwave (~> 0.5.7) | |
coffee-rails (~> 3.1.1) | |
compass (~> 0.12.alpha.0) | |
devise (~> 1.4.7) | |
elif (~> 0.1.0) | |
execjs (~> 1.2.4) | |
factory_girl_rails (~> 1.3.0) | |
ffaker (~> 1.8.1) | |
fog (~> 1.0.0) | |
foreman (~> 0.20.0) | |
formtastic (~> 2.0.1) | |
friendly_id (~> 3.3.0.1) | |
god (~> 0.11.0) | |
guard-rspec (~> 0.4.5) | |
guard-spork (~> 0.2.1) | |
haml (~> 3.1.2) | |
hirb (~> 0.5.0) | |
hpricot (~> 0.8.4) | |
jquery-rails (~> 1.0.13) | |
js-routes (~> 0.7.1) | |
kaminari (~> 0.12.4) | |
log_buddy (~> 0.6.0) | |
mechanize (~> 2.0.1) | |
mini_magick (~> 3.3.0) | |
mysql2 (~> 0.3.7) | |
newrelic_rpm (~> 3.1.2) | |
nifty-generators (~> 0.4.6) | |
nokogiri (~> 1.5.0) | |
ohm! | |
ohm-contrib (~> 0.1.1) | |
paperclip (~> 2.4.0) | |
paypal-recurring! | |
rails (~> 3.1.3) | |
rails-dev-tweaks (~> 0.4.0) | |
rb-fsevent | |
redcarpet (~> 2.0.0b5) | |
redis (~> 2.2.2) | |
redis-store (~> 1.0.0.1) | |
request-log-analyzer (~> 1.11.1) | |
resque (~> 1.19.0) | |
resque-scheduler (~> 1.9.9) | |
resque_mailer (~> 2.0.2) | |
rest-client (~> 1.6.7) | |
routes (~> 0.1.4) | |
rspec-rails (~> 2.6.1) | |
ruby_parser (~> 2.2.0) | |
sass-rails (~> 3.1.4) | |
sitemap_generator (~> 2.1.0) | |
slim_migrations (~> 3.1.0) | |
sortifiable (~> 0.2.5) | |
spork (~> 0.9.0.rc9) | |
squeel (~> 0.8.9) | |
therubyracer (~> 0.9.4) | |
timecop (~> 0.3.5) | |
turn (~> 0.8.2) | |
uglifier (~> 1.0.3) | |
web-app-theme (~> 0.7.0) | |
whenever (~> 0.6.8) | |
wirble (~> 0.1.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* executing "cd /home/rails/apps/my_app/releases/20111201093235 && bundle install --gemfile /home/rails/apps/my_app/releases/20111201093235/Gemfile --path /home/rails/apps/my_app/shared/bundle --deployment --quiet --without development test" | |
servers: ["my_server"] | |
[my_server] executing command | |
** [out :: my_server] Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks! | |
** [out :: my_server] | |
** [out :: my_server] /usr/local/lib/ruby/1.9.1/rubygems/specification.rb:519:in `normalize_yaml_input' | |
** [out :: my_server] : | |
** [out :: my_server] invalid byte sequence in US-ASCII | |
** [out :: my_server] ( | |
** [out :: my_server] ArgumentError | |
** [out :: my_server] ) | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/specification.rb:479:in `from_yaml' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_input.rb:183:in `load_gemspec' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_input.rb:51:in `block in initialize' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_reader.rb:64:in `block in each' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_reader.rb:55:in `loop' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_reader.rb:55:in `each' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_input.rb:32:in `initialize' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_input.rb:17:in `new' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package/tar_input.rb:17:in `open' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/package.rb:58:in `open' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/format.rb:63:in `from_io' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/format.rb:51:in `block in from_file_by_path' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/open-uri.rb:35:in `open' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/open-uri.rb:35:in `open' | |
** [out :: my_server] from /usr/local/lib/ruby/1.9.1/rubygems/format.rb:50:in `from_file_by_path' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/rubygems_integration.rb:100:in `spec_from_gem' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/source.rb:209:in `block in cached_specs' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/source.rb:205:in `each' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/source.rb:205:in `cached_specs' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/source.rb:165:in `fetch_specs' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/source.rb:70:in `specs' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/lazy_specification.rb:48:in `__materialize__' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/spec_set.rb:86:in `block in materialize' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/spec_set.rb:83:in `map!' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/spec_set.rb:83:in `materialize' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/definition.rb:90:in `specs' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/definition.rb:78:in `resolve_with_cache!' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/installer.rb:47:in `run' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/installer.rb:12:in `install' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/cli.rb:219:in `install' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/vendor/thor/task.rb:22:in `run' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/vendor/thor.rb:263:in `dispatch' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/lib/bundler/vendor/thor/base.rb:386:in `start' | |
** [out :: my_server] from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.1.rc/bin/bundle:13:in `<top (required)>' | |
** [out :: my_server] from /usr/local/bin/bundle:19:in `load' | |
** [out :: my_server] from /usr/local/bin/bundle:19:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment