-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
32 lines (22 loc) · 767 Bytes
/
Gemfile
File metadata and controls
32 lines (22 loc) · 767 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
28
29
30
31
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'
gem "middleman", "~>3.3.6"
# blog
gem "middleman-blog", "~> 3.5.3"
# For feed.xml.builder
gem "builder", "~> 3.0"
gem "nokogiri", "~> 1.6"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"
# 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]
# helps deploy to master branch
gem "middleman-deploy", "~> 0.3.0"
gem "bootstrap-sass", "~> 3.2", require: false
gem "jquery-middleman", "~> 3.0"
gem "middleman-syntax", "~> 2.0"
gem "redcarpet", "~>3.1"
gem "middleman-favicon-maker", "~>3.7"