Skip to content

Commit 43a73ee

Browse files
committed
👷 Add JRuby back to CI (vi)
1 parent bb42881 commit 43a73ee

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ appraise "ar-6-1" do
3737
gem "activerecord", "~> 6.1.7.10"
3838
gem "mutex_m", "~> 0.1"
3939
gem "stringio", "~> 3.0"
40-
gem "sqlite3", "~> 1.4"
40+
gem "sqlite3", "~> 1.4", platforms: [:ruby]
4141
platforms :jruby do
4242
# gem 'jdbc-sqlite3', # github: "jruby/activerecord-jdbc-adapter", branch: '61-stable'
4343
# gem 'jdbc-mysql', # github: "jruby/activerecord-jdbc-adapter", branch: '61-stable'
@@ -84,7 +84,7 @@ appraise "ar-7-2" do
8484
gem "activerecord", "~> 7.2.2"
8585
gem "mutex_m", "~> 0.2"
8686
gem "stringio", "~> 3.0"
87-
gem "sqlite3", "~> 1.6"
87+
gem "sqlite3", "~> 1.6", platforms: [:ruby]
8888
platforms :jruby do
8989
# gem "jdbc-sqlite3", github: "jruby/activerecord-jdbc-adapter", branch: "master"
9090
# gem "jdbc-mysql", github: "jruby/activerecord-jdbc-adapter", branch: "master"

gemfiles/ar_8_0.gemfile

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

11-
platforms :jruby do
12-
gem "activerecord-jdbc-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
13-
gem "activerecord-jdbcsqlite3-adapter", branch: "master", git: "https://github.com/jruby/activerecord-jdbc-adapter"
14-
end
15-
1611
gemspec path: "../"

0 commit comments

Comments
 (0)