There was an error while loading. Please reload this page.
1 parent 08658d7 commit cf152cdCopy full SHA for cf152cd
1 file changed
Gemfile
@@ -27,5 +27,8 @@ group :development, :test do
27
gem "sequel"
28
gem "sqlite3", platform: :mri
29
gem "jdbc-sqlite3", platform: :jruby
30
- gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
+
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
34
end
0 commit comments