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 2020* [ #2507 ] ( https://github.com/ruby-grape/grape/pull/2507 ) : Fix type: Set with values - [ @nikolai-b ] ( https://github.com/nikolai-b ) .
2121* [ #2510 ] ( https://github.com/ruby-grape/grape/pull/2510 ) : Fix ContractScope's validator inheritance - [ @ericproulx ] ( https://github.com/ericproulx ) .
2222* [ #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 ) .
2324* Your contribution here.
2425
2526### 2.2.0 (2024-09-14)
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3+ require 'logger'
34require 'active_support'
45require 'active_support/concern'
56require 'active_support/configurable'
3334require 'dry-types'
3435require 'forwardable'
3536require 'json'
36- require 'logger'
3737require 'mustermann/grape'
3838require 'pathname'
3939require 'rack'
You can’t perform that action at this time.
0 commit comments