Skip to content

Commit

Permalink
Add missing require for String#to_d
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Dec 21, 2018
1 parent 5abe612 commit a1c57cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/xml_mini.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "time"
require "base64"
require "bigdecimal"
require "bigdecimal/util"
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/string/inflections"
require "active_support/core_ext/date_time/calculations"
Expand Down

0 comments on commit a1c57cf

Please sign in to comment.