-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
36 lines (30 loc) · 832 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
source 'https://rubygems.org'
ruby '2.1.0'
gem 'rails', '4.0.2'
# Rails defaults
gem 'sqlite3'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
# learn-rails
gem 'activerecord-tableless'
gem 'compass-rails', '~> 1.1.2'
gem 'figaro'
gem 'gibbon'
gem 'google_drive'
gem 'high_voltage'
gem 'simple_form'
gem 'foundation-rails'
gem 'cocoon'
gem 'omniauth-oauth2', git: 'https://github.com/intridea/omniauth-oauth2.git'
gem 'omniauth-facebook' #, git:'https://github.com/mkdynamic/omniauth-facebook.git'
# Please use new recommended protection model for params(strong_parameters) or add `protected_attributes`
# gem 'protected_attributes'
group :development do
gem 'better_errors'
gem 'quiet_assets'
gem 'rails_layout'
end