diff --git a/Gemfile b/Gemfile index 2b82739..e5c2be6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,7 @@ source 'https://rubygems.org' +gem 'json', github: 'flori/json', branch: 'v1.8' + group :jekyll_plugins do gem 'jekyll' gem 'jekyll-sitemap' @@ -9,8 +11,6 @@ group :jekyll_plugins do gem 'jekyll-compose' end -gem 'json', github: 'flori/json', branch: 'v1.8' - gem 'font-awesome-sass' gem 'kramdown' gem 'rouge'