mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
to_yaml
requires require "yaml"
https://buildkite.com/rails/rails/builds/75966#6b542bd0-82ce-4463-badf-7a68af7d3208/1055-1977
This commit is contained in:
parent
3e71243b10
commit
19fd39b672
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_relative "abstract_unit"
|
require_relative "abstract_unit"
|
||||||
require "active_support/core_ext/hash"
|
|
||||||
require "bigdecimal"
|
require "bigdecimal"
|
||||||
|
require "yaml"
|
||||||
|
require "active_support/core_ext/hash"
|
||||||
require "active_support/core_ext/string/access"
|
require "active_support/core_ext/string/access"
|
||||||
require "active_support/core_ext/object/conversions"
|
require "active_support/core_ext/object/conversions"
|
||||||
require "active_support/core_ext/object/deep_dup"
|
require "active_support/core_ext/object/deep_dup"
|
||||||
|
|
Loading…
Reference in a new issue