mirror of
https://gitlab.com/greenleebt/business-website.git
synced 2026-08-17 16:26:16 +00:00
7 lines
120 B
Ruby
7 lines
120 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll', '~> 4.2'
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-timeago', '~> 0.13.1'
|
|
end
|