blog/Gemfile

21 lines
545 B
Ruby
Raw Permalink Normal View History

2024-04-06 21:50:20 +01:00
source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
gem 'sass-embedded', '~> 1.77', '>= 1.77.5' # fix some bullshit. 403d without this i do not know why
2024-04-06 21:50:20 +01:00
group :jekyll_plugins do
gem "jekyll-feed"
2024-04-07 22:31:25 +01:00
gem "jekyll-paginate-v2"
gem "jekyll-sitemap"
2024-04-08 16:31:09 +01:00
gem 'jekyll-seo-tag'
2024-04-06 21:50:20 +01:00
end
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2024-05-08 02:35:31 +01:00
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "bigdecimal"
gem "base64"
gem "csv"