aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMichel Etienne2012-05-09 00:06:42 +0200
committerMichel Etienne2012-05-09 00:06:42 +0200
commitf95383a7fbc557f07765bc4cb3206a8b3e31bcb3 (patch)
tree0984784a46c627cfcf9d375a4c7b4d32ecd252d6 /Gemfile
parent71ce6186539670f108624949acdfcac79f74303f (diff)
downloadchouette-core-f95383a7fbc557f07765bc4cb3206a8b3e31bcb3.tar.bz2
update help index
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index a2069393d..de0b3d571 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,10 +30,10 @@ gem 'squeel'
gem 'RedCloth'
gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git"
-gem "acts_as_list"
+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.