Is this possible force bunlder to always get the latest commit? Something like:
gem "gemname", :git => "[email protected]:/username/gemname.git", ref: :force-latest
you can try to use master branch to get latest commit
lets for rails
gem "rails", github: "rails/rails", branch: "master"
I believe this should work:
bundle update gemname
The bundle update command uses the latest available version of the named gem that is compatible with the specification in your Gemfile.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With