diff options
| author | jpl | 2017-03-17 18:23:12 +0100 |
|---|---|---|
| committer | jpl | 2017-03-17 18:23:12 +0100 |
| commit | 4be6c9ae2304e47e9f6b2ab5bbc3bd9c3e360b74 (patch) | |
| tree | 4b31f4ce38da6c189152c09ab8bc2953a0d7e99c /Gemfile | |
| parent | 82f8b8a0cf518946d94573831676237411e1ece9 (diff) | |
| download | chouette-core-4be6c9ae2304e47e9f6b2ab5bbc3bd9c3e360b74.tar.bz2 | |
Refs #2858: fix sorting on table for <attr>.count (reflines#show)
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ gem 'formtastic', '2.3.1' gem 'RedCloth', '~> 4.3.0' gem 'simple_form', '~> 3.1.0' gem 'font-awesome-sass', '~> 4.7' -gem 'will_paginate-bootstrap', '~> 1.0.1' +gem 'will_paginate-bootstrap' gem 'breadcrumbs_on_rails' # Format Output @@ -104,7 +104,7 @@ gem 'inherited_resources' gem 'google-analytics-rails' # Model -gem 'will_paginate', '~> 3.0.7' +gem 'will_paginate' gem 'ransack' gem 'squeel' gem 'active_attr' |
