aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMichel Etienne2012-05-09 08:16:13 +0200
committerMichel Etienne2012-05-09 08:16:13 +0200
commitaefffae313ab033f4c82aa022440df99ef002d5b (patch)
treecd5375de1ad9c3c3e87230f77f63a1f557b04cb6 /Gemfile
parentf95383a7fbc557f07765bc4cb3206a8b3e31bcb3 (diff)
downloadchouette-core-aefffae313ab033f4c82aa022440df99ef002d5b.tar.bz2
correct gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index de0b3d571..14f99f497 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,8 +32,8 @@ gem 'RedCloth'
gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git"
gem "acts_as_list", :git => "git://github.com/swanandp/acts_as_list.git"
gem 'apartment', :git => 'git://github.com/dryade/apartment.git'
-#gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
-gem 'ninoxe', :path => '~/workspace/chouette/ninoxe'
+gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
+#gem 'ninoxe', :path => '~/workspace/chouette/ninoxe'
# Gems used only for assets and not required
# in production environments by default.