Update Jekyll to v4, Ruby 3 support
[minimalisti.git] / Gemfile
blob1aab33cd13336f1fb5ee117bbbdc84260b264c86
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', '~> 0.6'
17   gem 'jekyll-paginate', '~> 1.1.0'
18   gem 'jekyll-seo-tag', '~> 2.7.1'
19 end