Commit 8572916a8702b00d314293114b4dde83b2c1a71c

Authored by Jérémy Lecour
1 parent d0e1a683
Exists in master and in 1 other branch production

Kaminari >= 0.14.1 in Gemfile

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -12,7 +12,7 @@ gem 'useragent', '~> 0.3.1'
12 12 gem 'inherited_resources'
13 13 gem 'SystemTimer', :platform => :ruby_18
14 14 gem 'actionmailer_inline_css', "~> 1.3.0"
15   -gem 'kaminari'
  15 +gem 'kaminari', '>= 0.14.1'
16 16 gem 'rack-ssl-enforcer'
17 17 gem 'fabrication', "~> 1.3.0" # Used for both tests and demo data
18 18 gem 'rails_autolink', '~> 1.0.9'
... ...