-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
89 lines (82 loc) · 2.48 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
source 'http://rubygems.org'
source "http://gems.rubyforge.org"
gem 'rails', '~> 3.0.0'
gem 'rake', '~> 0.8.7'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
#gem 'ruby-debug'
group :development do
gem 'hirb'
gem 'heroku_san'
gem 'silent-postgres'
# gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
# gem "rspec-rails", :git => "git://github.com/rspec/rspec-rails.git"
# gem "rspec", :git => "git://github.com/rspec/rspec.git"
# gem "rspec-core", :git => "git://github.com/rspec/rspec-core.git"
# gem "rspec-expectations", :git => "git://github.com/rspec/rspec-expectations.git"
# gem "rspec-mocks", :git => "git://github.com/rspec/rspec-mocks.git"
gem 'jammit'
gem 'rails3-footnotes', :git => 'git://github.com/indirect/rails-footnotes.git'
end
group :test, :cucumber do
gem 'mocha'
gem 'factory_girl_rails'
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber'
gem 'spork'
gem 'launchy' # So you can do Then show me the page
end
# Bundle the extra gems:
#gem 'bj' #testing commenting out to reduce slug size
gem 'nokogiri'
#gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'haml'
gem 'hashie'
gem 'devise', '>= 1.1.7'
gem "devise_invitable", ">= 0.4.rc4"
gem 'warden'
#gem 'paranoid' #testing commenting out to reduce slug size
gem 'cancan'
gem 'money'
gem 'google_currency'
gem 'RedCloth'
gem 'paperclip'
gem 'rmagick'
gem 'seed-fu', '~> 2.0.1'
gem 'vpim' #This gem makes vcards and icals
gem 'faraday', '= 0.5.7'
gem 'twitter', '= 1.2.0'
gem "geocoder", :require => "geocoder"
gem 'geokit'
gem 'pg'#, "~> 0.9.0"
gem 'analytical'
#gem 'formtastic'
gem 'jquery-rails'
gem "will_paginate", "~> 3.0.pre2"
#gem 'paginate_alphabetically'
gem 'rails3-jquery-autocomplete'
#gem 'capistrano' #testing commenting out to reduce slug size
gem 'simple_form'
gem 'aws-s3', :require => 'aws/s3'
gem 'inherited_resources'
gem 'bluecloth', '~> 2.0.9'
gem 'possessive'
gem 'chargify_api_ares'
gem 'googlestaticmap', '~> 0.1.4'
gem 'dalli'
gem 'hpricot'
gem 'gdata_19'
gem 'delayed_job'
gem 'ultraviolet', :git => 'git://github.com/rramsden/ultraviolet.git'
gem 'sunspot', :git => 'git://github.com/outoftime/sunspot.git', :branch => 'spellcheck'
gem 'sunspot_rails', :git => 'git://github.com/outoftime/sunspot.git', :branch => 'spellcheck'
#gem 'zendesk-api'
gem "curb"
gem 'activerecord-import', '~> 0.2.0'