Skip to content

Commit 1b8b2b0

Browse files
authored
Merge pull request rails#53111 from yahonda/revert_46595
No need to install cgi gem manually because Ruby 3.2.0 ships cgi 0.3.6 as a default gem
2 parents 10cd569 + 52f4d82 commit 1b8b2b0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Gemfile

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

43-
# Workaround until Ruby ships with cgi version 0.3.6 or higher.
44-
gem "cgi", ">= 0.3.6", require: false
45-
4643
# Workaround until all supported Ruby versions ship with uri version 0.13.1 or higher.
4744
gem "uri", ">= 0.13.1", require: false
4845

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ GEM
191191
rack-test (>= 0.6.3)
192192
regexp_parser (>= 1.5, < 3.0)
193193
xpath (~> 3.2)
194-
cgi (0.4.1)
195194
chef-utils (18.3.0)
196195
concurrent-ruby
197196
concurrent-ruby (1.3.3)
@@ -658,7 +657,6 @@ DEPENDENCIES
658657
bootsnap (>= 1.4.4)
659658
brakeman
660659
capybara (>= 3.39)
661-
cgi (>= 0.3.6)
662660
connection_pool
663661
cssbundling-rails
664662
dalli (>= 3.0.1)

0 commit comments

Comments
 (0)