Skip to content

Commit

Permalink
Update Gem file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwgnr committed Jan 28, 2025
1 parent 3bb0cbe commit 62d9a79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ gem "html-proofer", "~> 3.19"
gem "kramdown", "~> 2.3"

gem "webrick", "~> 1.8"
gem "logger"
gem "csv"
gem "base64"
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.3.4)
csv (3.3.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -84,6 +86,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
mercenary (0.4.0)
mini_portile2 (2.8.8)
minima (2.5.2)
Expand Down Expand Up @@ -165,10 +168,13 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
base64
csv
html-proofer (~> 3.19)
jekyll (~> 4.3)
jekyll-feed (~> 0.6)
kramdown (~> 2.3)
logger
minima (~> 2.0)
tzinfo-data
webrick (~> 1.8)
Expand Down

0 comments on commit 62d9a79

Please sign in to comment.