Update Gemfile (#230)

This commit is contained in:
Maruan 2021-03-28 18:51:49 -04:00 committed by GitHub
parent f5d41dde62
commit 11691dba3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,9 +1,10 @@
_site
.bundle
.sass-cache
.jekyll-cache
.jekyll-metadata
.DS_store
.ruby-version
.tweet-cache/
.tweet-cache
Gemfile.lock
vendor

View File

@ -1,6 +1,5 @@
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll'
gem 'jekyll-email-protect'
gem 'jekyll-github-metadata'
@ -9,4 +8,5 @@ group :jekyll_plugins do
gem 'jekyll-twitter-plugin'
gem 'jemoji'
gem 'unicode_utils'
gem 'webrick'
end