Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security patch for Kaminari 1.2.0 not longer needed. #2410

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -17,7 +17,7 @@ gem "high_voltage"
gem "honeybadger"
gem "http_accept_language"
gem "jquery-rails"
gem "kaminari"
gem "kaminari", "~> 1.2.1"
gem "mail"
gem "newrelic_rpm"
gem "paul_revere", "~> 3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -433,7 +433,7 @@ DEPENDENCIES
honeybadger
http_accept_language
jquery-rails
kaminari
kaminari (~> 1.2.1)
launchy
listen
lograge
Expand Down
4 changes: 0 additions & 4 deletions config/initializers/kaminari_config.rb
Expand Up @@ -11,7 +11,3 @@
# config.param_name = :page
# config.params_on_first_page = false
end

module Kaminari::Helpers
PARAM_KEY_EXCEPT_LIST = %i[authenticity_token commit utf8 _method script_name original_script_name].freeze
end