Skip to content

Commit

Permalink
Pin activerecord-jdbcmysql-adapter to a specific sha for now
Browse files Browse the repository at this point in the history
They bumped it to 9.1.0 and we need < 9

jruby/activerecord-jdbc-adapter@0a959b8
  • Loading branch information
solnic committed Nov 14, 2024
1 parent ceba0da commit 10bedfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-delayed_job/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "rails", "> 5.0.0"

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", github: "jruby/activerecord-jdbc-adapter", ref: "6b3983bbbfda75ee2a1f5bc4c8d35efd7b71d84b"
gem "jdbc-sqlite3"
end

Expand Down

0 comments on commit 10bedfb

Please sign in to comment.