diff --git a/Gemfile b/Gemfile index 21156a7..2a35375 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'bootstrap-sass', '2.3.2.0' gem 'sprockets', '2.11.0' gem 'bcrypt-ruby', '3.1.2' gem 'faker', '1.1.2' -gem 'will_paginate', '3.0.4' +gem 'will_paginate', '3.2.1' gem 'bootstrap-will_paginate', '0.0.9' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c2544d0..f328afd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) websocket (1.0.7) - will_paginate (3.0.4) + will_paginate (3.2.1) xpath (2.0.0) nokogiri (~> 1.3) @@ -244,4 +244,4 @@ DEPENDENCIES sqlite3 (= 1.3.8) turbolinks (= 1.1.1) uglifier (= 2.1.1) - will_paginate (= 3.0.4) + will_paginate (= 3.2.1)