aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMichel Etienne2012-05-04 19:01:45 +0200
committerMichel Etienne2012-05-04 19:01:45 +0200
commitdd0af020e137bf898df2c9289ebb311401e656b4 (patch)
treea2f7bf5ecd2c2ebf220096ed28ad2bfe315a99b2 /Gemfile
parent32c1a5676e0df8524d534a71c78363ce215f92d3 (diff)
downloadchouette-core-dd0af020e137bf898df2c9289ebb311401e656b4.tar.bz2
ajout cocoon
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 15e851710..f89ea1e32 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,7 @@ gem "map_layers", "~> 0.0.4"
gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface'
gem 'json'
gem 'formtastic'
+gem 'cocoon'
gem 'inherited_resources'
gem 'will_paginate', '~> 3.0'
gem 'ransack'
@@ -29,8 +30,10 @@ gem 'squeel'
gem 'RedCloth'
gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git"
+gem "acts_as_list"
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'
# Gems used only for assets and not required
# in production environments by default.