Skip to content

Commit cf152cd

Browse files
authored
Use edge activerecord-jdbcsqlite3-adapter (#40)
Released versions do not work with JRuby 10.1, against which we want to test very soon.
1 parent 08658d7 commit cf152cd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ group :development, :test do
2727
gem "sequel"
2828
gem "sqlite3", platform: :mri
2929
gem "jdbc-sqlite3", platform: :jruby
30-
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
30+
31+
# Until ActiveRecord JDBC adapters in version 80.x or 81.x are not release, we are using version from
32+
# master, as lower versions are incompatible with JRuby 10.1.x, against which we are testing.
33+
gem "activerecord-jdbcsqlite3-adapter", github: "jruby/activerecord-jdbc-adapter", platform: :jruby
3134
end

0 commit comments

Comments
 (0)