aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d4d584cfd..b77b27f18 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,9 @@ gem 'rails', '3.1.3'
gem 'jquery-rails'
gem 'devise'
+gem "ffi-proj4", :git => 'git://github.com/dryade/ffi-proj4.git'
+
+
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter', :git => 'git://github.com/dryade/activerecord-jdbc-adapter.git'
gem 'activerecord-jdbcsqlite3-adapter'
@@ -11,13 +14,13 @@ platforms :jruby do
gem 'warbler'
end
-platforms :ruby do
+platforms :ruby do
gem 'pg', '~> 0.11.0'
gem 'sqlite3'
- gem 'capybara-webkit'
end
gem "map_layers", "~> 0.0.4"
+gem "georuby-ext", :git => 'git://github.com/dryade/georuby-ext.git'
gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface'
gem 'json'
@@ -31,7 +34,7 @@ gem 'RedCloth'
gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git"
gem 'apartment', :git => 'git://github.com/dryade/apartment.git'
-gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
+gem 'ninoxe', :path => '~/projects/ninoxe' #, :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
gem 'acts_as_list', '0.1.6'
gem 'composite_primary_keys', '4.1.2'