Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tell JuliaInterface to load GAPDoc (#1009)
When `ENV["GAP_BARE_DEPS"]` is bound before GAP.jl gets loaded, the JuliaInterface package will be loaded before GAPDoc, and this causes a warning because JuliaInterface needs a variable from GAPDoc. In order to avoid this, add GAPDoc to the dependencies of JuliaInterface.
- Loading branch information