Skip to content

Instantly share code, notes, and snippets.

@fukajun
Created November 2, 2012 08:23
Show Gist options
  • Select an option

  • Save fukajun/3999464 to your computer and use it in GitHub Desktop.

Select an option

Save fukajun/3999464 to your computer and use it in GitHub Desktop.
RailsTips

Rails関連チップス

gitからインストールしたgemのpristine

gem "hoge", :git => "git@hogehgoego.git"

インストールされているgemを物理的に削除

   cd $GEM_HOME/bundler/gems
   rm 指定のハッシュ値のgemフォルダを指定

再度

   bundle install 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment