Skip to content

Commit 7b7fb44

Browse files
committed
Cleanup Gemfile
1 parent a24078b commit 7b7fb44

File tree

2 files changed

+48
-39
lines changed

2 files changed

+48
-39
lines changed

Gemfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
4-
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
3+
gem "jekyll", "~> 4.3"
4+
gem "just-the-docs", "~> 0.10"
5+
gem "git", "~> 2.3"
56

6-
gem "just-the-docs", "0.10.1" # pinned to the current release
7-
gem "git", "2.3.1" # pinned to the current release
7+
8+
group :development do
9+
gem "webrick", "~> 1.8" # needed for local serve with Ruby 3
10+
end

Gemfile.lock

Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2)
4+
activesupport (7.2.2.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -15,105 +15,111 @@ GEM
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
addressable (2.8.7)
1717
public_suffix (>= 2.0.2, < 7.0)
18-
base64 (0.2.0)
19-
benchmark (0.4.0)
20-
bigdecimal (3.1.8)
18+
base64 (0.3.0)
19+
benchmark (0.4.1)
20+
bigdecimal (3.2.2)
2121
colorator (1.1.0)
22-
concurrent-ruby (1.3.4)
23-
connection_pool (2.4.1)
24-
drb (2.2.1)
22+
concurrent-ruby (1.3.5)
23+
connection_pool (2.5.3)
24+
csv (3.3.5)
25+
drb (2.2.3)
2526
em-websocket (0.5.3)
2627
eventmachine (>= 0.12.9)
2728
http_parser.rb (~> 0)
2829
eventmachine (1.2.7)
29-
ffi (1.17.0-arm64-darwin)
30-
ffi (1.17.0-x86_64-linux-gnu)
30+
ffi (1.17.2-arm64-darwin)
31+
ffi (1.17.2-x86_64-linux-gnu)
3132
forwardable-extended (2.6.0)
32-
git (2.3.1)
33+
git (2.3.3)
3334
activesupport (>= 5.0)
3435
addressable (~> 2.8)
3536
process_executer (~> 1.1)
3637
rchardet (~> 1.8)
37-
google-protobuf (4.28.3-arm64-darwin)
38+
google-protobuf (4.32.0-arm64-darwin)
3839
bigdecimal
3940
rake (>= 13)
40-
google-protobuf (4.28.3-x86_64-linux)
41+
google-protobuf (4.32.0-x86_64-linux-gnu)
4142
bigdecimal
4243
rake (>= 13)
4344
http_parser.rb (0.8.0)
44-
i18n (1.14.6)
45+
i18n (1.14.7)
4546
concurrent-ruby (~> 1.0)
46-
jekyll (4.3.4)
47+
jekyll (4.4.1)
4748
addressable (~> 2.4)
49+
base64 (~> 0.2)
4850
colorator (~> 1.0)
51+
csv (~> 3.0)
4952
em-websocket (~> 0.5)
5053
i18n (~> 1.0)
5154
jekyll-sass-converter (>= 2.0, < 4.0)
5255
jekyll-watch (~> 2.0)
56+
json (~> 2.6)
5357
kramdown (~> 2.3, >= 2.3.1)
5458
kramdown-parser-gfm (~> 1.0)
5559
liquid (~> 4.0)
56-
mercenary (>= 0.3.6, < 0.5)
60+
mercenary (~> 0.3, >= 0.3.6)
5761
pathutil (~> 0.9)
5862
rouge (>= 3.0, < 5.0)
5963
safe_yaml (~> 1.0)
6064
terminal-table (>= 1.8, < 4.0)
6165
webrick (~> 1.7)
6266
jekyll-include-cache (0.2.1)
6367
jekyll (>= 3.7, < 5.0)
64-
jekyll-sass-converter (3.0.0)
65-
sass-embedded (~> 1.54)
68+
jekyll-sass-converter (3.1.0)
69+
sass-embedded (~> 1.75)
6670
jekyll-seo-tag (2.8.0)
6771
jekyll (>= 3.8, < 5.0)
6872
jekyll-watch (2.2.1)
6973
listen (~> 3.0)
74+
json (2.13.2)
7075
just-the-docs (0.10.1)
7176
jekyll (>= 3.8.5)
7277
jekyll-include-cache
7378
jekyll-seo-tag (>= 2.0)
7479
rake (>= 12.3.1)
75-
kramdown (2.5.0)
76-
rexml (>= 3.3.6)
80+
kramdown (2.5.1)
81+
rexml (>= 3.3.9)
7782
kramdown-parser-gfm (1.1.0)
7883
kramdown (~> 2.0)
7984
liquid (4.0.4)
8085
listen (3.9.0)
8186
rb-fsevent (~> 0.10, >= 0.10.3)
8287
rb-inotify (~> 0.9, >= 0.9.10)
83-
logger (1.6.1)
88+
logger (1.7.0)
8489
mercenary (0.4.0)
85-
minitest (5.25.1)
90+
minitest (5.25.5)
8691
pathutil (0.16.2)
8792
forwardable-extended (~> 2.6)
88-
process_executer (1.2.0)
89-
public_suffix (6.0.1)
90-
rake (13.2.1)
93+
process_executer (1.3.0)
94+
public_suffix (6.0.2)
95+
rake (13.3.0)
9196
rb-fsevent (0.11.2)
9297
rb-inotify (0.11.1)
9398
ffi (~> 1.0)
94-
rchardet (1.8.0)
95-
rexml (3.3.9)
96-
rouge (4.5.1)
99+
rchardet (1.9.0)
100+
rexml (3.4.1)
101+
rouge (4.6.0)
97102
safe_yaml (1.0.5)
98-
sass-embedded (1.81.0)
99-
google-protobuf (~> 4.28)
103+
sass-embedded (1.90.0)
104+
google-protobuf (~> 4.31)
100105
rake (>= 13)
101-
securerandom (0.3.2)
106+
securerandom (0.4.1)
102107
terminal-table (3.0.2)
103108
unicode-display_width (>= 1.1.1, < 3)
104109
tzinfo (2.0.6)
105110
concurrent-ruby (~> 1.0)
106111
unicode-display_width (2.6.0)
107-
webrick (1.9.0)
112+
webrick (1.9.1)
108113

109114
PLATFORMS
110115
arm64-darwin-23
111116
x86_64-linux
112117

113118
DEPENDENCIES
114-
git (= 2.3.1)
115-
jekyll (~> 4.3.4)
116-
just-the-docs (= 0.10.1)
119+
git (~> 2.3)
120+
jekyll (~> 4.3)
121+
just-the-docs (~> 0.10)
122+
webrick (~> 1.8)
117123

118124
BUNDLED WITH
119125
2.3.26

0 commit comments

Comments
 (0)