We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c43e35 commit ef35d6aCopy full SHA for ef35d6a
.github/workflows/sentry_ruby_test.yml
@@ -53,7 +53,6 @@ jobs:
53
rack_version: 3.1
54
redis_rb_version: 5.3
55
exclude:
56
- - ruby_version: 'head' # all rack versions are broken now under head
57
- ruby_version: 'jruby'
58
- ruby_version: 'jruby-head'
59
steps:
Gemfile
@@ -15,6 +15,10 @@ if ruby_version >= Gem::Version.new("2.7.0")
15
gem "ruby-lsp-rspec" if ruby_version >= Gem::Version.new("3.0.0") && RUBY_PLATFORM != "java"
16
end
17
18
+if RUBY_VERSION >= "3.5"
19
+ gem "cgi"
20
+end
21
+
22
# For RSpec
23
gem "rspec", "~> 3.0"
24
gem "rspec-retry"
0 commit comments