Skip to content

Commit

Permalink
Do not upgrade kaminari as it breaks elasticsearch
Browse files Browse the repository at this point in the history
We need to upgrade elasticsearch first before upgrading kaminari as it breaks the search results when there is more than 1 page.
  • Loading branch information
kentsanggds committed Jul 6, 2020
1 parent 8d400de commit 118a8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "govuk_publishing_components", "~> 21.57.1"
gem "htmlentities", "~> 4.3"
gem "jbuilder", "~> 2.5"
gem "jquery-rails"
gem "kaminari", "< 1.3"
gem "kaminari", "< 1.2" # do not upgrade this unless elasticsearch is also upgraded
gem "lograge", "~> 0.10"
gem "logstash-event", "~> 1.2"
gem "mime-types", "~> 3.1"
Expand Down

0 comments on commit 118a8ef

Please sign in to comment.