Skip to content

Commit

Permalink
Fixed bundle exec jekyll error
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Oct 7, 2024
1 parent c4d422c commit 81a1517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
source 'https://rubygems.org'

group :development, :test do
gem 'jekyll', '~> 3.8.5'
gem 'jekyll'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.9.1'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
gem "webrick"
gem "kramdown-parser-gfm"
end

group :jekyll_plugins do
Expand Down

0 comments on commit 81a1517

Please sign in to comment.