Skip to content

Commit

Permalink
webrick 의존성 추가 Azure#130
Browse files Browse the repository at this point in the history
  • Loading branch information
bnbong committed Jul 27, 2023
1 parent 8f8bf7b commit 778fe29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ gem 'tzinfo-data'

# Explicit versions for reported security issue
gem 'activesupport', '>4.1.11'

gem "webrick", "~> 1.8"
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,15 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.4)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.0)
multipart-post (2.1.1)
nokogiri (1.13.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x64-mingw32)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
Expand Down Expand Up @@ -269,12 +267,13 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unf_ext (0.0.8.1-x64-mingw32)
unicode-display_width (1.8.0)
webrick (1.8.1)
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-20
arm64-darwin-22
x64-mingw32
x86_64-linux

Expand All @@ -283,6 +282,7 @@ DEPENDENCIES
github-pages (> 200)
jekyll-relative-links
tzinfo-data
webrick (~> 1.8)

BUNDLED WITH
2.3.22

0 comments on commit 778fe29

Please sign in to comment.