I want to install this gem https://github.com/datamapper/do/tree/master/do_oracle the problem is that as you can see it’s not in the root of the repository, so using bundler with git option doesnt work, is there another way to install this gem?
I want to install this gem https://github.com/datamapper/do/tree/master/do_oracle the problem is that as you can
Share
If you just want to install this gem, add the following line to
Gemfile:However, if you want to install it from a git repo, then you have no luck – currently bundler doesn’t support specifying path for git repos (this feature still remains a open issue. See #396 on Github for more information).
A possible workaround is to fork it and move the gem to the root.