-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
27 lines (22 loc) · 798 Bytes
/
Gemfile
File metadata and controls
27 lines (22 loc) · 798 Bytes
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
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'
# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
# Windows does not come with time zone data
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
# Middleman Gems
gem "middleman", "~> 4.1", ">= 4.1.2"
gem "middleman-blog"
gem 'middleman-livereload', '~> 3.4', '>= 3.4.5'
# A Middleman extension to integrate Disqus into your site,
# supporting Disqus configuration variables and comment counts.
gem "middleman-disqus", "~> 1.2"
gem 'redcarpet', '~> 3.5'
# For feed.xml.builder
gem "builder", "~> 3.0"
# Pronto
gem 'pronto'
gem 'pronto-rubocop', require: false
gem 'pronto-flay', require: false
gem 'pronto-scss', require: false