-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGemfile
38 lines (36 loc) · 1.46 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
# This file is a Bundler dependency descriptor file. Its purpose is to list all of
# the dependencies you are using to build your site. It is highly recommended you use
# this to keep your dependencies up to date and not cause conflicts with other gems
# already on your system.
#
# If you do not already have Bundler installed on your computer, run:
#
# gem install bundler
#
# To use this dependecy file simply run:
#
# bundle install
#
# We do recommend that you install the gems into another directory however, to ensure
# your awestruct site is pristine and isn't using versions of gems from other programs.
# To do this execute:
#
# bundle install --path .bundle
#
# More information about Bundler and its other commands can be found at http://gembundler.com/.
# To add other dependencies for your awestruct site simply follow the same pattern as you'll
# find below. To make use of dependecies listed here, simply remove the '#' from the start of
# the line to uncomment the dependency. We hope you enjoy using Awestruct!
source 'https://rubygems.org' # This tells Bundler where to look for gems
gem 'awestruct', '0.5.7'
gem 'asciidoctor', '1.5.8'
gem 'compass', '1.0.3'
gem 'haml', '4.0.7'
gem 'slim', '3.0.6'
gem 'tilt', '2.0.2'
gem 'rb-inotify', '0.9.7', :platforms => [:ruby, :jruby]
gem 'bootstrap-sass', '< 3.4'
gem 'font-awesome-sass', '<= 5'
gem 'tzinfo', '1.2.10', :group => :test
gem 'rake', '12.3.3', :group => :test
gem 'html-proofer', '3.0.2', :group => :test