diff --git a/Gemfile b/Gemfile index 59a6ba525..0346e9e61 100644 --- a/Gemfile +++ b/Gemfile @@ -193,7 +193,7 @@ gem "gon", "6.3.2" gem "hamlit", "2.11.0" gem "mobile-fu", "1.4.0" gem "rails-timeago", "2.17.1" -gem "will_paginate", "3.1.7" +gem "will_paginate", "3.3.0" # Logging diff --git a/Gemfile.lock b/Gemfile.lock index c39792320..387777ea0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -779,7 +779,7 @@ GEM websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) - will_paginate (3.1.7) + will_paginate (3.3.0) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.24) @@ -929,7 +929,7 @@ DEPENDENCIES uuid (= 2.3.9) versionist (= 2.0.1) webmock (= 3.8.3) - will_paginate (= 3.1.7) + will_paginate (= 3.3.0) BUNDLED WITH 1.17.3 diff --git a/spec/integration/tag_people_spec.rb b/spec/integration/tag_people_spec.rb index ea8174e05..09ea0cb5b 100644 --- a/spec/integration/tag_people_spec.rb +++ b/spec/integration/tag_people_spec.rb @@ -14,7 +14,7 @@ describe TagsController, type: :request do get "/tags/#{tag}" expect(response.status).to eq(200) - expect(response.body).to match(/div class="pagination"/) + expect(response.body).to match(/class="pagination"/) expect(response.body).to match(/href="\/tags\/#{tag}\?page=2"/) end