Skip to content

Commit

Permalink
update gemfile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Sep 30, 2024
1 parent 9a99a65 commit bc10cb5
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
deep_merge (1.2.2)
ecma-re-validator (0.4.0)
regexp_parser (~> 2.2)
Expand All @@ -14,7 +14,9 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
hana (1.3.7)
html-proofer (3.19.4)
Expand All @@ -26,7 +28,7 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (3.9.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -65,27 +67,27 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parallel (1.26.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.3)
racc (1.6.2)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.3.8)
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand All @@ -94,20 +96,15 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
simpleidn (0.2.1)
unf (~> 0.1.4)
typhoeus (1.4.0)
simpleidn (0.2.3)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
uri_template (0.7.0)
webrick (1.8.1)
webrick (1.8.2)
yell (2.2.2)

PLATFORMS
arm64-darwin-23
ruby
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
Expand Down

0 comments on commit bc10cb5

Please sign in to comment.