-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile
executable file
·77 lines (53 loc) · 1.52 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
source 'https://rubygems.org'
ruby '2.4.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.8'
gem 'rake', '10.3.2'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
#gem 'sqlite3'
#gema para conexion a mongodb
gem 'mongoid', '~> 5.1.6'
#gem 'simple_captcha2', require: 'simple_captcha'
#gem 'simple_captcha2', '~> 0.3.4'
gem 'recaptcha'
gem 'actionpack-page_caching'
gem 'actionpack-action_caching'
#gem "rserve-simpler", "~> 0.0.6"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
gem 'uglifier', '>= 1.3.0'
end
gem 'jquery-rails'
gem 'jquery-datatables-rails', '~> 2.2.3'
# To use ActiveModel has_secure_password
gem 'bcrypt'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the web server
gem 'unicorn'
gem "rack-timeout"
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
gem 'therubyracer', :platforms => :ruby
gem "less-rails", "~> 2.8.0"
gem 'twitter-bootstrap-rails', '2.2.8'
gem 'execjs'
gem 'ckeditor'
gem 'carrierwave-mongoid', :require => 'carrierwave/mongoid'
gem 'mini_magick'
gem 'dalli'
gem 'cloudinary'
# to handle form validation
gem "jquery-validation-rails"
gem 'redis-rails'
gem 'newrelic_rpm'
gem 'rails_12factor'
gem 'rgeo-geojson'