Update Gemfile

This commit is contained in:
Andrew Banchich 2021-03-26 21:16:32 -04:00 committed by GitHub
parent 4d8cc97d24
commit f05d8df044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,7 @@
source "https://rubygems.org"
gemspec
source 'https://rubygems.org'
gem 'jekyll', '~> 4.2'
group :jekyll_plugins do
gem 'jekyll-timeago', '~> 0.13.1'
end