lib/gon/spec_helpers.rb in gon-6.3.2 vs lib/gon/spec_helpers.rb in gon-6.4.0
- old
+ new
@@ -3,10 +3,10 @@
module Rails
extend ActiveSupport::Concern
module ClassMethods
module GonSession
- def process(*)
+ def process(*, **)
# preload threadlocal & store controller instance
if controller.is_a? ActionController::Base
controller.gon
Gon.send(:current_gon).env[Gon::EnvFinder::ENV_CONTROLLER_KEY] =
controller