-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
42 lines (37 loc) · 799 Bytes
/
Gemfile
File metadata and controls
42 lines (37 loc) · 799 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
source 'https://rubygems.org'
gem 'rails'
gem 'pg'
gem 'parallel'
gem 'json'
gem 'has_scope'
gem 'simple_form', '2.0.1'
gem 'nested_form', :git => 'https://github.com/ryanb/nested_form.git'
gem 'inherited_resources'
gem 'squeel'
gem 'kaminari'
gem 'guid'
gem 'sentient_user'
gem 'devise'
gem 'omniauth-facebook'
gem 'bitcoin-client'
gem 'configatron'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'haml-rails'
gem 'gon'
gem 'js-routes'
group :development do
gem 'pry'
# gem 'pry-nav'
gem 'pry-debugger'
gem 'pry-doc'
gem 'pry-stack_explorer'
gem 'pry-exception_explorer'
gem 'quiet_assets'
gem 'bullet', :git => 'https://github.com/flyerhzm/bullet.git'
gem 'ruby-growl', '~> 3.0'
end