Skip to content

Commit

Permalink
Bump cgi version in Ruby 3.1 CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Dec 26, 2022
1 parent 8fb4fb2 commit 73c7174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ gemspec

# Runtime dependency
if RUBY_VERSION >= '3.1'
if RUBY_VERSION < '3.2'
gem 'cgi', '0.3.6'
end
gem 'rack', github: 'rack/rack'
else
gem 'rack', '~> 2.0'
Expand Down

0 comments on commit 73c7174

Please sign in to comment.