Skip to content

Commit

Permalink
Add require 'active_support/core_ext/enumerable'
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Oct 29, 2023
1 parent 4753f67 commit b1a6245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/grape.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/array/extract_options'
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/enumerable'
require 'active_support/core_ext/hash/conversions'
require 'active_support/core_ext/hash/deep_merge'
require 'active_support/core_ext/hash/except'
Expand Down

0 comments on commit b1a6245

Please sign in to comment.