Skip to content

Commit a83c7d9

Browse files
committed
thin 제거 및 WEBrick으로 되돌리기
- GitHub Actions Workflow에서 시스템 의존성 설치 필요 -> 기본 WEBrick으로 복귀
1 parent e60f156 commit a83c7d9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ gem "sass-embedded", "~> 1.70.0"
1515

1616
# Web server for local development
1717
gem "webrick"
18-
gem "thin" # Alternative server for better connection handling
1918

2019
group :jekyll_plugins do
2120
gem "jekyll-paginate-v2"

Gemfile.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ GEM
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
1010
csv (3.3.5)
11-
daemons (1.4.1)
1211
em-websocket (0.5.3)
1312
eventmachine (>= 0.12.9)
1413
http_parser.rb (~> 0)
@@ -86,7 +85,6 @@ GEM
8685
pathutil (0.16.2)
8786
forwardable-extended (~> 2.6)
8887
public_suffix (6.0.2)
89-
rack (3.2.0)
9088
rb-fsevent (0.11.2)
9189
rb-inotify (0.11.1)
9290
ffi (~> 1.0)
@@ -114,11 +112,6 @@ GEM
114112
faraday (>= 0.17.3, < 3)
115113
terminal-table (3.0.2)
116114
unicode-display_width (>= 1.1.1, < 3)
117-
thin (2.0.1)
118-
daemons (~> 1.0, >= 1.0.9)
119-
eventmachine (~> 1.0, >= 1.0.4)
120-
logger
121-
rack (>= 1, < 4)
122115
tzinfo (2.0.6)
123116
concurrent-ruby (~> 1.0)
124117
tzinfo-data (1.2025.2)
@@ -152,7 +145,6 @@ DEPENDENCIES
152145
jekyll-seo-tag
153146
jekyll-sitemap
154147
sass-embedded (~> 1.70.0)
155-
thin
156148
tzinfo
157149
tzinfo-data
158150
webrick

0 commit comments

Comments
 (0)