Skip to content

Commit 7e07dfb

Browse files
committed
👷 Add JRuby back to CI (i)
1 parent 80ac37e commit 7e07dfb

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

Appraisals

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ appraise "ar-7-2" do
8686
gem "stringio", "~> 3.0"
8787
gem "sqlite3", "~> 1.6"
8888
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"
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"
9292
gem "activerecord-jdbc-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
9393
gem "activerecord-jdbcsqlite3-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
9494
gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
@@ -111,9 +111,9 @@ appraise "ar-8-0" do
111111
gem "stringio", "~> 3.0"
112112
gem "sqlite3", ">= 1.7", platforms: [:ruby]
113113
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"
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"
117117
gem "activerecord-jdbc-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
118118
gem "activerecord-jdbcsqlite3-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
119119
gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"

gemfiles/ar_7_2.gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ gem "stringio", "~> 3.0"
99
gem "sqlite3", "~> 1.6"
1010

1111
platforms :jruby do
12-
gem "jdbc-sqlite3", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
13-
gem "jdbc-mysql", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
14-
gem "jdbc-postgres", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
1512
gem "activerecord-jdbc-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
1613
gem "activerecord-jdbcsqlite3-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
1714
gem "activerecord-jdbcmysql-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"

gemfiles/ar_8_0.gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ gem "stringio", "~> 3.0"
99
gem "sqlite3", ">= 1.7", platforms: [:ruby]
1010

1111
platforms :jruby do
12-
gem "jdbc-sqlite3", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
13-
gem "jdbc-mysql", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
14-
gem "jdbc-postgres", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
1512
gem "activerecord-jdbc-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
1613
gem "activerecord-jdbcsqlite3-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
1714
gem "activerecord-jdbcmysql-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"

0 commit comments

Comments
 (0)