diff options
| author | Michel Etienne | 2014-11-27 14:23:56 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-11-27 14:23:56 +0100 |
| commit | 79e46961899e7b36e317b36b0e50aacc0bbb347a (patch) | |
| tree | 0e6091c9c204b29a51599257081d499f1612534d | |
| parent | a8f6e1200f975a96e766d460cd1a0395d796de90 (diff) | |
| download | chouette-core-79e46961899e7b36e317b36b0e50aacc0bbb347a.tar.bz2 | |
report ninoxe correction
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -76,7 +76,7 @@ gem 'ransack' gem 'squeel' #gem 'ninoxe', :git => 'https://github.com/afimb/ninoxe.git' #gem 'ninoxe',:path => '~/workspace/chouette/ninoxe' -gem 'ninoxe', '~> 1.1.2' +gem 'ninoxe', '~> 1.1.3' gem 'acts_as_list', '0.1.6' gem "acts_as_tree-1.8", '1.1.0', :require => "acts_as_tree" diff --git a/Gemfile.lock b/Gemfile.lock index 878cf868d..da39fbd57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM net-ssh (2.6.2) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) - ninoxe (1.1.2) + ninoxe (1.1.3) activerecord (~> 3.2.13) acts-as-taggable-on (>= 3) acts_as_list (>= 0.1.6) @@ -415,7 +415,7 @@ DEPENDENCIES map_layers (= 0.0.4) modernizr-rails (~> 2.0.6) morrisjs-rails - ninoxe (~> 1.1.2) + ninoxe (~> 1.1.3) pg (~> 0.11.0) rabl rails (= 3.2.18) |
