forked from Vizzuality/GeoCAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
38 lines (33 loc) · 951 Bytes
/
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
source 'http://rubygems.org'
gem 'bundler'
gem 'rails', '~> 3.2.21'
gem 'pg', '0.13.2'
gem 'awesome_print', :require => 'ap'
gem 'json'
gem 'RedCloth'
gem 'nokogiri', '1.6.6.2'
gem 'csv-mapper'
gem 'htmlentities'
gem 'rchardet19'
# gem 'dwc-archive', :github => 'Vizzuality/dwc-archive'
gem 'dwc-archive'
gem 'parsley-store', '~> 0.3.2'
gem 'rails_legacy_mapper'
gem 'backbone-rails'
gem "ejs", '~> 1.1.1'
gem "typhoeus", "0.6.7"
group :assets do
gem 'sass-rails', "~> 3.2.6"
gem 'uglifier', "~> 1.3.0"
gem 'therubyracer', "~> 0.12.1"
gem 'compass-rails', "~> 1.0.3"
gem 'chunky_png', "~> 1.2.9"
gem 'oily_png', "~> 1.1.0"
end
group :development, :test do
gem 'rspec-rails'
gem 'debugger'
gem 'heroku'
end
gem 'capistrano'
gem 'capistrano-ext'