Skip to content

Commit

Permalink
Update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmjohnson committed Jan 3, 2024
1 parent f0d23a1 commit 819bfdd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.22.0-arm64-darwin)
google-protobuf (3.22.0-x86_64-linux)
html-proofer (4.4.3)
addressable (~> 2.3)
mercenary (~> 0.3)
Expand Down Expand Up @@ -63,6 +64,8 @@ GEM
mercenary (0.4.0)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand All @@ -72,15 +75,17 @@ GEM
public_suffix (5.0.1)
racc (1.6.2)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.58.3-arm64-darwin)
sass-embedded (1.58.3)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -95,6 +100,7 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
html-proofer
Expand Down

0 comments on commit 819bfdd

Please sign in to comment.