Skip to content

Commit c8b657e

Browse files
committed
Merge pull request #1122 from marshall-lee/activesupport_blank
require core_ext/object/blank
2 parents b480fed + 9bd1825 commit c8b657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grape.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
require 'active_support/version'
1111
require 'active_support/core_ext/hash/indifferent_access'
1212
require 'active_support/ordered_hash'
13-
require 'active_support/core_ext/object/conversions'
13+
require 'active_support/core_ext/object/blank'
1414
require 'active_support/core_ext/array/extract_options'
1515
require 'active_support/core_ext/hash/deep_merge'
1616
require 'active_support/core_ext/hash/except'

0 commit comments

Comments
 (0)