Skip to content

Commit

Permalink
Rely on latest jdbc code for edge testing
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Dec 9, 2020
1 parent cf6f864 commit c459b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gemfiles/mysql2/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"

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

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"

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

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"

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

platforms :ruby, :mswin, :mingw do
Expand Down

0 comments on commit c459b7c

Please sign in to comment.