-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
33 lines (26 loc) · 673 Bytes
/
Gemfile
File metadata and controls
33 lines (26 loc) · 673 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
source 'https://rubygems.org'
gem 'bootstrap-sass', '~> 3.1.1'
gem 'coffee-rails', '~> 4.0.0'
gem 'dalli', '~> 2.7.2'
gem 'jbuilder', '~> 2.0'
gem 'jquery-rails', '~> 3.1.2'
gem 'rails', '4.1.1'
gem 'sass-rails', '~> 4.0.3'
gem 'pg'
gem 'turbolinks', '2.5.2'
gem 'uglifier', '>= 1.3.0'
group :development do
gem 'better_errors'
# gem 'pry-debugger'
# gem 'pry-doc'
# gem 'pry-rails'
# gem 'pry-stack_explorer'
gem 'spring'
end
group :test do
gem 'rspec-rails', '~> 3.1'
end
gem 'sdoc', '~> 0.4.0', group: :doc, require: false
# gem 'facebooker', '~> 1.0.75'
gem 'omniauth-facebook' # Facebook authentication
gem "koala", "~> 1.10.0rc" # Facebook API