forked from aptible/www.aptible.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
40 lines (34 loc) · 1.08 KB
/
Gemfile
File metadata and controls
40 lines (34 loc) · 1.08 KB
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
# 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
#
# We use 3.3.7 for s3_redirect
# Note: Upgrading to Middleman 4 deprecates a few key features we use in
# our config.rb in order to create dynamic support pages
# See https://middlemanapp.com/basics/upgrade-v4/
# - Dropped support for providing a block to page & proxy.
# - Dropped support for instance variables inside templates.
gem 'middleman', '~>3.4'
gem 'middleman-jquery'
gem 'middleman-livereload'
gem 'middleman-s3_redirect'
gem 'middleman-syntax'
# Contenful CMS - Note: currently works with Middleman 3, v4 is experimental
gem 'contentful_middleman'
# Thoughtbot's Bourbon Suite - SASS mixins, grid system
gem 'bitters'
gem 'bourbon'
gem 'neat'
# From support
gem 'aptible-tasks', '~> 0.5.7'
gem 'capybara'
gem 'pry'
gem 'rake'
gem 'redcarpet'
gem 'rspec'