Skip to content

Commit 108f024

Browse files
committed
👷 Add JRuby back to CI (iv)
1 parent b2fcc29 commit 108f024

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

Appraisals

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ end
137137
appraise "couch-1.17" do
138138
gem "couch_potato", "~> 1.17"
139139
gem "mutex_m", "~> 0.1"
140+
gem "sqlite3", ">= 1"
140141
gem "stringio", ">= 0.0.2"
141142
# TODO: Bump when old dropping old Ruby from this gem.
142143
gem "ostruct", "~> 0.1" # Ruby >= 0, all newer releases of ostruct require Ruby >= 2.5
@@ -150,6 +151,7 @@ appraise "mongoid-7.3" do
150151
gem "mongoid", "~> 7.3", ">= 7.3.5"
151152
gem "mongoid-rspec", "~> 4.1"
152153
gem "mutex_m", "~> 0.1"
154+
gem "sqlite3", ">= 1"
153155
gem "stringio", ">= 0.0.2"
154156
end
155157

@@ -162,6 +164,7 @@ appraise "mongoid-7.4" do
162164
gem "mongoid", "~> 7.4", ">= 7.4.3"
163165
gem "mongoid-rspec", "~> 4.1"
164166
gem "mutex_m", "~> 0.2"
167+
gem "sqlite3", ">= 1"
165168
gem "stringio", "~> 3.0"
166169
end
167170

@@ -177,6 +180,7 @@ appraise "mongoid-8.1" do
177180
gem "mongoid", "~> 8.1", ">= 8.1.7"
178181
gem "mongoid-rspec", "~> 4.2"
179182
gem "mutex_m", "~> 0.2"
183+
gem "sqlite3", ">= 1"
180184
gem "stringio", "~> 3.0"
181185
end
182186

@@ -194,6 +198,7 @@ appraise "mongoid-9.0" do
194198
gem "mongoid", "~> 9.0", ">= 9.0.3"
195199
gem "mongoid-rspec", "~> 4.2"
196200
gem "mutex_m", "~> 0.2"
201+
gem "sqlite3", ">= 1"
197202
gem "stringio", "~> 3.1", ">= 3.1.2"
198203
# TODO: Bump when old dropping old Ruby from this gem.
199204
gem "ostruct", "~> 0.1" # Ruby >= 0, all newer releases of ostruct require Ruby >= 2.5

gemfiles/couch_1.17.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source "https://rubygems.org"
55
gem "appraisal", branch: "galtzo", git: "https://github.com/pboling/appraisal"
66
gem "couch_potato", "~> 1.17"
77
gem "mutex_m", "~> 0.1"
8+
gem "sqlite3", ">= 1"
89
gem "stringio", ">= 0.0.2"
910
gem "ostruct", "~> 0.1"
1011

gemfiles/mongoid_7.3.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "appraisal", branch: "galtzo", git: "https://github.com/pboling/appraisal"
66
gem "mongoid", "~> 7.3", ">= 7.3.5"
77
gem "mongoid-rspec", "~> 4.1"
88
gem "mutex_m", "~> 0.1"
9+
gem "sqlite3", ">= 1"
910
gem "stringio", ">= 0.0.2"
1011

1112
gemspec path: "../"

gemfiles/mongoid_7.4.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "appraisal", branch: "galtzo", git: "https://github.com/pboling/appraisal"
66
gem "mongoid", "~> 7.4", ">= 7.4.3"
77
gem "mongoid-rspec", "~> 4.1"
88
gem "mutex_m", "~> 0.2"
9+
gem "sqlite3", ">= 1"
910
gem "stringio", "~> 3.0"
1011

1112
gemspec path: "../"

gemfiles/mongoid_8.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "appraisal", branch: "galtzo", git: "https://github.com/pboling/appraisal"
66
gem "mongoid", "~> 8.1", ">= 8.1.7"
77
gem "mongoid-rspec", "~> 4.2"
88
gem "mutex_m", "~> 0.2"
9+
gem "sqlite3", ">= 1"
910
gem "stringio", "~> 3.0"
1011

1112
gemspec path: "../"

gemfiles/mongoid_9.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "appraisal", branch: "galtzo", git: "https://github.com/pboling/appraisal"
66
gem "mongoid", "~> 9.0", ">= 9.0.3"
77
gem "mongoid-rspec", "~> 4.2"
88
gem "mutex_m", "~> 0.2"
9+
gem "sqlite3", ">= 1"
910
gem "stringio", "~> 3.1", ">= 3.1.2"
1011
gem "ostruct", "~> 0.1"
1112

0 commit comments

Comments
 (0)