1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/Gemfile
2025-01-17 22:03:38 +01:00

13 lines
217 B
Ruby

source "https://rubygems.org"
gem "jekyll", "4.3.4"
group :jekyll_plugins do
gem "jekyll-random"
gem "jekyll-tidy"
gem "jekyll-timeago"
gem 'jekyll-redirect-from'
end
gem 'wdm', '>= 0.1.1' if Gem.win_platform?