Skip to content

Commit 786dafb

Browse files
committed
💚 Allow installing DB adapters on JRuby
1 parent 058ee0c commit 786dafb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# frozen_string_literal: true
22

33
# Database adapters
4-
platforms :ruby, :mswin, :mingw do
5-
gem "sqlite3"
6-
gem "mysql2"
7-
gem "pg"
8-
# gem 'activerecord-oracle_enhanced-adapter'
9-
# gem 'ruby-plsql'
10-
# gem 'ruby-oci8'
11-
end
4+
gem "sqlite3"
5+
gem "mysql2"
6+
gem "pg"
7+
8+
# gem 'activerecord-oracle_enhanced-adapter'
9+
# gem 'ruby-plsql'
10+
# gem 'ruby-oci8'

0 commit comments

Comments
 (0)