File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
3
gem "github-pages" , group : :jekyll_plugins
4
+
5
+ gem "webrick" , "~> 1.8"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.0.5 )
4
+ activesupport (7.0.5.1 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 1.6 , < 2 )
7
7
minitest (>= 5.1 )
24
24
ffi (>= 1.15.0 )
25
25
eventmachine (1.2.7 )
26
26
execjs (2.8.1 )
27
- faraday (2.7.6 )
27
+ faraday (2.7.8 )
28
28
faraday-net_http (>= 2.0 , < 3.1 )
29
29
ruby2_keywords (>= 0.0.4 )
30
30
faraday-net_http (3.0.2 )
@@ -249,12 +249,14 @@ GEM
249
249
unf_ext
250
250
unf_ext (0.0.8.2 )
251
251
unicode-display_width (1.8.0 )
252
+ webrick (1.8.1 )
252
253
253
254
PLATFORMS
254
255
ruby
255
256
256
257
DEPENDENCIES
257
258
github-pages
259
+ webrick (~> 1.8 )
258
260
259
261
BUNDLED WITH
260
262
2.3.10
You can’t perform that action at this time.
0 commit comments