Skip to content

Commit 5b02da7

Browse files
committed
remove base64, logger and csv from Gemfile; bump jekyll to 4.4.*
1 parent 30626ba commit 5b02da7

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

Gemfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem "base64"
4-
gem "logger"
5-
gem "csv"
6-
7-
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
3+
gem "jekyll", "~> 4.4.0" # installed by `gem jekyll`
84
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
95

106
gem "just-the-docs", "0.6.1" # pinned to the current release

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,20 @@ GEM
4545
http_parser.rb (0.8.0)
4646
i18n (1.14.7)
4747
concurrent-ruby (~> 1.0)
48-
jekyll (4.3.4)
48+
jekyll (4.4.1)
4949
addressable (~> 2.4)
50+
base64 (~> 0.2)
5051
colorator (~> 1.0)
52+
csv (~> 3.0)
5153
em-websocket (~> 0.5)
5254
i18n (~> 1.0)
5355
jekyll-sass-converter (>= 2.0, < 4.0)
5456
jekyll-watch (~> 2.0)
57+
json (~> 2.6)
5558
kramdown (~> 2.3, >= 2.3.1)
5659
kramdown-parser-gfm (~> 1.0)
5760
liquid (~> 4.0)
58-
mercenary (>= 0.3.6, < 0.5)
61+
mercenary (~> 0.3, >= 0.3.6)
5962
pathutil (~> 0.9)
6063
rouge (>= 3.0, < 5.0)
6164
safe_yaml (~> 1.0)
@@ -69,6 +72,7 @@ GEM
6972
jekyll (>= 3.8, < 5.0)
7073
jekyll-watch (2.2.1)
7174
listen (~> 3.0)
75+
json (2.10.2)
7276
just-the-docs (0.6.1)
7377
jekyll (>= 3.8.5)
7478
jekyll-include-cache
@@ -82,7 +86,6 @@ GEM
8286
listen (3.9.0)
8387
rb-fsevent (~> 0.10, >= 0.10.3)
8488
rb-inotify (~> 0.9, >= 0.9.10)
85-
logger (1.6.4)
8689
mercenary (0.4.0)
8790
pathutil (0.16.2)
8891
forwardable-extended (~> 2.6)
@@ -154,11 +157,8 @@ PLATFORMS
154157
x86_64-linux-musl
155158

156159
DEPENDENCIES
157-
base64
158-
csv
159-
jekyll (~> 4.3.2)
160+
jekyll (~> 4.4.0)
160161
just-the-docs (= 0.6.1)
161-
logger
162162

163163
BUNDLED WITH
164164
2.6.8

0 commit comments

Comments
 (0)