Skip to content

Commit

Permalink
Bump rails in sidekiq tests
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jan 21, 2025
1 parent 30bac7e commit 2149910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-sidekiq/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if RUBY_VERSION.to_f >= 2.7 && sidekiq_version >= Gem::Version.new("6.0")
gem "sidekiq-scheduler"
end

gem "rails", "> 5.0.0"
gem "rails", "> 8.0", "< 9.0"

gem "timecop"

Expand Down

0 comments on commit 2149910

Please sign in to comment.