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
There remain some issues that prevent the build process from completing.
If Andrea is following, after manually pulling in new dependencies, the version of gem bundle in the repo's gemlock file is newer that what is being used as part of the build. See the error messages below
The GitHub action is the latest version
Andrea does not know how to update the bundler being used as part of the build process
Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.25). We suggest you to upgrade to the version that created the lockfile by running gem install bundler:2.3.25.
Resolving dependencies...
Bundler can't satisfy your Gemfile's dependencies.
Install missing gems with bundle install.
Warning: github-pages can't satisfy your Gemfile's dependencies.
The text was updated successfully, but these errors were encountered:
a. the joys of open source software are more a nightmare than an aid to productivity
b. If I clone the repo and perform a bundle update and then push it, it reverses a level of activesupport gem wich then cause a HIGH severity alert because activesupport is now at a lower level. So I was forced to apply that high level severity dependabot.
c. anyhow, now in order to build and test this repo
clone repo
cd Markdown-Test
cd docs
bundle exec jekyll serve
e.g.
bundle exec jekyll serve
Configuration file: C:/Users/BOBMCCORMACK/Markdown-Test/docs/_config.yml
To use retry middleware with Faraday v2.0+, install faraday-retry gem
Source: C:/Users/BOBMCCORMACK/Markdown-Test/docs
Destination: C:/Users/BOBMCCORMACK/Markdown-Test/docs/_site
Incremental build: disabled. Enable with --incremental
Generating...
Remote Theme: Using theme pmarsceill/just-the-docs
Jekyll Feed: Generating feed for posts
done in 24.413 seconds.
Auto-regeneration: enabled for 'C:/Users/BOBMCCORMACK/Markdown-Test/docs'
Server address: http://127.0.0.1:4000/MarkdownTest/
Server running... press ctrl-c to stop.
There are a number of depeandabot alerts that cannot be resolved by the bot automation
Andrea was able to resolve one alert by doing the following:
There remain some issues that prevent the build process from completing.
If Andrea is following, after manually pulling in new dependencies, the version of gem bundle in the repo's gemlock file is newer that what is being used as part of the build. See the error messages below
The GitHub action is the latest version
Andrea does not know how to update the bundler being used as part of the build process
Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.25). We suggest you to upgrade to the version that created the lockfile by running
gem install bundler:2.3.25
.Resolving dependencies...
Bundler can't satisfy your Gemfile's dependencies.
Install missing gems with
bundle install
.Warning: github-pages can't satisfy your Gemfile's dependencies.
The text was updated successfully, but these errors were encountered: