File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "github-pages" , group : :jekyll_plugins
3
+ gem "github-pages" , "~> 213" , group : :jekyll_plugins
4
4
5
5
group :jekyll_plugins do
6
6
gem "jekyll-paginate"
12
12
13
13
14
14
gem "nokogiri" , ">= 1.10.8"
15
-
16
-
17
15
gem "kramdown" , ">= 2.3.0"
18
-
19
-
20
16
gem "minimal-mistakes-jekyll"
21
17
22
18
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (6.0.3.5 )
4
+ activesupport (6.0.3.6 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 0.7 , < 2 )
7
7
minitest (~> 5.1 )
203
203
kramdown-parser-gfm (1.1.0 )
204
204
kramdown (~> 2.0 )
205
205
liquid (4.0.3 )
206
- listen (3.4.1 )
206
+ listen (3.5.0 )
207
207
rb-fsevent (~> 0.10 , >= 0.10.3 )
208
208
rb-inotify (~> 0.9 , >= 0.9.10 )
209
209
mercenary (0.3.6 )
@@ -264,7 +264,7 @@ PLATFORMS
264
264
ruby
265
265
266
266
DEPENDENCIES
267
- github-pages
267
+ github-pages ( ~> 213 )
268
268
jekyll-feed
269
269
jekyll-gist
270
270
jekyll-paginate
You can’t perform that action at this time.
0 commit comments