-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
43 lines (31 loc) · 818 Bytes
/
Gemfile
File metadata and controls
43 lines (31 loc) · 818 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
32
33
34
35
36
37
38
39
40
41
42
43
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails'
# Use HAML for server-side rendering
gem 'haml'
gem 'haml-rails'
gem 'simple-rss'
gem 'tzinfo-data'
# Gems used only for assets and not required
# in production environments by default.
group :assets, :development do
gem 'turbolinks'
gem 'bootstrap-sass'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
# Use SCSS for stylesheets
gem 'sass-rails'
# Template engine
gem 'mustache-js-rails'
end
group :development, :production do
gem 'sentry-raven'
end
group :production do
gem 'mysql2'
end
gem 'unicorn'
# Searching plugin
gem 'elasticsearch'