In my gemfile I have this:
gem \"authlogic\", :git => \"git://github.com/odorcicd/authlogic.git\", :branch => \"rails3\"
How do I ins
Assuming you're a Bundler user,
$ bundle install
will install the gems listed in your Gemfile. (And if you're not a Bundler user, why do you have a Gemfile?