Skip to content

Commit 0ae4423

Browse files
committed
👷 Add JRuby back to CI (ii)
1 parent 7e07dfb commit 0ae4423

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Appraisals

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ appraise "sequel-5.86" do
244244
gem "sequel", "~> 5.86", ">= 5.86.0"
245245
gem "mutex_m", "~> 0.1"
246246
gem "stringio", ">= 0.0.2"
247+
gem "sqlite3", ">= 1"
247248
end
248249

249250
# Only run security audit on latest Ruby version
@@ -264,6 +265,7 @@ appraise "coverage" do
264265
gem "mutex_m", "~> 0.2"
265266
gem "ostruct", "~> 0.1" # Ruby >= 0, all newer releases of ostruct require Ruby >= 2.5
266267
gem "stringio", "~> 3.0"
268+
gem "sqlite3", ">= 1.7"
267269
eval_gemfile "modular/coverage.gemfile"
268270
remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
269271
end

gemfiles/coverage.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ gem "mongoid-rspec", "~> 4.2"
1010
gem "mutex_m", "~> 0.2"
1111
gem "ostruct", "~> 0.1"
1212
gem "stringio", "~> 3.0"
13+
gem "sqlite3", ">= 1.7"
1314

1415
gemspec path: "../"
1516

gemfiles/sequel_5.86.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ gem "appraisal", branch: "galtzo", git: "https://github.com/pboling/appraisal"
66
gem "sequel", "~> 5.86", ">= 5.86.0"
77
gem "mutex_m", "~> 0.1"
88
gem "stringio", ">= 0.0.2"
9+
gem "sqlite3", ">= 1"
910

1011
gemspec path: "../"

0 commit comments

Comments
 (0)