Skip to content

Commit 4c5e3c0

Browse files
committed
chore: 不要なActive Support依存を削除
- プラグインから未使用のrequire文を削除 - Gemfileからactivesupport gemを削除 - bundle installで依存関係を元の状態に戻した
1 parent a77d223 commit 4c5e3c0

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ group :jekyll_plugins do
1212
gem 'jekyll-sitemap'
1313
gem 'jekyll-liquify'
1414
gem 'jekyll-redirect-from'
15-
gem 'activesupport' # For time calculations in plugins
1615

1716
# No need this gem because we build by GitHub Actions and serve on Pages.
1817
# gem 'github-pages'

Gemfile.lock

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
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)
185
addressable (2.8.7)
196
public_suffix (>= 2.0.2, < 7.0)
207
afm (0.2.2)
@@ -25,17 +12,14 @@ GEM
2512
metrics (~> 0.12)
2613
traces (~> 0.15)
2714
base64 (0.2.0)
28-
benchmark (0.4.1)
2915
bigdecimal (3.1.9)
3016
colorator (1.1.0)
3117
concurrent-ruby (1.3.5)
32-
connection_pool (2.5.4)
3318
console (1.30.2)
3419
fiber-annotation
3520
fiber-local (~> 1.1)
3621
json
3722
csv (3.3.4)
38-
drb (2.2.3)
3923
em-websocket (0.5.3)
4024
eventmachine (>= 0.12.9)
4125
http_parser.rb (~> 0)
@@ -148,7 +132,6 @@ GEM
148132
metrics (0.12.2)
149133
mini_racer (0.18.1)
150134
libv8-node (~> 23.6.1.0)
151-
minitest (5.25.5)
152135
nokogiri (1.18.9-aarch64-linux-gnu)
153136
racc (~> 1.4)
154137
nokogiri (1.18.9-aarch64-linux-musl)
@@ -202,7 +185,6 @@ GEM
202185
google-protobuf (~> 4.31)
203186
sass-embedded (1.89.0-x86_64-linux-musl)
204187
google-protobuf (~> 4.31)
205-
securerandom (0.4.1)
206188
terminal-table (3.0.2)
207189
unicode-display_width (>= 1.1.1, < 3)
208190
traces (0.15.2)
@@ -213,10 +195,7 @@ GEM
213195
bigdecimal (~> 3.1)
214196
typhoeus (1.4.1)
215197
ethon (>= 0.9.0)
216-
tzinfo (2.0.6)
217-
concurrent-ruby (~> 1.0)
218198
unicode-display_width (2.6.0)
219-
uri (1.0.3)
220199
webrick (1.9.1)
221200
yell (2.2.2)
222201
zeitwerk (2.7.3)
@@ -236,7 +215,6 @@ PLATFORMS
236215
x86_64-linux-musl
237216

238217
DEPENDENCIES
239-
activesupport
240218
html-proofer
241219
jekyll
242220
jekyll-feed

_plugins/time_table_generator.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
require 'active_support/core_ext/integer/time'
2-
require 'active_support/core_ext/numeric/time'
3-
41
module Jekyll
52
module TimeTableGenerator
63
# タイムテーブル表を事前に計算してイベント表形式に変換

0 commit comments

Comments
 (0)