File tree Expand file tree Collapse file tree 3 files changed +15
-20
lines changed Expand file tree Collapse file tree 3 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
- source " https://rubygems.org"
1
+ source ' https://rubygems.org'
2
2
# Hello! This is where you manage which Jekyll version is used to run.
3
3
# When you want to use a different version, change it below, save the
4
4
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
@@ -9,14 +9,14 @@ source "https://rubygems.org"
9
9
# Happy Jekylling!
10
10
# gem "jekyll", "~> 4.2.2"
11
11
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12
- gem " minima" , " ~> 2.5"
12
+ gem ' minima' , ' ~> 2.5' , '>= 2.5.1'
13
13
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14
14
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15
- gem " github-pages" , group : :jekyll_plugins
15
+ gem ' github-pages' , '~> 227' , group : :jekyll_plugins
16
16
# If you have any plugins, put them here!
17
17
group :jekyll_plugins do
18
- gem " jekyll-feed"
19
- gem " jekyll-tagging"
18
+ gem ' jekyll-feed' , '>= 0.15.1'
19
+ gem ' jekyll-tagging' , '~> 1.1'
20
20
end
21
21
22
22
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change 21
21
em-websocket (0.5.3 )
22
22
eventmachine (>= 0.12.9 )
23
23
http_parser.rb (~> 0 )
24
- ethon (0.15 .0 )
24
+ ethon (0.16 .0 )
25
25
ffi (>= 1.15.0 )
26
26
eventmachine (1.2.7 )
27
27
execjs (2.8.1 )
28
- faraday (2.5.2 )
28
+ faraday (2.6.0 )
29
29
faraday-net_http (>= 2.0 , < 3.1 )
30
30
ruby2_keywords (>= 0.0.4 )
31
- faraday-net_http (3.0.0 )
31
+ faraday-net_http (3.0.1 )
32
32
ffi (1.15.5 )
33
33
forwardable-extended (2.6.0 )
34
34
gemoji (3.0.1 )
83
83
octokit (~> 4.0 )
84
84
public_suffix (>= 3.0 , < 5.0 )
85
85
typhoeus (~> 1.3 )
86
- html-pipeline (2.14.2 )
86
+ html-pipeline (2.14.3 )
87
87
activesupport (>= 2 )
88
88
nokogiri (>= 1.4 )
89
89
http_parser.rb (0.8.0 )
215
215
minitest (5.16.3 )
216
216
nokogiri (1.13.9-arm64-darwin )
217
217
racc (~> 1.4 )
218
- nokogiri (1.13.9-x86_64-darwin )
219
- racc (~> 1.4 )
220
- nokogiri (1.13.9-x86_64-linux )
221
- racc (~> 1.4 )
222
218
nuggets (1.6.1 )
223
219
octokit (4.25.1 )
224
220
faraday (>= 1 , < 3 )
@@ -257,20 +253,18 @@ GEM
257
253
unf_ext (0.0.8.2 )
258
254
unicode-display_width (1.8.0 )
259
255
webrick (1.7.0 )
260
- zeitwerk (2.6.0 )
256
+ zeitwerk (2.6.6 )
261
257
262
258
PLATFORMS
263
259
arm64-darwin-21
264
- x86_64-darwin-21
265
- x86_64-linux
266
260
267
261
DEPENDENCIES
268
262
commonmarker (>= 0.23.6 )
269
- github-pages
263
+ github-pages ( ~> 227 )
270
264
http_parser.rb (~> 0.6.0 )
271
- jekyll-feed
272
- jekyll-tagging
273
- minima (~> 2.5 )
265
+ jekyll-feed ( >= 0.15.1 )
266
+ jekyll-tagging ( ~> 1.1 )
267
+ minima (~> 2.5 , >= 2.5.1 )
274
268
tzinfo (~> 1.2 )
275
269
tzinfo-data
276
270
wdm (~> 0.1.1 )
Original file line number Diff line number Diff line change 37
37
plugins :
38
38
- jekyll-feed
39
39
- jekyll-remote-theme
40
+ - jekyll-tagging
40
41
41
42
# set timezone
42
43
timezone : Europe/Berlin
You can’t perform that action at this time.
0 commit comments