@@ -72,6 +72,15 @@ appraise "ar-7-1" do
72
72
gem "mutex_m" , "~> 0.2"
73
73
gem "stringio" , "~> 3.0"
74
74
gem "sqlite3" , "~> 1.5"
75
+ platforms :jruby do
76
+ # gem "jdbc-sqlite3", github: "jruby/activerecord-jdbc-adapter", branch: "master"
77
+ # gem "jdbc-mysql", github: "jruby/activerecord-jdbc-adapter", branch: "master"
78
+ # gem "jdbc-postgres", github: "jruby/activerecord-jdbc-adapter", branch: "master"
79
+ gem "activerecord-jdbc-adapter" , github : "jruby/activerecord-jdbc-adapter" , branch : "master"
80
+ gem "activerecord-jdbcsqlite3-adapter" , github : "jruby/activerecord-jdbc-adapter" , branch : "master"
81
+ # gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
82
+ # gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
83
+ end
75
84
end
76
85
77
86
# Compat: Ruby >= 3.1
@@ -85,15 +94,16 @@ appraise "ar-7-2" do
85
94
gem "mutex_m" , "~> 0.2"
86
95
gem "stringio" , "~> 3.0"
87
96
gem "sqlite3" , "~> 1.6" , platforms : [ :ruby ]
88
- platforms :jruby do
89
- # gem "jdbc-sqlite3", github: "jruby/activerecord-jdbc-adapter", branch: "master"
90
- # gem "jdbc-mysql", github: "jruby/activerecord-jdbc-adapter", branch: "master"
91
- # gem "jdbc-postgres", github: "jruby/activerecord-jdbc-adapter", branch: "master"
92
- gem "activerecord-jdbc-adapter" , github : "jruby/activerecord-jdbc-adapter" , branch : "master"
93
- gem "activerecord-jdbcsqlite3-adapter" , github : "jruby/activerecord-jdbc-adapter" , branch : "master"
94
- # gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
95
- # gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
96
- end
97
+ # NOTE: JRuby is still working on compatibility with Rails 7.2
98
+ # platforms :jruby do
99
+ # # gem "jdbc-sqlite3", github: "jruby/activerecord-jdbc-adapter", branch: "master"
100
+ # # gem "jdbc-mysql", github: "jruby/activerecord-jdbc-adapter", branch: "master"
101
+ # # gem "jdbc-postgres", github: "jruby/activerecord-jdbc-adapter", branch: "master"
102
+ # gem "activerecord-jdbc-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
103
+ # gem "activerecord-jdbcsqlite3-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
104
+ # # gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
105
+ # # gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
106
+ # end
97
107
end
98
108
99
109
# Compat: Ruby >= 3.2
0 commit comments