Skip to content

Commit

Permalink
Explicitly require active_support/core_ext/array/conversions for the …
Browse files Browse the repository at this point in the history
…Array#to_xml method
  • Loading branch information
anakinj committed Dec 28, 2020
1 parent 0f250dc commit 80bbddc
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 @@ -12,6 +12,7 @@
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/array/extract_options'
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/hash/deep_merge'
require 'active_support/core_ext/hash/reverse_merge'
require 'active_support/core_ext/hash/except'
Expand Down

0 comments on commit 80bbddc

Please sign in to comment.