Skip to content

Commit 6f96b66

Browse files
committed
revert Gemfile
1 parent 998d7eb commit 6f96b66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '> 3.9.2'
4-
gem 'kramdown', '> 2.3.2'
3+
gem 'jekyll', '~> 3.9.2'
4+
gem 'kramdown', '~> 2.3.2'
55
gem 'kramdown-parser-gfm', '~> 1.1.0'
66

77
# needed for building in GitHub Actions
88
gem 'webrick'
99
gem 'rake'
1010

1111
group :jekyll_plugins do
12-
gem 'jekyll-scholar', '> 5.16.0'
13-
#gem 'github-pages', '~> 227'
12+
gem 'jekyll-scholar', '~> 5.16.0'
13+
gem 'github-pages', '~> 227'
1414
end

0 commit comments

Comments
 (0)