aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4fad5fc98..b575b61d1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,13 +52,15 @@ gem 'will_paginate', '~> 3.0'
gem 'ransack'
gem 'squeel'
-gem 'chouette-ninoxe', :git => 'git://chouette.dryade.priv/ninoxe'#, :path => '~/Projects/Ninoxe'
+gem 'chouette-ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe'
group :development do
gem 'autotest-rails'
gem 'autotest-notification'
gem 'capistrano'
gem 'capistrano-ext'
+ gem 'guard'
+ gem 'guard-rspec'
end
group :test, :development, :cucumber do