forked from alphagov/govuk-design-system-prototypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
26 lines (20 loc) · 780 Bytes
/
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
# 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]
gem 'rack-contrib'
gem 'puma'
# Middleman Gems
gem 'middleman', '>= 4.0.0'
gem 'middleman-livereload'
gem 'middleman-compass', '>= 4.0.0'
gem 'middleman-sprockets', '~> 4.0.0'
gem 'middleman-autoprefixer', '~> 2.7.0'
gem 'middleman-syntax', '~> 3.0.0'
# Use ExecJS instead of therubyracer
# https://github.com/manastech/middleman-search/pull/24/files
gem 'middleman-search', git: '[email protected]:/daniel-rikowski/middleman-search.git'
gem 'redcarpet', '~> 3.3.2'