Revision 14329
Added by Toshi MARUYAMA about 10 years ago
Gemfile | ||
---|---|---|
69 | 69 |
gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby |
70 | 70 |
when /sqlite3/ |
71 | 71 |
gem "sqlite3", :platforms => [:mri, :mingw, :x64_mingw] |
72 |
gem "jdbc-sqlite3", "< 3.8", :platforms => :jruby
|
|
72 |
gem "jdbc-sqlite3", ">= 3.8.10.1", :platforms => :jruby
|
|
73 | 73 |
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby |
74 | 74 |
when /sqlserver/ |
75 | 75 |
gem "tiny_tds", "~> 0.6.2", :platforms => [:mri, :mingw, :x64_mingw] |
Also available in: Unified diff
Gemfile: use jdbc-sqlite3 version >= 3.8.10.1 (#19252)
sqlite-jdbc was updated to 3.8.10.1 in upstream.
https://github.com/jruby/activerecord-jdbc-adapter/commit/f7a20b0d577fad569d6f375d3b8f1e63dd02266b