I have installed a mongify
gem from original source:
https://github.com/anlek/mongify
then I want to install a newer version from a fork (has not been accepted yet for pull by original source, but it has an update that i need),
link to the fork: https://github.com/yuvalkarmi/mongify
what should I do to update mongify
in my device from the fork (not from the original source)?
Thanks
Just set the source as the url to the fork. There are quite a few ways to do this:
If you are using bundler:
gem 'mongify', :git => 'https://github.com/yuvalkarmi/mongify'
Or:
gem install mongify -s https://github.com/yuvalkarmi/mongify
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