I am using gem ‘spree’. when i install it, it gets installed inside the particular bundler. (I am using rvm).
Problem:
I want to modify the gem according to my needs, so its better if its located inside the Vendor folder of my current project.
Should i do something like copy paste?
You could do this by giving the path to the gem.
It would be something like this
gem 'spree' -> /vendor/