aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMichel Etienne2012-11-19 08:37:15 +0100
committerMichel Etienne2012-11-19 08:37:15 +0100
commitb53fded10cea2fa1f0996632d408148282e616d3 (patch)
treef7c42490114fe73e20ab74d0008ca390569ee30a /Gemfile
parentf9b116fd2dc6221318d717ef0c687bc27bc34a05 (diff)
parentd5ca593258a0421691c10eda2dfa2cc0ec710856 (diff)
downloadchouette-core-b53fded10cea2fa1f0996632d408148282e616d3.tar.bz2
synchronize Gemfile on github
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 218fd910f..76ddb10b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,8 +23,8 @@ end
gem "map_layers", "~> 0.0.4"
gem "georuby-ext", :git => 'git://github.com/dryade/georuby-ext.git'
-#gem 'user_interface', :git => 'git://github.com/dryade/user-interface.git'
-gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' #, :path => '~/Projects/UserInterfaceDryade'
+gem 'user_interface', :git => 'git://github.com/dryade/user-interface.git'
+#gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' #, :path => '~/Projects/UserInterfaceDryade'
gem 'json'
gem 'cocoon'
gem 'formtastic'
@@ -39,9 +39,9 @@ gem 'gravatar_image_tag'
gem 'calendar_helper', :git => "git://github.com/topfunky/calendar_helper.git"
gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git"
-#gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git'
+gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git'
#gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git', :branch => 'V2_0_0'
-gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
+#gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
#gem 'ninoxe', :path => '~/workspace/chouette/ninoxe'
gem 'acts_as_list', '0.1.6'