File tree Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ group :jekyll_plugins do
12
12
gem 'jekyll-sitemap'
13
13
gem 'jekyll-liquify'
14
14
gem 'jekyll-redirect-from'
15
- gem 'activesupport' # For time calculations in plugins
16
15
17
16
# No need this gem because we build by GitHub Actions and serve on Pages.
18
17
# gem 'github-pages'
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
Ascii85 (2.0.1 )
5
- activesupport (8.0.2.1 )
6
- base64
7
- benchmark (>= 0.3 )
8
- bigdecimal
9
- concurrent-ruby (~> 1.0 , >= 1.3.1 )
10
- connection_pool (>= 2.2.5 )
11
- drb
12
- i18n (>= 1.6 , < 2 )
13
- logger (>= 1.4.2 )
14
- minitest (>= 5.1 )
15
- securerandom (>= 0.3 )
16
- tzinfo (~> 2.0 , >= 2.0.5 )
17
- uri (>= 0.13.1 )
18
5
addressable (2.8.7 )
19
6
public_suffix (>= 2.0.2 , < 7.0 )
20
7
afm (0.2.2 )
25
12
metrics (~> 0.12 )
26
13
traces (~> 0.15 )
27
14
base64 (0.2.0 )
28
- benchmark (0.4.1 )
29
15
bigdecimal (3.1.9 )
30
16
colorator (1.1.0 )
31
17
concurrent-ruby (1.3.5 )
32
- connection_pool (2.5.4 )
33
18
console (1.30.2 )
34
19
fiber-annotation
35
20
fiber-local (~> 1.1 )
36
21
json
37
22
csv (3.3.4 )
38
- drb (2.2.3 )
39
23
em-websocket (0.5.3 )
40
24
eventmachine (>= 0.12.9 )
41
25
http_parser.rb (~> 0 )
148
132
metrics (0.12.2 )
149
133
mini_racer (0.18.1 )
150
134
libv8-node (~> 23.6.1.0 )
151
- minitest (5.25.5 )
152
135
nokogiri (1.18.9-aarch64-linux-gnu )
153
136
racc (~> 1.4 )
154
137
nokogiri (1.18.9-aarch64-linux-musl )
202
185
google-protobuf (~> 4.31 )
203
186
sass-embedded (1.89.0-x86_64-linux-musl )
204
187
google-protobuf (~> 4.31 )
205
- securerandom (0.4.1 )
206
188
terminal-table (3.0.2 )
207
189
unicode-display_width (>= 1.1.1 , < 3 )
208
190
traces (0.15.2 )
213
195
bigdecimal (~> 3.1 )
214
196
typhoeus (1.4.1 )
215
197
ethon (>= 0.9.0 )
216
- tzinfo (2.0.6 )
217
- concurrent-ruby (~> 1.0 )
218
198
unicode-display_width (2.6.0 )
219
- uri (1.0.3 )
220
199
webrick (1.9.1 )
221
200
yell (2.2.2 )
222
201
zeitwerk (2.7.3 )
@@ -236,7 +215,6 @@ PLATFORMS
236
215
x86_64-linux-musl
237
216
238
217
DEPENDENCIES
239
- activesupport
240
218
html-proofer
241
219
jekyll
242
220
jekyll-feed
Original file line number Diff line number Diff line change 1
- require 'active_support/core_ext/integer/time'
2
- require 'active_support/core_ext/numeric/time'
3
-
4
1
module Jekyll
5
2
module TimeTableGenerator
6
3
# タイムテーブル表を事前に計算してイベント表形式に変換
You can’t perform that action at this time.
0 commit comments