forked from okfn/allourideas.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
61 lines (58 loc) · 1.71 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
source :rubygems
source "http://gems.github.com"
gem "bundler", "1.1.5"
gem "rails", "2.3.14"
gem "rdoc", "~> 3.12"
gem "multi_json", "1.0.4"
gem "airbrake"
gem "libxml-ruby", "2.2.2", :require => "libxml"
gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls"
gem "paperclip", "2.3.1.1"
gem "aws-s3", "0.6.2", :require => "aws/s3"
gem "mime-types", "1.16", :require => "mime/types"
gem "xml-simple", "1.0.12", :require => "xmlsimple"
gem "yfactorial-utility_scopes", "0.2.2", :require => "utility_scopes"
gem "formtastic", "0.2.5"
gem "inherited_resources", "1.0.4"
gem "has_scope", "0.4.2"
gem "responders", "0.4.8"
gem "thoughtbot-clearance", "0.8.2", :require => "clearance"
gem "fastercsv", "1.5.1"
gem "redis-store", "~> 1.0.0"
gem "redis", "~> 2.2.1"
gem "system_timer"
gem "will_paginate", "2.3.14"
gem "geoip_city", "0.2.0"
gem "geokit", "1.5.0"
gem "crack", "0.1.4"
gem "friendly_id", "2.2.5"
gem "sax-machine", "0.0.14"
gem "i18n", "0.3.7"
gem "delayed_job", "2.0.6"
gem "haml", "~> 3.1.7"
gem "compass-rails", "~> 1.0.3"
gem "bootstrap-sass", "~> 2.1.0.0"
gem "newrelic_rpm", "3.3.0"
gem "mysql2", "0.2.18"
gem "koala", "~> 1.4.0"
group :production, :staging do
gem "sendgrid", "0.1.4"
end
group :test do
gem "timecop", "0.3.5"
gem "cucumber", "~> 1.2.1"
gem "cucumber-rails", "0.3.2"
gem "sqlite3", ">=1.3.3"
gem "database_cleaner", "0.5.0"
gem "capybara", "0.3.7"
gem "factory_girl", "~>1.3.3"
gem "thoughtbot-shoulda", "~> 2.10.1", :require => "shoulda"
gem "timecop", "0.3.5"
gem "rspec", "1.3.2"
gem "rspec-rails", "1.3.4"
gem "email_spec", "0.4.0"
gem "sendgrid", "0.1.4"
gem "pickle", "0.4.7"
gem "fakeweb", "~>1.2.5"
gem "jferris-mocha", "0.9.5.0.1241126838", :require => "mocha"
end