aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorLuc Donnet2013-07-08 11:02:14 +0200
committerLuc Donnet2013-07-08 11:02:14 +0200
commit267c336f437257f293c8d04d17d716df2885dae6 (patch)
tree732ab576a99e5694bdfb36c22864b6f4d825e6e7 /Gemfile
parente3aab2a4851eb84fa3993637e78cd4b21b04e1fa (diff)
downloadchouette-core-267c336f437257f293c8d04d17d716df2885dae6.tar.bz2
Fix ninoxe path in Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bb7067d36..58dff0d80 100644
--- a/Gemfile
+++ b/Gemfile
@@ -47,7 +47,7 @@ gem 'inherited_resources'
gem 'will_paginate', '~> 3.0'
gem 'ransack'
gem 'squeel'
-gem 'ninoxe', :path => "/home/luc/projects/ninoxe" #:git => 'git://github.com/dryade/ninoxe.git'
+gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git'
#gem 'ninoxe', '0.1.2'
gem 'acts_as_list', '0.1.6'
gem "acts_as_tree-1.8", '1.1.0', :require => "acts_as_tree"