forked from DOE-NEPA/mapwarper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
30 lines (25 loc) · 1.03 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
source "http://rubygems.org/"
gem "rails", "2.3.5"
gem "i18n", "0.4.2"
gem "georuby"
gem "yahoo-geoplanet"
#gem "elecnix-ruby-geonames"
### ------------------------------------------------------------------------------------------------------------------------ ###
### BWE updates: removed oauth (here and vendor/plugins/)
### ------------------------------------------------------------------------------------------------------------------------ ###
#gem "oauth"
### ------------------------------------------------------------------------------------------------------------------------ ###
### BWE updates: added omniauth
### ------------------------------------------------------------------------------------------------------------------------ ###
gem "omniauth-google-oauth2"
gem 'omniauth-linkedin-oauth2'
gem 'will_paginate-bootstrap'
gem "pg"
gem "fastthread"
gem "simple-rss"
gem "libxml-ruby"
gem "nokogiri", "1.5.5"
gem "rake", "0.9.2.2"
#gem "fastercsv"
gem "gdal"#, github: 'timwaters/gdal-ruby', branch: 'flags'
gem "ruby_mapscript"