Skip to content

Commit

Permalink
Update jruby future handling
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Aug 14, 2024
1 parent acacb5d commit 217b487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/mysql2/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "rake"

group :test do
platforms :jruby do
gem "activerecord-jdbc-adapter", github: "jruby/activerecord-jdbc-adapter"
gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter"
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/postgresql/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "rake"

group :test do
platforms :jruby do
gem "activerecord-jdbc-adapter", github: "jruby/activerecord-jdbc-adapter"
gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter"
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/sqlite3/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "rake"

group :test do
platforms :jruby do
gem "activerecord-jdbc-adapter", github: "jruby/activerecord-jdbc-adapter"
gem "activerecord-jdbcsqlite3-adapter", github: "jruby/activerecord-jdbc-adapter"
end

Expand Down

0 comments on commit 217b487

Please sign in to comment.