File tree 3 files changed +14
-6
lines changed 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ gem "webrick"
12
12
# This will help ensure the proper Jekyll version is running.
13
13
# Happy Jekylling!
14
14
gem "jekyll" , "~> 4.2.0"
15
+
15
16
# This is the default theme for new Jekyll sites. You may change this to anything you like.
16
- gem "minima" , "~> 2.5"
17
+ gem "minima" , github : 'jekyll/minima' , ref : '7a326eb6df07ee6ee5305cfc1b28f7092037e67d'
18
+
17
19
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18
20
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19
21
# gem "github-pages", group: :jekyll_plugins
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: https://github.com/jekyll/minima.git
3
+ revision: 7a326eb6df07ee6ee5305cfc1b28f7092037e67d
4
+ ref: 7a326eb6df07ee6ee5305cfc1b28f7092037e67d
5
+ specs:
6
+ minima (2.5.1 )
7
+ jekyll (>= 3.5 , < 5.0 )
8
+ jekyll-feed (~> 0.9 )
9
+ jekyll-seo-tag (~> 2.1 )
10
+
1
11
GEM
2
12
remote: https://rubygems.org/
3
13
specs:
46
56
rb-fsevent (~> 0.10 , >= 0.10.3 )
47
57
rb-inotify (~> 0.9 , >= 0.9.10 )
48
58
mercenary (0.4.0 )
49
- minima (2.5.1 )
50
- jekyll (>= 3.5 , < 5.0 )
51
- jekyll-feed (~> 0.9 )
52
- jekyll-seo-tag (~> 2.1 )
53
59
pathutil (0.16.2 )
54
60
forwardable-extended (~> 2.6 )
55
61
public_suffix (4.0.6 )
@@ -72,7 +78,7 @@ PLATFORMS
72
78
DEPENDENCIES
73
79
jekyll (~> 4.2.0 )
74
80
jekyll-feed (~> 0.12 )
75
- minima ( ~> 2.5 )
81
+ minima !
76
82
tzinfo (~> 1.2 )
77
83
tzinfo-data
78
84
wdm (~> 0.1.1 )
You can’t perform that action at this time.
0 commit comments