aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorLuc Donnet2012-02-16 10:02:14 +0100
committerLuc Donnet2012-02-16 10:02:14 +0100
commita0823f387ddea69b0f207ba35165fcfd13b169d3 (patch)
treeff9799f10ca5def6f3c199d8dbbd0a1635905c08 /Gemfile
parentdfd08c9868942f31040f1518a09500ef398e4509 (diff)
downloadchouette-core-a0823f387ddea69b0f207ba35165fcfd13b169d3.tar.bz2
Update dependency to dryade github
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index f4fc8a042..b1b3076db 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,10 +5,10 @@ gem 'rails', '3.1.3'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
-gem 'user_interface', :path => '~/projects/user_interface'
-#gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface'
+#gem 'user_interface', :path => '~/projects/user_interface'
+gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface'
-gem 'apartment', :path => '~/projects/apartment'
+gem 'apartment', :git => 'git://github.com/dryade/apartment.git'
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter', :git => 'git://github.com/dryade/activerecord-jdbc-adapter.git'