update gems
[minimalisti.git] / Gemfile
blobddf334b025ad3d9a49dbbb57e81ea970741b2b35
1 source 'https://rubygems.org'
3 # Hello! This is where you manage which Jekyll version is used to run.
4 # When you want to use a different version, change it below, save the
5 # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7 #     bundle exec jekyll serve
9 # This will help ensure the proper Jekyll version is running.
10 # Happy Jekylling!
11 gem 'jekyll', '~> 4.2.1'
12 gem 'webrick'
14 # If you have any plugins, put them here!
15 group :jekyll_plugins do
16   gem 'jekyll-feed'
17   gem 'jekyll-paginate'
18   gem 'jekyll-seo-tag'
19   gem 'jekyll-sitemap'
20 end