-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
55 lines (47 loc) · 946 Bytes
/
Gemfile
File metadata and controls
55 lines (47 loc) · 946 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
44
45
46
47
48
49
50
51
52
53
54
55
source 'https://rubygems.org'
gem 'rails'
gem 'redis'
gem 'mysql2'
gem 'squeel'
gem 'sunspot_rails'
gem 'aws-s3'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'skim'
gem 'eco'
gem 'uglifier', '>= 1.0.3'
gem "twitter-bootstrap-rails"
gem 'mustache'
gem 'jquery-rails'
end
gem 'rb-readline'
gem "slim-rails"
gem 'slim'
group :development, :test do
gem 'quiet_assets'
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'simplecov'
gem 'capybara'
gem 'launchy'
gem 'debugger'
gem 'newrelic_rpm'
end
gem 'sunspot_solr'
gem 'pygments.rb'
gem 'therubyracer'
gem 'spine-rails'
gem 'simple_form'
gem 'faye'
gem 'faraday'
gem 'hashie'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
gem 'jbuilder'
gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'