-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
39 lines (33 loc) · 885 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 'http://rubygems.org'
gem 'rails', '3.2.13'
gem 'pg'
gem 'puma'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'compass-rails'
gem 'coffee-rails', '~> 3.2.1'
gem 'jquery-rails'
gem 'underscore-rails'
gem 'flatui-rails'
gem 'execjs'
gem 'libv8', '3.3.10.4'
gem 'uglifier'
gem 'backbone-on-rails'
gem 'jquery-cookie-rails'
end
group :production do
gem 'therubyracer', '0.10.2'
end
gem 'devise'
gem 'paperclip', '~>2.7.0'
gem 'simple-private-messages', '0.0.0', :git => 'git://github.com/jongilbraith/simple-private-messages.git'
gem "nested_form", :git => 'git://github.com/ryanb/nested_form.git'
gem 'simple_form'
gem 'bootstrap-will_paginate', '~> 0.0.9'
gem 'jquery-ui-rails'
gem 'omniauth-renren'
gem 'omniauth-qzone'
gem 'omniauth-facebook'
gem 'renren'