We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa20f2 commit fd22da7Copy full SHA for fd22da7
Gemfile
@@ -1,5 +1,7 @@
1
source "https://rubygems.org"
2
3
+ruby '2.7.1'
4
+
5
gem "jekyll"
6
gem "minima" # default theme for new Jekyll sites
7
gem 'rake' # Enable Rakefile to run tasks
Gemfile.lock
@@ -74,8 +74,6 @@ GEM
74
kramdown-parser-gfm (1.1.0)
75
kramdown (~> 2.0)
76
liquid (4.0.3)
77
- liquid-c (4.0.0)
78
- liquid (>= 3.0.0)
79
listen (3.7.0)
80
rb-fsevent (~> 0.10, >= 0.10.3)
81
rb-inotify (~> 0.9, >= 0.9.10)
@@ -136,11 +134,13 @@ DEPENDENCIES
136
134
jekyll-liquify
137
135
jekyll-minifier
138
jekyll-sitemap
139
- liquid-c
140
minima
141
pry
142
rake
143
webrick
144
+RUBY VERSION
+ ruby 2.7.1p83
145
BUNDLED WITH
146
2.2.28
0 commit comments