File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
#### Fixes
8
8
9
9
* Your contribution here.
10
+ * [ #2121 ] ( https://github.com/ruby-grape/grape/pull/2121 ) : Fix 2.7 deprecation warning in validator_factory - [ @Legogris ] ( https://github.com/Legogris ) .
10
11
* [ #2115 ] ( https://github.com/ruby-grape/grape/pull/2115 ) : Fix declared_params regression with multiple allowed types - [ @stanhu ] ( https://github.com/stanhu ) .
11
12
* [ #2123 ] ( https://github.com/ruby-grape/grape/pull/2123 ) : Fix 2.7 deprecation warning in middleware/stack - [ @Legogris ] ( https://github.com/Legogris ) .
12
13
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def self.create_validator(**options)
8
8
options [ :options ] ,
9
9
options [ :required ] ,
10
10
options [ :params_scope ] ,
11
- options [ :opts ] )
11
+ ** options [ :opts ] )
12
12
end
13
13
end
14
14
end
You can’t perform that action at this time.
0 commit comments