-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
53 lines (35 loc) · 1005 Bytes
/
Gemfile
File metadata and controls
53 lines (35 loc) · 1005 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
source 'http://rubygems.org'
gem 'rails', '3.1.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'https://github.com/rails/rails.git'
gem 'mysql2'
gem 'json'
gem 'devise'
gem "aasm"
gem "paperclip"
gem "delayed_job"
gem "omniauth"
gem "oauth2"
gem "omniauth-facebook"
gem 'will_paginate', '3.0.pre2'
gem "cancan"
gem 'open_graph_helper'
gem 'simple_form', :git => "https://github.com/plataformatec/simple_form.git"
gem 'bootstrap-rails', :require => 'bootstrap-rails', :git => 'https://github.com/xdite/bootstrap-rails.git'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem "compass", :git => "git://github.com/chriseppstein/compass.git"
gem 'sass-rails', " ~> 3.1.0"
gem 'coffee-rails', "~> 3.1.0"
gem 'uglifier'
end
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
gem "jquery-rails", "1.0.16"
gem "fastercsv"
gem "settingslogic"