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 20
20
* [ #2507 ] ( https://github.com/ruby-grape/grape/pull/2507 ) : Fix type: Set with values - [ @nikolai-b ] ( https://github.com/nikolai-b ) .
21
21
* [ #2510 ] ( https://github.com/ruby-grape/grape/pull/2510 ) : Fix ContractScope's validator inheritance - [ @ericproulx ] ( https://github.com/ericproulx ) .
22
22
* [ #2521 ] ( https://github.com/ruby-grape/grape/pull/2521 ) : Fixed typo in README - [ @datpmt ] ( https://github.com/datpmt ) .
23
+ * [ #2525 ] ( https://github.com/ruby-grape/grape/pull/2525 ) : Require logger before active_support - [ @ericproulx ] ( https://github.com/ericproulx ) .
23
24
* Your contribution here.
24
25
25
26
### 2.2.0 (2024-09-14)
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
+ require 'logger'
3
4
require 'active_support'
4
5
require 'active_support/concern'
5
6
require 'active_support/configurable'
33
34
require 'dry-types'
34
35
require 'forwardable'
35
36
require 'json'
36
- require 'logger'
37
37
require 'mustermann/grape'
38
38
require 'pathname'
39
39
require 'rack'
You can’t perform that action at this time.
0 commit comments