Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/nokogiri-1.16.5' into draft-diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
TomConner committed Aug 9, 2024
2 parents 5c1da6e + e8f5e6d commit ab88f2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-drafts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Get Branch Name for Publish Folder
id: branch-name
uses: tj-actions/branch-names@v5
uses: tj-actions/branch-names@v7.0.7

- name: Set Jekyll baseurl to Publish Folder
uses: mikefarah/yq@master
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.7.0)
racc (1.8.1)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand All @@ -78,6 +78,8 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.63.3-x86_64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.63.3-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.63.3-x86_64-linux-musl)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
Expand All @@ -87,6 +89,7 @@ GEM

PLATFORMS
x86_64-darwin-22
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
Expand Down

0 comments on commit ab88f2f

Please sign in to comment.