-
Notifications
You must be signed in to change notification settings - Fork 34
/
Gemfile
43 lines (29 loc) · 958 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
source 'https://rubygems.org'
ruby '2.6.6'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2', '>= 5.2'
group :development do
gem 'annotate', '~> 3.1.1'
end
group :production do
# Required for Heroku asset serving
gem 'rails_12factor', '~> 0.0.3'
end
# Allows better management of ENV variables
gem 'figaro', '~> 1.1', '>= 1.1.1'
gem 'pg', '~> 0.18.4'
gem 'puma', '~> 3.12'
gem 'slim', '~> 3.0', '>= 3.0.7'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0', '>= 5.0.6'
# A CSS pre-processor toolkit
gem 'bourbon', '~> 4.2', '>= 4.2.7'
gem 'neat', '~> 1.8'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '~> 3.0', '>= 3.0.1'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.2', '>= 4.2.1'
# Use jquery as the JavaScript library
gem 'jquery-rails', '~> 4.1', '>= 4.1.1'
gem 'zeroclipboard-rails', '~> 0.1.2'
gem 'markdownjs-rails', '~> 1.0', '>= 1.0.2'