2015-02-01から1ヶ月間の記事一覧

Ruby 2.1.2 で debugger をインストールする

$ cd ~/ $ git clone https://github.com/mekishizufu/debugger.git $ cd debugger $ git checkout ca451a9bdf $ gem build debugger.gemspec $ gem install debugger-1.6.6.gem Add support for 2.1.2 by jiripospisil · Pull Request #126 · cldwalker/deb…

Vagrant の Ubuntu 12.04 で bundle を実行したらエラーが出た対応策について

bundle でインストールをしたら、下記のエラーが発生した。 $ bin/bundle Fetching source index from https://rubygems.org/ Fetching git://github.com/gregbell/active_admin.git Retrying git clone 'git://github.com/gregbell/active_admin.git' "/hom…