aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarc Florisson2012-08-14 10:00:31 +0200
committerMarc Florisson2012-08-14 10:00:31 +0200
commit40dd4517d2c8fe85c608d42d95d70489fb04ce02 (patch)
treeb5895b0a35e8d8f87579aaac3fde7c7220d49496 /Gemfile
parent5a5d54e5b02e72d7b36728a1a03bef093a1f0867 (diff)
downloadchouette-core-40dd4517d2c8fe85c608d42d95d70489fb04ce02.tar.bz2
fix Refs #96, Refs #102, Refs #95
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 083872f03..683ac2a7e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,19 +38,20 @@ gem "modernizr-rails", "~> 2.0.6"
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://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
-#gem 'ninoxe', :path => '~/workspace/chouette/ninoxe'
gem 'acts_as_list', '0.1.6'
#gem 'composite_primary_keys', '~> 5.0.8'
gem 'delayed_job_active_record'
gem 'apartment',:git => 'git://github.com/dryade/apartment.git'
+# some views use coffee script
+gem 'coffee-rails', '~> 3.2.1'
+gem 'coffee-script-source'
+
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
- gem 'coffee-rails', '~> 3.2.1'
- gem 'coffee-script-source'
gem 'uglifier', '>= 1.0.3'
gem 'therubyrhino', :platform => :jruby
gem 'therubyracer', :platform => :ruby