gem: integrate change from pull request
问题 I am having issues with a gem and found that someone was able to fix it in this pull request: https://github.com/rheaton/carrierwave-video/pull/13 How can I integrate this change into my app locally since it has been merged yet? 回答1: Assuming you're using Bundler, you can specify the repository and branch to use for the gem in your Gemfile (it also supports specifying a tag or a reference hash, but a branch should work for your case). In this case, it might look something like: gem