forked from Diveboard/diveboard-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
executable file
·157 lines (130 loc) · 4.02 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
if RUBY_VERSION =~ /1.9/
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
end
source 'http://rubygems.org'
gem 'capistrano', '~>2.15.5'
gem 'capistrano-ext'
gem 'truncate_html'
gem 'unicorn'
gem 'bundler'#, '=1.0.18'
gem 'rake'#, '=0.9.2'
gem 'abstract'#, '=1.0.0'
gem 'activesupport', '~>3.2.16'
gem 'builder'#, '=2.1.2'
gem 'i18n'#, '=0.5.0'
gem 'activemodel', '~>3.2.16'
gem 'erubis'#, '=2.6.6'
gem 'rack'#, '~>1.2.5'
gem 'rack-mount'#, '=0.6.14'
gem 'rack-test'#, '=0.5.7'
gem 'tzinfo'#, '=0.3.29'
gem 'actionpack', '~>3.2.16'
gem 'mime-types'#, '=1.16'
gem 'polyglot'#, '=0.3.2'
gem 'treetop'#, '=1.4.10'
gem 'mail'#, '=2.2.19'
gem 'actionmailer', '~>3.2.16'
gem 'arel'#, '=2.0.10'
gem 'activerecord', '~>3.2.16'
gem 'activeresource', '~>3.2.16'
gem 'composite_primary_keys'
#gem 'json'
gem 'faraday', "=0.8.9"
gem 'koala'
gem 'subexec'#, '=0.1.0'
gem 'mini_magick', '=3.4'
gem 'mini_exiftool'
gem 'mysql2'
gem 'sqlite3', '~>1.3.8'
gem 'nokogiri'#, '=1.5.0'
gem 'thor'#, '=0.14.6'
gem 'railties'#, '~>3.2.16'
gem 'rails', '~>3.2.16'
gem 'rails-i18n', '~> 3.0.0'
#gem 'riddle', '=1.5.0'
gem 'riddle', :git => 'git://github.com/pat/riddle.git'
gem 'geoip', '=1.1.1'
gem 'whenever', '=0.6.8'
gem 'spreadsheet', '=0.6.5.8'
#gem 'rubyXL', :git => "git://github.com/jeremyz/rubyXL.git", :ref => "c71c05a5a8d7014080eb04117c329b0c13a64648"
#gem 'rubyXL', :git => "git://github.com/jonhinson/rubyXL.git", :ref => "ca7f3f9ad3cbe35114cded7f721adc479056274c"
gem 'rubyXL',:git =>"git://github.com/Diveboard/rubyXL.git", :ref => "a95334a5cf17b1698829033131ef5e03917a8f55"
gem 'stringex' ####, :git =>"git://github.com/rsl/stringex.git"
gem 'rubyzip', '=0.9.4'
gem 'RedCloth', '=4.2.9'
#gem 'ruby-units' #slow and fucks up with rationals....
gem 'recaptcha', :require => 'recaptcha/rails'
gem "flickraw"
gem 'will_paginate', '~> 3.0.0'
gem 'sitemap_generator'
#https://github.com/moomerman/gstore
#gem "gstore"
#https://github.com/2potatocakes/google_storage
#gem 'google_storage'
gem 'google_storage', :git => 'git://github.com/2potatocakes/google_storage.git'
#For mac :
# sudo port install file
# export CPATH=/opt/local/include/
# export LIBRARY_PATH=/opt/local/lib
# bundle install
#For linux:
# apt-get install libmagic-dev
gem 'ruby-filemagic'
gem 'delayed_job_active_record'
gem 'exception_notification_rails3', :require => 'exception_notifier'
gem 'thinking-sphinx', '~> 3.1.0'#, :git => "git://github.com/pat/thinking-sphinx.git" ###, :branch=>"rails3"
#gem 'ts-delayed-delta', '1.1.2', :require => 'thinking_sphinx/deltas/delayed_delta'
gem 'ts-delayed-delta', '~> 2.0.0'
#gem 'gollum', '=1.3.1'
#gem 'grit', :git => "git://github.com/mojombo/grit.git"
#gem 'rdiscount' ## the support for markdown
#gem 'redcarpet'#, '=1.17.2'
gem 'facebox-rails'
gem 'prawn', :git => "git://github.com/prawnpdf/prawn.git"
gem 'prawn-fast-png'
gem 'rack-throttle'
gem 'ffi'
#gem 'newrelic_rpm'
#gem 'ruby-prof'
gem 'jammit'
gem 'yui-compressor'
gem 'mustache','0.99.5'
gem 'mustache_rails3', :git => 'https://github.com/gnufied/mustache_rails3.git' #fixes for rails 3.1
gem 'wikipedia-client'
gem 'sanitize'
gem 'rack-utf8_sanitizer' #Gem added due to easou spider generating dump UTF8 cf. http://stackoverflow.com/questions/24648206/ruby-on-rails-invalid-byte-sequence-in-utf-8-due-to-bot
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
#group :development, :test do
# gem 'mocha'
#end
gem 'css_parser'
gem 'money'
gem 'eu_central_bank'
gem 'curb'
gem 'oink'
gem 'bindata'
gem 'paypal-express'
gem 'i18n-one_sky'
gem 'i18n-js'
gem 'i18n-inflector-rails'
gem 'it'
gem 'ejs'
gem 'execjs'
gem 'sass-rails', '~> 3.2.3'
gem "autoprefixer-rails"
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'eco'
gem 'ejs'
gem 'request-log-analyzer'
gem 'redis-rails'
gem 'airbrake'
group :development do
#http://railscasts.com/episodes/402-better-errors-railspanel
gem 'better_errors', '1.1.0'
#gem 'binding_of_caller'
gem 'meta_request'
end