Skip to content

Commit 2149910

Browse files
committed
Bump rails in sidekiq tests
1 parent 30bac7e commit 2149910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-sidekiq/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if RUBY_VERSION.to_f >= 2.7 && sidekiq_version >= Gem::Version.new("6.0")
2323
gem "sidekiq-scheduler"
2424
end
2525

26-
gem "rails", "> 5.0.0"
26+
gem "rails", "> 8.0", "< 9.0"
2727

2828
gem "timecop"
2929

0 commit comments

Comments
 (0)