@@ -110,15 +110,16 @@ appraise "ar-8-0" do
110
110
gem "mutex_m" , "~> 0.2"
111
111
gem "stringio" , "~> 3.0"
112
112
gem "sqlite3" , ">= 1.7" , platforms : [ :ruby ]
113
- platforms :jruby do
114
- # gem "jdbc-sqlite3", github: "jruby/activerecord-jdbc-adapter", branch: "master"
115
- # gem "jdbc-mysql", github: "jruby/activerecord-jdbc-adapter", branch: "master"
116
- # gem "jdbc-postgres", github: "jruby/activerecord-jdbc-adapter", branch: "master"
117
- gem "activerecord-jdbc-adapter" , github : "jruby/activerecord-jdbc-adapter" , branch : "master"
118
- gem "activerecord-jdbcsqlite3-adapter" , github : "jruby/activerecord-jdbc-adapter" , branch : "master"
119
- # gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
120
- # gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
121
- end
113
+ # NOTE: JRuby is not yet compatible with Rails 8 (or vice versa)
114
+ # platforms :jruby do
115
+ # # gem "jdbc-sqlite3", github: "jruby/activerecord-jdbc-adapter", branch: "master"
116
+ # # gem "jdbc-mysql", github: "jruby/activerecord-jdbc-adapter", branch: "master"
117
+ # # gem "jdbc-postgres", github: "jruby/activerecord-jdbc-adapter", branch: "master"
118
+ # gem "activerecord-jdbc-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
119
+ # gem "activerecord-jdbcsqlite3-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
120
+ # # gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
121
+ # # gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
122
+ # end
122
123
end
123
124
124
125
# Compat: Ruby >= 2.2.2 (due to AR >= 5)
0 commit comments