-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
38 lines (38 loc) · 918 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
source 'https://rubygems.org'
ruby '2.1.5'
gem 'rails', '4.1.8'
gem 'sass-rails', '~> 4.0.3'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'spring', group: :development
gem 'bootstrap-sass'
gem 'flat-ui-sass'
gem 'compass-rails'
gem 'devise'
gem 'devise-i18n'
gem 'figaro', '>= 1.0.0.rc1'
gem 'high_voltage'
gem 'pg'
gem 'rollbar', '~> 1.4.2'
gem 'paperclip'
gem 'handlebars_assets'
gem 'gauguin'
group :development do
gem 'better_errors'
gem 'binding_of_caller', :platforms=>[:mri_21]
gem 'capistrano', '~> 3.1.0'
gem 'capistrano-bundler'
gem 'capistrano-rails', '~> 1.1.1'
gem 'capistrano-rails-console'
gem 'capistrano-rbenv', github: "capistrano/rbenv"
gem 'quiet_assets'
gem 'rails_layout'
gem 'xray-rails'
end
group :development, :test do
gem 'pry-rails'
gem 'pry-rescue'
end