forked from appuio/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (24 loc) · 816 Bytes
/
Gemfile
File metadata and controls
31 lines (24 loc) · 816 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 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-deploy', '>= 2.0.0.pre.alpha'
gem 'middleman', '>= 4.0.0'
gem 'middleman-livereload'
gem "middleman-blog", "~> 4.0"
# CSS Plugins
gem 'sass-rails', '~> 5.0.0'
gem 'susy'
gem 'breakpoint', '~> 2.5'
gem 'middleman-autoprefixer'
# Image optim
gem 'image_optim'
gem 'image_optim_pack'
# Icons
gem 'evil_icons'
# Call JavaScript code and manipulate JavaScript objects from Ruby. Call Ruby code and manipulate Ruby objects from JavaScript.
gem 'therubyracer', '~> 0.12.2'