Skip to content

Commit 9c21ed5

Browse files
authored
Merge pull request #2206 from Annih/activesupport7_compat
Require main active_support lib before any of its extension definitions
2 parents 783fa59 + f98ea2c commit 9c21ed5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#### Fixes
99

10+
* [#2206](https://github.com/ruby-grape/grape/pull/2206): Require main active_support lib before any of its extension definitions - [@annih](https://github.com/Annih).
1011
* [#2193](https://github.com/ruby-grape/grape/pull/2193): Fixed the broken ruby-head NoMethodError spec - [@Jack12816](https://github.com/Jack12816).
1112
* [#2192](https://github.com/ruby-grape/grape/pull/2192): Memoize the result of Grape::Middleware::Base#response - [@Jack12816](https://github.com/Jack12816).
1213
* [#2200](https://github.com/ruby-grape/grape/pull/2200): Add validators module to all validators - [@ericproulx](https://github.com/ericproulx).

lib/grape.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
require 'rack/auth/basic'
88
require 'rack/auth/digest/md5'
99
require 'set'
10+
require 'active_support'
1011
require 'active_support/version'
1112
require 'active_support/core_ext/hash/indifferent_access'
1213
require 'active_support/core_ext/object/blank'

0 commit comments

Comments
 (0)