forked from aaronpk/IndieAuth.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
36 lines (30 loc) · 776 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 :rubygems
gem 'sinatra', :require => 'sinatra/base'
gem 'sinatra-namespace', :require => 'sinatra/namespace'
gem 'sinatra-support', :require => 'sinatra/support'
gem 'erubis'
gem 'rainbows', :require => nil
gem 'rake', :require => nil
gem 'hashie'
gem 'json'
gem 'dalli'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-flickr'
gem 'omniauth-geoloqi'
gem 'omniauth-github'
gem 'omniauth-google'
gem 'omniauth-twitter'
gem 'omniauth-openid'
gem 'mechanize'
gem 'mysql2', '0.3.7'
gem 'dm-core'
gem 'dm-timestamps'
gem 'dm-migrations'
gem 'dm-aggregates'
gem 'dm-mysql-adapter'
gem 'dm-pager'
group :development do
gem 'shotgun', :require => nil
gem 'thin', :require => nil
end