blog/Gemfile

21 lines
427 B
Text
Raw Normal View History

2021-02-11 00:34:35 +01:00
source "https://rubygems.org"
2021-02-11 01:37:40 +01:00
2021-02-11 00:34:35 +01:00
gem "jekyll", "~> 4.2.0"
2021-02-11 01:37:40 +01:00
2021-02-11 00:34:35 +01:00
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
2021-02-11 01:37:40 +01:00
gem "jekyll-seo-tag", "~> 2.7"
2021-02-11 00:34:35 +01:00
end
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2021-04-21 17:39:04 +02:00
require 'rbconfig'
if RbConfig::CONFIG['target_os'] =~ /(?i-mx:bsd|dragonfly)/
gem 'rb-kqueue', '>= 0.2'
end