Skip to content

Commit ef35d6a

Browse files
authored
Re-add ruby head to ci (#2631)
1 parent 4c43e35 commit ef35d6a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/sentry_ruby_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
rack_version: 3.1
5454
redis_rb_version: 5.3
5555
exclude:
56-
- ruby_version: 'head' # all rack versions are broken now under head
5756
- ruby_version: 'jruby'
5857
- ruby_version: 'jruby-head'
5958
steps:

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ if ruby_version >= Gem::Version.new("2.7.0")
1515
gem "ruby-lsp-rspec" if ruby_version >= Gem::Version.new("3.0.0") && RUBY_PLATFORM != "java"
1616
end
1717

18+
if RUBY_VERSION >= "3.5"
19+
gem "cgi"
20+
end
21+
1822
# For RSpec
1923
gem "rspec", "~> 3.0"
2024
gem "rspec-retry"

0 commit comments

Comments
 (0)