Skip to content

Commit 73c7174

Browse files
committed
Bump cgi version in Ruby 3.1 CI test
1 parent 8fb4fb2 commit 73c7174

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ gemspec
44

55
# Runtime dependency
66
if RUBY_VERSION >= '3.1'
7+
if RUBY_VERSION < '3.2'
8+
gem 'cgi', '0.3.6'
9+
end
710
gem 'rack', github: 'rack/rack'
811
else
912
gem 'rack', '~> 2.0'

0 commit comments

Comments
 (0)