You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the feature of bundler to easily clone repos from GitHub by specifying the repository path using the github flag:
gem 'nokogiri', :github => 'tenderlove/nokogiri'
Would be awesome if Gel also supports that feature. Since I already said that I want to get more involved into this project, I can also try adding support for that flag 👍
The text was updated successfully, but these errors were encountered:
I really like the feature of bundler to easily clone repos from GitHub by specifying the repository path using the
github
flag:gem 'nokogiri', :github => 'tenderlove/nokogiri'
Would be awesome if Gel also supports that feature. Since I already said that I want to get more involved into this project, I can also try adding support for that flag 👍
The text was updated successfully, but these errors were encountered: