Skip to content

Commit

Permalink
Merge pull request #34 from Milehigh-world-llc/snyk-fix-5ffd99750389f…
Browse files Browse the repository at this point in the history
…88e8eda19a688916c9e
  • Loading branch information
lucentlabz authored Sep 30, 2024
2 parents 7d87565 + 5578685 commit 3586fa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ gem "html-proofer", '>=5.0.7'

gem "eip_validator", ">=0.8.2"

gem "webrick", "~> 1.8" # needed for macOS builds
gem "webrick", "~> 1.8", ">= 1.8.2" # needed for macOS builds
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,15 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.7)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand Down Expand Up @@ -285,12 +289,13 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.8.2)
yell (2.2.2)
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -299,7 +304,7 @@ DEPENDENCIES
html-proofer (>= 5.0.7)
minima (~> 2.0)
tzinfo-data
webrick (~> 1.8)
webrick (~> 1.8, >= 1.8.2)

BUNDLED WITH
2.4.12

0 comments on commit 3586fa8

Please sign in to comment.