Skip to content

Commit

Permalink
Change request initializer to match Gem template (#2739)
Browse files Browse the repository at this point in the history
Co-authored-by: Carolyn Cole <[email protected]>
  • Loading branch information
bess and carolyncole authored Sep 23, 2021
1 parent a8dea4c commit 5cd3eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/requests_initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def config_yaml
end

begin
YAML.safe_load(requests_erb, [], [], true)[Rails.env]
YAML.safe_load(requests_erb, aliases: true)[Rails.env]
rescue => e
raise("#{requests_config_file} was found, but could not be parsed.\n#{e.inspect}")
end
Expand Down

0 comments on commit 5cd3eb0

Please sign in to comment.