Skip to content

Instantly share code, notes, and snippets.

@martinffx
Last active December 10, 2015 05:18
Show Gist options
  • Save martinffx/4386695 to your computer and use it in GitHub Desktop.
Save martinffx/4386695 to your computer and use it in GitHub Desktop.
install_pkgs broken on 1.3.0.rc4
$ rails s
/home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:74:in `require': /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/rvm-capistrano-1.3.0.rc4/lib/rvm/capistrano.rb:116: syntax error, unexpected '\n', expecting tASSOC (SyntaxError)
/home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/rvm-capistrano-1.3.0.rc4/lib/rvm/capistrano.rb:190: syntax error, unexpected keyword_do_block, expecting keyword_end
rvm_install_pkgs.each do |pkg|
^
/home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/rvm-capistrano-1.3.0.rc4/lib/rvm/capistrano.rb:191: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
run "#{File.join(rvm_bin_path, "rv...
^
/home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/rvm-capistrano-1.3.0.rc4/lib/rvm/capistrano.rb:191: syntax error, unexpected ',', expecting keyword_end
...h, "rvm")} pkg install #{pkg}", :shell => "#{rvm_install_she...
... ^
/home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/rvm-capistrano-1.3.0.rc4/lib/rvm/capistrano.rb:263: syntax error, unexpected $end, expecting keyword_end
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:74:in `rescue in block in require'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:62:in `block in require'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55:in `each'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo@global/gems/bundler-1.2.3/lib/bundler/runtime.rb:55:in `require'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo@global/gems/bundler-1.2.3/lib/bundler.rb:128:in `require'
from /home/martinr/code/app_name/config/application.rb:16:in `<top (required)>'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/railties-3.0.17/lib/rails/commands.rb:28:in `require'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/railties-3.0.17/lib/rails/commands.rb:28:in `block in <top (required)>'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbob/gems/railties-3.0.17/lib/rails/commands.rb:27:in `tap'
from /home/martinr/.rvm/gems/ruby-1.9.3-p327-turbo/gems/railties-3.0.17/lib/rails/commands.rb:27:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment