webrick 의존성 추가 #130
This commit is contained in:
Родитель
8f8bf7bd20
Коммит
778fe2909d
2
Gemfile
2
Gemfile
|
@ -7,3 +7,5 @@ gem 'tzinfo-data'
|
|||
|
||||
# Explicit versions for reported security issue
|
||||
gem 'activesupport', '>4.1.11'
|
||||
|
||||
gem "webrick", "~> 1.8"
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -283,6 +282,7 @@ DEPENDENCIES
|
|||
github-pages (> 200)
|
||||
jekyll-relative-links
|
||||
tzinfo-data
|
||||
webrick (~> 1.8)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.22
|
||||
|
|
Загрузка…
Ссылка в новой задаче