aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Florisson2015-06-11 18:49:02 +0200
committerMarc Florisson2015-06-11 18:49:02 +0200
commitfb22e29bdfe8904a4d55afd3c73a93475f633e1f (patch)
tree166c39ff522d60561ffdb2018b58a44c1777d89a
parentee408a454da06257436ccc57e624aba9102d7e6e (diff)
downloadchouette-core-fb22e29bdfe8904a4d55afd3c73a93475f633e1f.tar.bz2
use a ninoxe version in Gemfile
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock8
2 files changed, 5 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 3c8b68735..1674d9a34 100644
--- a/Gemfile
+++ b/Gemfile
@@ -114,10 +114,10 @@ gem 'squeel'
gem 'enumerize', '~> 0.10.0'
-gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git', :branch => "rails4"
+#gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git', :branch => "rails4"
#gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git'
#gem 'ninoxe',:path => '~/Projets/cityway/ninoxe'
-#gem 'ninoxe', '1.1.5'
+gem 'ninoxe', '1.2.0'
gem 'acts_as_list', '~> 0.6.0'
gem "acts_as_tree", '~> 2.1.0', :require => "acts_as_tree"
diff --git a/Gemfile.lock b/Gemfile.lock
index fc6844c5d..26816f113 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,9 +1,7 @@
-GIT
- remote: https://github.com/afimb/ninoxe.git
- revision: 5eb3f53d63e22055b939bd96da586020bd176514
- branch: rails4
+PATH
+ remote: ~/dev/ninoxe
specs:
- ninoxe (1.1.5)
+ ninoxe (1.2.0)
activerecord (~> 4.1.1)
acts-as-taggable-on (>= 3)
acts_as_list (>= 0.1.6)