# frozen_string_literal: true source "https://rubygems.org" gem "jekyll", "~> 3.7.3" gem "jekyll-feed" gem "jekyll-sitemap" gem "jekyll-paginate" gem "jekyll-assets", "3.0.11", group: :jekyll_plugins gem 'jekyll-environment-variables' gem "json" # For gem building gem 'sprockets', '~> 4.0.0.beta' gem 'uglifier', '~> 4.0.0' gem "mini_magick" gem "autoprefixer-rails" gem "image_optim" gem "image_optim_bin" # Optional gem "image_optim_pack" # Make sure watch mode works A-OK on Windows too gem "wdm", "~> 0.1.1" if Gem.win_platform? gemspec gem "therubyracer", "~> 0.12.3"