| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Would a test be needed for this change ? |
Sorry, something went wrong.
|
The Travis failures are not related to the change: Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
jbundler (~> 0.9) java was resolved to 0.9.3, which depends on
bundler (~> 1.5) java
Current Bundler version:
bundler (2.1.4)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
|
Sorry, something went wrong.
|
yes, please possibly add a test regardless of CI |
Sorry, something went wrong.
|
The unit tests are more complicated -- this might take me a little bit. What's the state of Warbler ? I'm curious due to the state of the CI. |
Sorry, something went wrong.
|
Sorry, didn't notice this old PR. Fixed as part of #650 using same approach. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is an upstream commit authored by @stalbot.
Unclear why in the original code exclude_gems was set to false if any files were found in the Git gem. It caused the condition to check for config.gem_excludes to not trigger.
(Looks like gem_excludes will not work neither when spec.source is ::Bundler::Source::Path)
Co-authored-by: Steven Talbot steven@looker.com