forked from yegor256/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
37 lines (35 loc) · 870 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
28
29
30
31
32
33
34
35
36
37
#
# Just run "bundle"
#
source 'https://rubygems.org'
gem 'jekyll', '3.6.3'
gem 'jekyll-feed', '0.11.0'
gem 'jekyll-bits', '0.15'
gem 'jekyll-gist', '1.5.0'
gem 'jekyll-paginate', '1.1.0'
gem 'jekyll-plantuml', '1.3.3'
gem 'jekyll-sass', '1.1.0'
gem 'jekyll-sass-converter', '1.5.2'
gem 'jekyll-sitemap', '1.2.0'
gem 'jekyll-redirect-from', '0.14.0'
# gem 'jekyll-related-posts'
gem 'fastimage', '2.1.5'
gem 'fontcustom', '1.3.8'
gem 'jslint', '1.2.0'
gem 'html-proofer', '3.7.5'
gem 'kramdown', '1.17.0'
gem 'liquid', '4.0.1'
gem 'mail', '2.7.1'
gem 'nokogiri', '1.9.1'
gem 'nuggets', '1.6.0'
gem 'pygments.rb', '1.2.1'
gem 'rainbow', '2.2.2'
gem 'rake', '12.3.2'
gem 'redcarpet', '3.4.0'
gem 'rubocop', '0.62.0'
gem 'rubocop-rspec', '1.30.1'
gem 'sass', '3.7.2'
gem 'scss_lint', '0.57.1'
gem 'trollop', '2.9.9'
gem 'uuidtools', '2.1.5'
gem 'w3c_validators', '1.3.4'