diff --git a/Gemfile b/Gemfile index f1c7ab2a..b18c8a94 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,7 @@ gem 'haml' gem 'bootstrap-sass', '~> 3.2.0.1' gem 'bootswatch-rails' gem 'will_paginate' +gem 'will_paginate-bootstrap' gem 'http_accept_language' gem 'devise' gem 'bootstrap_form' diff --git a/Gemfile.lock b/Gemfile.lock index c3427a57..09088cf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,6 +198,8 @@ GEM rack (>= 1.0) websocket-driver (0.4.0) will_paginate (3.0.7) + will_paginate-bootstrap (1.0.1) + will_paginate (>= 3.0.3) xpath (2.0.0) nokogiri (~> 1.3) @@ -239,3 +241,4 @@ DEPENDENCIES uglifier (>= 1.3.0) unicorn will_paginate + will_paginate-bootstrap