Skip to content

Commit

Permalink
added webrick to Gemfile (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaviPatel authored Nov 20, 2024
1 parent 89a4805 commit f0483a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ group :jekyll_plugins do
end

gem "minima", "~> 2.5"
gem "webrick", "~> 1.9"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.9.0)
zeitwerk (2.6.6)

PLATFORMS
Expand All @@ -266,6 +267,7 @@ DEPENDENCIES
github-pages (~> 214)
jekyll-feed (~> 0.12)
minima (~> 2.5)
webrick (~> 1.9)

BUNDLED WITH
2.1.4

0 comments on commit f0483a5

Please sign in to comment.