-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
44 lines (36 loc) · 865 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
39
40
41
42
43
source 'https://rubygems.org'
gem 'rails', '3.2.2'
gem 'pg', group: 'production'
gem 'sqlite3', group: 'development'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'backbone-rails'
gem 'carrierwave'
gem 'devise'
gem 'crowdblog'
gem 'eco'
gem 'fog'
gem 'faker'
gem 'gravtastic'
gem 'jquery-rails'
gem 'less-rails-bootstrap', '~> 2.0.4'
gem 'newrelic_rpm'
gem 'omniauth-google-oauth2'
gem 'omniauth-google-apps'
gem 'quiet_assets'
gem 'redcarpet'
gem 'ruby-openid'
gem 'slim-rails'
gem 'slim_assets', '~> 0.0.2'
gem 'simple_form'
gem 'state_machine'
gem 'unicorn'
gem 'vestal_versions', git: 'https://github.com/jodosha/vestal_versions.git'
gem 'yui-compressor'
# Required by less
gem 'therubyracer'