Skip to content

Commit 316338a

Browse files
authored
Merge pull request rails#50921 from yahonda/rubygems_7386
Require 'uri' explicitly to address `NameError: uninitialized constant ToQueryTest::URI`
2 parents 979c6b0 + 33c6f0f commit 316338a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activesupport/test/core_ext/object/to_query_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require_relative "../../abstract_unit"
44
require "active_support/core_ext/object/to_query"
55
require "active_support/core_ext/string/output_safety"
6+
require "uri"
67

78
class ToQueryTest < ActiveSupport::TestCase
89
def test_simple_conversion

0 commit comments

Comments
 (0)