We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998d7eb commit 6f96b66Copy full SHA for 6f96b66
Gemfile
@@ -1,14 +1,14 @@
1
source 'https://rubygems.org'
2
3
-gem 'jekyll', '> 3.9.2'
4
-gem 'kramdown', '> 2.3.2'
+gem 'jekyll', '~> 3.9.2'
+gem 'kramdown', '~> 2.3.2'
5
gem 'kramdown-parser-gfm', '~> 1.1.0'
6
7
# needed for building in GitHub Actions
8
gem 'webrick'
9
gem 'rake'
10
11
group :jekyll_plugins do
12
- gem 'jekyll-scholar', '> 5.16.0'
13
- #gem 'github-pages', '~> 227'
+ gem 'jekyll-scholar', '~> 5.16.0'
+ gem 'github-pages', '~> 227'
14
end
0 commit comments