diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -105,9 +105,10 @@ gem 'google-analytics-rails'  gem 'will_paginate', '~> 3.0', :git => "https://github.com/mislav/will_paginate.git"  gem 'ransack'  gem 'squeel' +  gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git', :branch => "rails4" +#gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git'  #gem 'ninoxe',:path => '~/workspace/chouette/ninoxe' -#gem 'ninoxe', '~> 1.1.3'  gem 'acts_as_list', '~> 0.6.0'  gem "acts_as_tree", '~> 2.1.0', :require => "acts_as_tree"  | 
