Install Gem from Github Branch?

前端 未结 4 1409
夕颜
夕颜 2020-12-02 04:37

In my gemfile I have this:

gem \"authlogic\", :git => \"git://github.com/odorcicd/authlogic.git\", :branch => \"rails3\"

How do I ins

4条回答
  •  没有蜡笔的小新
    2020-12-02 05:08

    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?

提交回复
热议问题