-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gemfile
27 lines (20 loc) · 846 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
source "https://rubygems.org"
gem 'jekyll', '~> 3.8', '>= 3.8.6'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'sprockets', '~> 3.7', '>= 3.7.2'
# # 3.0.x not compatible with sprockets 4 that are now installed
gem 'jekyll-assets', '~> 3.0', '>= 3.0.12'
# gem "jekyll-assets", git: "https://github.com/cawka/jekyll-assets", :ref => 'ef0016c13a4ac747f1a791b9668b75534dd98927'
gem 'autoprefixer-rails', '~> 9.7', '>= 9.7.2'
gem 'mini_magick', '~> 4.9', '>= 4.9.5'
gem 'yui-compressor', '~> 0.12.0'
gem 'uglifier', '~> 4.2'
gem 'font-awesome-sass', '~> 5.11', '>= 5.11.2'
gem 'google_drive', '~> 3.0', '>= 3.0.3'
gem 'execjs', '~> 2.7'
gem 'mini_racer', '~> 0.3.1'
gem 'kramdown-parser-gfm', '~> 1.1'
gem 'jekyll-sitemap', '~> 1.4'
gem 'jekyll-last-modified-at', '~> 1.2', '>= 1.2.1'
end