Skip to content

Commit 656118b

Browse files
authored
Merge pull request rails#46595 from yahonda/cgi_036
Use cgi 0.3.6 or higher to address CookieStoreTest#test_session_store_with_all_domains
2 parents a2174bd + 2794d57 commit 656118b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ gem "terser", ">= 1.1.4", require: false
3636
# Explicitly avoid 1.x that doesn't support Ruby 2.4+
3737
gem "json", ">= 2.0.0"
3838

39+
# Workaround until Ruby ships with cgi version 0.3.6 or higher.
40+
gem "cgi", ">= 0.3.6", require: false
41+
3942
group :rubocop do
4043
gem "rubocop", ">= 1.25.1", require: false
4144
gem "rubocop-minitest", require: false

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ GEM
169169
rack-test (>= 0.6.3)
170170
regexp_parser (>= 1.5, < 3.0)
171171
xpath (~> 3.2)
172+
cgi (0.3.6)
172173
childprocess (4.1.0)
173174
coffee-script (2.4.1)
174175
coffee-script-source
@@ -576,6 +577,7 @@ DEPENDENCIES
576577
blade
577578
bootsnap (>= 1.4.4)
578579
capybara (>= 3.26)
580+
cgi (>= 0.3.6)
579581
connection_pool
580582
cssbundling-rails
581583
dalli (>= 3.0.1)

0 commit comments

Comments
 (0)