fix: update open-sdg theme and gemlock file to resolve security issues #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This pull request includes a small but important update to the
_config.yml
file. The change updates the version of theopen-sdg
remote theme to ensure compatibility with the latest features and fixes._config.yml
: Updated theremote_theme
toopen-sdg/[email protected]
to use the latest version of the Open SDG platform.Gemfile.lock
has also been modified to resolve a Dependabot security alert.Background info
This PR should address #32 and address open-sdg/open-sdg#2117.
How can this be tested (manually and/or automated test)?
Provide manual tests steps if applicable
I rebuilt the local dev container with the latest changes an confirmed all is well while browsing the site locally. I followed the instructions provided in the
README.md
. Webdevtools were opened on my browser on theConsole
tab and I no longer saw the call to polyfill.io.Provide steps for running automated tests if applicable
N/A
Which issue(s) is/are related to this PR?
This PR is/are related to issue(s) #33 and #32
close #33
close #32