1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00
devol.it/Gemfile

9 lines
144 B
Ruby
Raw Normal View History

2021-03-26 21:16:32 -04:00
source 'https://rubygems.org'
gem 'jekyll', '~> 4.2'
gem 'webrick', '~> 1.7'
2021-03-26 21:16:32 -04:00
group :jekyll_plugins do
gem 'jekyll-timeago', '~> 0.13.1'
end