forked from fairfaxmedia/focusboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
36 lines (33 loc) · 738 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
source 'https://rubygems.org'
gem 'aws-sdk-rails', '~> 1.0'
gem 'bootstrap-kaminari-views'
gem 'bootstrap-sass', '>= 3.3.6'
gem 'business_time'
gem 'coffee-rails', '~> 4.1.0'
gem 'devise', '~> 3.5.6'
gem 'dotenv-rails', '~> 2.0'
gem 'health_check'
gem 'jquery-rails'
gem 'jquery-turbolinks'
gem 'kaminari'
gem 'local_time'
gem 'mysql2'
gem 'pundit', '~> 1.1'
gem 'rails', '~> 4.2', '>= 4.2.6'
gem 'sass-rails', '~> 5.0.1'
gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'
gem 'unicorn'
group :development, :test do
gem 'pry-byebug'
end
group :development do
gem 'better_errors'
gem 'bullet'
gem 'mailcatcher'
gem 'rack-mini-profiler'
gem 'rails_best_practices'
gem 'spring'
gem 'traceroute'
gem 'web-console', '~> 2.0'
end