-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGemfile.bak
executable file
·109 lines (103 loc) · 3.19 KB
/
Gemfile.bak
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
source 'http://rubygems.org'
gem 'rails', "~> 3.2.20"
gem 'rake', '0.8.7'
gem 'apipie-rails'
gem 'aasm'
gem 'addressable', :require => 'addressable/uri'
gem 'airbrake'
gem 'bborn-acts_as_taggable_on_steroids', :git => 'git://github.com/samoli/acts_as_taggable_on_steroids.git', :require => 'acts_as_taggable'
gem 'ancestry'
gem 'aws-sdk'
gem 'bluecloth'
gem 'capistrano', :require => false
gem 'chronic'
gem 'cocoon' # JY: Added to support nested attributes for assessment_sections on assessments
gem 'daemons'
gem 'daemon-spawn'
gem 'dbf'
gem 'delayed_job'
gem 'delayed_job_active_record'
gem 'devise'
gem 'devise-encryptable'
gem 'devise_suspendable'
gem 'diffy'
gem 'doorkeeper', '~> 0.6.7'
gem 'dynamic_form'
gem 'exifr'
gem 'flickraw', "~> 0.9.8", :git => 'git://github.com/kueda/flickraw.git', :branch => 'ssl-cert'
gem "friendly_id", "~> 4.0.1"
gem 'gdata', :git => 'git://github.com/dwaite/gdata.git'
gem 'geocoder'
gem 'geoplanet'
gem 'google-api-client'
gem 'georuby', :git => 'git://github.com/kueda/georuby.git'
gem 'haml'
gem 'haml-rails'
gem 'htmlentities'
gem 'i18n-js', :git => 'git://github.com/fnando/i18n-js.git'
gem 'irwi', :git => 'git://github.com/alno/irwi.git'
gem 'json', "~> 1.7.7"
gem 'jquery-rails'
gem 'koala'
gem 'mail_view', :git => 'https://github.com/37signals/mail_view.git'
gem 'memcache-client'
gem 'mocha', :require => false
gem 'mobile-fu', :git => 'https://github.com/kueda/mobile-fu.git'
gem 'nokogiri'
gem 'omniauth-facebook'
gem 'omniauth-flickr'
gem 'omniauth-openid'
gem "omniauth-google-oauth2"
gem 'omniauth-soundcloud'
gem 'omniauth-twitter'
gem 'objectify-xml', :require => 'objectify_xml'
gem "paperclip", "3.4.2"
gem 'delayed_paperclip', :git => 'git://github.com/jrgifford/delayed_paperclip.git'
gem 'pg'
gem 'preferences', :git => 'git://github.com/dlabare/preferences.git'
gem 'rack-google-analytics', :git => 'git://github.com/kueda/rack-google-analytics.git', :branch => 'eval-blocks-per-request'
gem 'rakismet'
gem 'rest-client', :require => 'rest_client'
gem 'rgeo'
gem 'right_aws'
gem 'right_http_connection'
gem 'rinku', :require => 'rails_rinku'
gem 'riparian', :git => 'git://github.com/kueda/riparian.git'
gem 'rvm-capistrano'
gem 'savon' #allow to consume soap services with WSDL
gem 'sass', '= 3.2.5'
gem 'sass-rails'
gem 'soundcloud'
gem 'spatial_adapter', :git => 'git://github.com/kueda/spatial_adapter.git' # until fragility updates the gemspec
gem 'thinking-sphinx', '2.0.10'
gem 'translate-rails3', :require => 'translate', :git => 'git://github.com/JayTeeSF/translate.git'
gem 'trollop'
gem 'ts-delayed-delta', '1.1.3', :require => 'thinking_sphinx/deltas/delayed_delta'
gem 'twitter'
gem 'uglifier'
gem 'utf8-cleaner'
gem "watu_table_builder", :require => "table_builder"
gem 'wicked_pdf'
gem 'will_paginate'
gem 'whenever', :require => false
gem 'ya2yaml'
gem 'yui-compressor'
gem 'xmp', :git => 'git://github.com/eknoop/xmp.git'
gem 'statsd-ruby', :require => 'statsd'
group :production do
gem 'newrelic_rpm'
end
group :test, :development, :prod_dev do
gem "database_cleaner"
gem "machinist"
gem "rspec-rails"
gem "rspec-html-matchers"
gem "debugger"
end
group :test do
gem 'faker'
gem 'simplecov', :require => false
end
group :assets do
gem 'turbo-sprockets-rails3'
end