Skip to content

Commit 8fed993

Browse files
authored
chore: bump jekyll-admin to fix jekyll serve (#793)
* chore: bump jekyll-admin to fix jekyll serve
1 parent 14a4e56 commit 8fed993

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

Gemfile.lock

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ GEM
4848
forwardable (1.4.0)
4949
forwardable-extended (2.6.0)
5050
gemoji (3.0.1)
51-
google-protobuf (4.33.6-arm64-darwin)
51+
google-protobuf (4.35.0-arm64-darwin)
5252
bigdecimal
53-
rake (>= 13)
54-
google-protobuf (4.33.6-x86_64-linux-gnu)
53+
rake (~> 13.3)
54+
google-protobuf (4.35.0-x86_64-linux-gnu)
5555
bigdecimal
56-
rake (>= 13)
56+
rake (~> 13.3)
5757
http_parser.rb (0.8.1)
5858
i18n (1.14.8)
5959
concurrent-ruby (~> 1.0)
@@ -76,10 +76,11 @@ GEM
7676
safe_yaml (~> 1.0)
7777
terminal-table (>= 1.8, < 4.0)
7878
webrick (~> 1.7)
79-
jekyll-admin (0.11.1)
79+
jekyll-admin (0.12.0)
8080
jekyll (>= 3.7, < 5.0)
81-
sinatra (>= 1.4)
82-
sinatra-contrib (>= 1.4)
81+
rackup (~> 2.0)
82+
sinatra (~> 4.0)
83+
sinatra-contrib (~> 4.0)
8384
jekyll-github-metadata (2.16.1)
8485
jekyll (>= 3.4, < 5.0)
8586
octokit (>= 4, < 7, != 4.4.0)
@@ -121,9 +122,8 @@ GEM
121122
rb-inotify (~> 0.9, >= 0.9.10)
122123
logger (1.7.0)
123124
mercenary (0.4.0)
124-
multi_json (1.15.0)
125-
mustermann (3.0.4)
126-
ruby2_keywords (~> 0.0.1)
125+
multi_json (1.21.1)
126+
mustermann (3.1.1)
127127
namae (1.2.0)
128128
racc (~> 1.7)
129129
nokogiri (1.18.9-arm64-darwin)
@@ -144,15 +144,17 @@ GEM
144144
public_suffix (7.0.5)
145145
racc (1.8.1)
146146
rack (3.2.6)
147-
rack-protection (4.2.0)
147+
rack-protection (4.2.1)
148148
base64 (>= 0.1.0)
149149
logger (>= 1.6.0)
150150
rack (>= 3.0.0, < 4)
151-
rack-session (2.1.1)
151+
rack-session (2.1.2)
152152
base64 (>= 0.1.0)
153153
rack (>= 3.0.0)
154+
rackup (2.3.1)
155+
rack (>= 3)
154156
rainbow (3.1.1)
155-
rake (13.1.0)
157+
rake (13.4.2)
156158
rb-fsevent (0.11.2)
157159
rb-inotify (0.11.1)
158160
ffi (~> 1.0)
@@ -168,24 +170,24 @@ GEM
168170
addressable (>= 2.3.5)
169171
faraday (>= 0.17.3, < 3)
170172
set (1.1.3)
171-
sinatra (4.2.0)
173+
sinatra (4.2.1)
172174
logger (>= 1.6.0)
173175
mustermann (~> 3.0)
174176
rack (>= 3.0.0, < 4)
175-
rack-protection (= 4.2.0)
177+
rack-protection (= 4.2.1)
176178
rack-session (>= 2.0.0, < 3)
177179
tilt (~> 2.0)
178-
sinatra-contrib (4.2.0)
180+
sinatra-contrib (4.2.1)
179181
multi_json (>= 0.0.2)
180182
mustermann (~> 3.0)
181-
rack-protection (= 4.2.0)
182-
sinatra (= 4.2.0)
183+
rack-protection (= 4.2.1)
184+
sinatra (= 4.2.1)
183185
tilt (~> 2.0)
184186
singleton (0.3.0)
185187
stringio (3.2.0)
186188
terminal-table (3.0.2)
187189
unicode-display_width (>= 1.1.1, < 3)
188-
tilt (2.6.1)
190+
tilt (2.7.0)
189191
time (0.4.2)
190192
date
191193
unicode-display_width (2.6.0)

0 commit comments

Comments
 (0)