Skip to content

Commit

Permalink
Don't test jruby delayed_job with rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Oct 31, 2024
1 parent 7d6edaf commit 913c75e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sentry-delayed_job/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ gem "psych", "5.1.0"
gem "delayed_job"
gem "delayed_job_active_record"

gem "rails", "> 5.0.0"
if RUBY_PLATFORM == "java"
gem "rails", "> 5.0.0", "< 7.1.0"
else
gem "rails", "> 5.0.0"
end

platform :jruby do
# See https://github.com/jruby/activerecord-jdbc-adapter/issues/1139
gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter"
gem "activerecord-jdbcmysql-adapter"
gem "jdbc-sqlite3"
end

Expand Down

0 comments on commit 913c75e

Please sign in to comment.