news.tatooine.club/Gemfile

10 lines
210 B
Ruby
Raw Normal View History

2023-06-06 09:13:12 +00:00
source "https://rubygems.org"
2023-06-06 09:48:37 +00:00
2023-06-06 09:13:12 +00:00
gem "jekyll", "~> 4.3.2"
gem "sanitize", "~> 6.0"
2023-06-09 08:11:10 +00:00
group :jekyll_plugins do
gem 'octopress-minify-html', "~> 1.3"
gem "jekyll-seo-tag", "~> 2.8"
2023-06-10 06:23:31 +00:00
gem 'uglifier', '~> 4.2'
end