aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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'