Commit 6ca85f22bc71257401cc89cb202e9b2b44218711
Exists in
master
and in
1 other branch
Merge branch 'kaminari_version' of git://github.com/jlecour/errbit into jlecour-kaminari_version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
@@ -12,7 +12,7 @@ gem 'useragent', '~> 0.3.1' | @@ -12,7 +12,7 @@ gem 'useragent', '~> 0.3.1' | ||
12 | gem 'inherited_resources' | 12 | gem 'inherited_resources' |
13 | gem 'SystemTimer', :platform => :ruby_18 | 13 | gem 'SystemTimer', :platform => :ruby_18 |
14 | gem 'actionmailer_inline_css', "~> 1.3.0" | 14 | gem 'actionmailer_inline_css', "~> 1.3.0" |
15 | -gem 'kaminari' | 15 | +gem 'kaminari', '>= 0.14.1' |
16 | gem 'rack-ssl-enforcer' | 16 | gem 'rack-ssl-enforcer' |
17 | gem 'fabrication', "~> 1.3.0" # Used for both tests and demo data | 17 | gem 'fabrication', "~> 1.3.0" # Used for both tests and demo data |
18 | gem 'rails_autolink', '~> 1.0.9' | 18 | gem 'rails_autolink', '~> 1.0.9' |