-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
47 lines (39 loc) · 1.48 KB
/
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
38
39
40
41
42
43
44
45
46
47
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'
# Middleman core
# @see https://github.com/middleman
gem 'middleman-core', git: 'https://github.com/middleman/middleman.git', branch: 'master'
gem 'middleman-cli', git: 'https://github.com/middleman/middleman.git', branch: 'master'
# gem 'middleman-minify-html', git: 'https://github.com/middleman/middleman-minify-html.git', branch: 'master'
# Blog
gem 'middleman-blog', git: 'https://github.com/middleman/middleman-blog.git', branch: 'master'
# Middleman extensions
# @see https://directory.middlemanapp.com/#/extensions/all
gem 'middleman-deploy', git: 'https://github.com/middleman-contrib/middleman-deploy.git', branch: 'master'
gem 'middleman-favicon-maker', git: 'https://github.com/follmann/middleman-favicon-maker.git', branch: 'master'
# Tools
# gem 'nokogiri'
# Google API client
# @see https://github.com/google/google-api-ruby-client
# gem 'google-api-client'
# gem 'streamio-ffmpeg'
# gem 'filesize'
# gem 'xml-simple'
# gem 'rmagick'
# gem 'mini_magick'
# gem 'levenshtein'
# gem 'piet'
# gem 'google_places'
# gem 'better_errors'
# gem 'mini_racer'
# gem 'thor'
# Images
# gem 'carrierwave', git: 'https://github.com/carrierwaveuploader/carrierwave', branch: 'master'
# gem 'mini_magick', '4.5.1'
# Template engines
# gem 'haml', '~>4'
# gem 'coffee-script', git: 'https://github.com/josh/ruby-coffee-script.git', branch: 'master'
gem 'kramdown'
gem 'builder'
# gem 'ruby-prof'