aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2c554477e..fc84f3882 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,8 @@ gem 'rails', '3.1.3'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
-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'
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
@@ -42,6 +43,7 @@ gem 'jquery-rails'
# To use debugger
# gem 'ruby-debug'
+gem 'formtastic'
gem 'inherited_resources'
gem 'activerecord-jdbcpostgresql-adapter'