Skip to content

Commit 4eef19a

Browse files
committed
Update sqlite versions for Ruby supports
1 parent df7bb01 commit 4eef19a

File tree

7 files changed

+598
-572
lines changed

7 files changed

+598
-572
lines changed

Appraisals

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
appraise 'rails-6.1' do
22
gem 'rails', '~> 6.1.0'
3+
gem 'sqlite3', '~> 1.0'
34
end
45

56
appraise 'rails-7.0' do
67
gem 'rails', '~> 7.0.0'
8+
gem 'sqlite3', '~> 1.0'
79
end
810

911
appraise 'rails-7.1' do
1012
gem 'rails', '~> 7.1.0'
13+
gem 'sqlite3', '~> 2.0'
1114
end
1215

1316
appraise 'rails-7.2' do
1417
gem 'rails', '~> 7.2.0'
18+
gem 'sqlite3', '~> 2.0'
1519
end
1620

1721
appraise 'rails-8.0' do
1822
gem 'rails', '~> 8.0.0'
23+
gem 'sqlite3', '~> 2.0'
1924
end

gemfiles/rails_6.1.gemfile.lock

Lines changed: 117 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -8,85 +8,89 @@ PATH
88
GEM
99
remote: http://rubygems.org/
1010
specs:
11-
actioncable (6.1.7.8)
12-
actionpack (= 6.1.7.8)
13-
activesupport (= 6.1.7.8)
11+
actioncable (6.1.7.10)
12+
actionpack (= 6.1.7.10)
13+
activesupport (= 6.1.7.10)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
16-
actionmailbox (6.1.7.8)
17-
actionpack (= 6.1.7.8)
18-
activejob (= 6.1.7.8)
19-
activerecord (= 6.1.7.8)
20-
activestorage (= 6.1.7.8)
21-
activesupport (= 6.1.7.8)
16+
actionmailbox (6.1.7.10)
17+
actionpack (= 6.1.7.10)
18+
activejob (= 6.1.7.10)
19+
activerecord (= 6.1.7.10)
20+
activestorage (= 6.1.7.10)
21+
activesupport (= 6.1.7.10)
2222
mail (>= 2.7.1)
23-
actionmailer (6.1.7.8)
24-
actionpack (= 6.1.7.8)
25-
actionview (= 6.1.7.8)
26-
activejob (= 6.1.7.8)
27-
activesupport (= 6.1.7.8)
23+
actionmailer (6.1.7.10)
24+
actionpack (= 6.1.7.10)
25+
actionview (= 6.1.7.10)
26+
activejob (= 6.1.7.10)
27+
activesupport (= 6.1.7.10)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (6.1.7.8)
31-
actionview (= 6.1.7.8)
32-
activesupport (= 6.1.7.8)
30+
actionpack (6.1.7.10)
31+
actionview (= 6.1.7.10)
32+
activesupport (= 6.1.7.10)
3333
rack (~> 2.0, >= 2.0.9)
3434
rack-test (>= 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (6.1.7.8)
38-
actionpack (= 6.1.7.8)
39-
activerecord (= 6.1.7.8)
40-
activestorage (= 6.1.7.8)
41-
activesupport (= 6.1.7.8)
37+
actiontext (6.1.7.10)
38+
actionpack (= 6.1.7.10)
39+
activerecord (= 6.1.7.10)
40+
activestorage (= 6.1.7.10)
41+
activesupport (= 6.1.7.10)
4242
nokogiri (>= 1.8.5)
43-
actionview (6.1.7.8)
44-
activesupport (= 6.1.7.8)
43+
actionview (6.1.7.10)
44+
activesupport (= 6.1.7.10)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (6.1.7.8)
50-
activesupport (= 6.1.7.8)
49+
activejob (6.1.7.10)
50+
activesupport (= 6.1.7.10)
5151
globalid (>= 0.3.6)
52-
activemodel (6.1.7.8)
53-
activesupport (= 6.1.7.8)
54-
activerecord (6.1.7.8)
55-
activemodel (= 6.1.7.8)
56-
activesupport (= 6.1.7.8)
57-
activestorage (6.1.7.8)
58-
actionpack (= 6.1.7.8)
59-
activejob (= 6.1.7.8)
60-
activerecord (= 6.1.7.8)
61-
activesupport (= 6.1.7.8)
52+
activemodel (6.1.7.10)
53+
activesupport (= 6.1.7.10)
54+
activerecord (6.1.7.10)
55+
activemodel (= 6.1.7.10)
56+
activesupport (= 6.1.7.10)
57+
activestorage (6.1.7.10)
58+
actionpack (= 6.1.7.10)
59+
activejob (= 6.1.7.10)
60+
activerecord (= 6.1.7.10)
61+
activesupport (= 6.1.7.10)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (6.1.7.8)
64+
activesupport (6.1.7.10)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
6969
zeitwerk (~> 2.3)
70-
appraisal (2.4.1)
70+
appraisal (2.5.0)
7171
bundler
7272
rake
7373
thor (>= 0.14.0)
7474
ast (2.4.2)
75+
base64 (0.2.0)
7576
builder (3.3.0)
76-
childprocess (4.1.0)
77+
childprocess (5.1.0)
78+
logger (~> 1.5)
7779
coderay (1.1.3)
78-
concurrent-ruby (1.3.4)
80+
concurrent-ruby (1.3.5)
7981
crass (1.0.6)
80-
date (3.3.4)
81-
diff-lcs (1.5.0)
82-
erubi (1.13.0)
82+
date (3.4.1)
83+
diff-lcs (1.5.1)
84+
erubi (1.13.1)
8385
globalid (1.2.1)
8486
activesupport (>= 6.1)
85-
i18n (1.14.5)
87+
i18n (1.14.6)
8688
concurrent-ruby (~> 1.0)
8789
iniparse (1.5.0)
88-
json (2.6.3)
89-
loofah (2.22.0)
90+
json (2.9.1)
91+
language_server-protocol (3.17.0.3)
92+
logger (1.6.5)
93+
loofah (2.24.0)
9094
crass (~> 1.0.2)
9195
nokogiri (>= 1.12.0)
9296
mail (2.8.1)
@@ -97,98 +101,98 @@ GEM
97101
marcel (1.0.4)
98102
method_source (1.1.0)
99103
mini_mime (1.1.5)
100-
minitest (5.25.1)
101-
net-imap (0.4.14)
104+
mini_portile2 (2.8.8)
105+
minitest (5.25.4)
106+
net-imap (0.5.5)
102107
date
103108
net-protocol
104109
net-pop (0.1.2)
105110
net-protocol
106111
net-protocol (0.2.2)
107112
timeout
108113
net-smtp (0.5.0)
109-
net-protocol
110-
nio4r (2.7.3)
111-
nokogiri (1.16.7-aarch64-linux)
114+
nio4r (2.7.4)
115+
nokogiri (1.18.1-aarch64-linux-gnu)
112116
racc (~> 1.4)
113-
nokogiri (1.16.7-arm64-darwin)
117+
nokogiri (1.18.1-arm64-darwin)
114118
racc (~> 1.4)
115-
nokogiri (1.16.7-x86_64-darwin)
119+
nokogiri (1.18.1-x86_64-darwin)
116120
racc (~> 1.4)
117-
nokogiri (1.16.7-x86_64-linux)
121+
nokogiri (1.18.1-x86_64-linux-gnu)
118122
racc (~> 1.4)
119-
overcommit (0.60.0)
120-
childprocess (>= 0.6.3, < 5)
123+
overcommit (0.64.1)
124+
childprocess (>= 0.6.3, < 6)
121125
iniparse (~> 1.4)
122-
rexml (~> 3.2)
123-
parallel (1.23.0)
124-
parser (3.2.2.3)
126+
rexml (>= 3.3.9)
127+
parallel (1.26.3)
128+
parser (3.3.6.0)
125129
ast (~> 2.4.1)
126130
racc
127-
pry (0.14.2)
131+
pry (0.15.2)
128132
coderay (~> 1.1)
129133
method_source (~> 1.0)
130134
racc (1.8.1)
131-
rack (2.2.9)
132-
rack-test (2.1.0)
135+
rack (2.2.10)
136+
rack-test (2.2.0)
133137
rack (>= 1.3)
134-
rails (6.1.7.8)
135-
actioncable (= 6.1.7.8)
136-
actionmailbox (= 6.1.7.8)
137-
actionmailer (= 6.1.7.8)
138-
actionpack (= 6.1.7.8)
139-
actiontext (= 6.1.7.8)
140-
actionview (= 6.1.7.8)
141-
activejob (= 6.1.7.8)
142-
activemodel (= 6.1.7.8)
143-
activerecord (= 6.1.7.8)
144-
activestorage (= 6.1.7.8)
145-
activesupport (= 6.1.7.8)
138+
rails (6.1.7.10)
139+
actioncable (= 6.1.7.10)
140+
actionmailbox (= 6.1.7.10)
141+
actionmailer (= 6.1.7.10)
142+
actionpack (= 6.1.7.10)
143+
actiontext (= 6.1.7.10)
144+
actionview (= 6.1.7.10)
145+
activejob (= 6.1.7.10)
146+
activemodel (= 6.1.7.10)
147+
activerecord (= 6.1.7.10)
148+
activestorage (= 6.1.7.10)
149+
activesupport (= 6.1.7.10)
146150
bundler (>= 1.15.0)
147-
railties (= 6.1.7.8)
151+
railties (= 6.1.7.10)
148152
sprockets-rails (>= 2.0.0)
149153
rails-dom-testing (2.2.0)
150154
activesupport (>= 5.0.0)
151155
minitest
152156
nokogiri (>= 1.6)
153-
rails-html-sanitizer (1.6.0)
157+
rails-html-sanitizer (1.6.2)
154158
loofah (~> 2.21)
155-
nokogiri (~> 1.14)
156-
railties (6.1.7.8)
157-
actionpack (= 6.1.7.8)
158-
activesupport (= 6.1.7.8)
159+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
160+
railties (6.1.7.10)
161+
actionpack (= 6.1.7.10)
162+
activesupport (= 6.1.7.10)
159163
method_source
160164
rake (>= 12.2)
161165
thor (~> 1.0)
162166
rainbow (3.1.1)
163167
rake (13.2.1)
164168
rb-readline (0.5.5)
165-
regexp_parser (2.8.1)
166-
rexml (3.2.5)
167-
rspec (3.12.0)
168-
rspec-core (~> 3.12.0)
169-
rspec-expectations (~> 3.12.0)
170-
rspec-mocks (~> 3.12.0)
171-
rspec-core (3.12.2)
172-
rspec-support (~> 3.12.0)
173-
rspec-expectations (3.12.3)
169+
regexp_parser (2.10.0)
170+
rexml (3.4.0)
171+
rspec (3.13.0)
172+
rspec-core (~> 3.13.0)
173+
rspec-expectations (~> 3.13.0)
174+
rspec-mocks (~> 3.13.0)
175+
rspec-core (3.13.2)
176+
rspec-support (~> 3.13.0)
177+
rspec-expectations (3.13.3)
174178
diff-lcs (>= 1.2.0, < 2.0)
175-
rspec-support (~> 3.12.0)
176-
rspec-mocks (3.12.5)
179+
rspec-support (~> 3.13.0)
180+
rspec-mocks (3.13.2)
177181
diff-lcs (>= 1.2.0, < 2.0)
178-
rspec-support (~> 3.12.0)
179-
rspec-support (3.12.0)
180-
rubocop (1.52.1)
182+
rspec-support (~> 3.13.0)
183+
rspec-support (3.13.2)
184+
rubocop (1.70.0)
181185
json (~> 2.3)
186+
language_server-protocol (>= 3.17.0)
182187
parallel (~> 1.10)
183-
parser (>= 3.2.2.3)
188+
parser (>= 3.3.0.2)
184189
rainbow (>= 2.2.2, < 4.0)
185-
regexp_parser (>= 1.8, < 3.0)
186-
rexml (>= 3.2.5, < 4.0)
187-
rubocop-ast (>= 1.28.0, < 2.0)
190+
regexp_parser (>= 2.9.3, < 3.0)
191+
rubocop-ast (>= 1.36.2, < 2.0)
188192
ruby-progressbar (~> 1.7)
189-
unicode-display_width (>= 2.4.0, < 3.0)
190-
rubocop-ast (1.29.0)
191-
parser (>= 3.2.1.0)
193+
unicode-display_width (>= 2.4.0, < 4.0)
194+
rubocop-ast (1.37.0)
195+
parser (>= 3.3.1.0)
192196
ruby-progressbar (1.13.0)
193197
sprockets (4.2.1)
194198
concurrent-ruby (~> 1.0)
@@ -197,20 +201,21 @@ GEM
197201
actionpack (>= 6.1)
198202
activesupport (>= 6.1)
199203
sprockets (>= 3.0.0)
200-
sqlite3 (1.7.2-aarch64-linux)
201-
sqlite3 (1.7.2-arm64-darwin)
202-
sqlite3 (1.7.2-x86_64-darwin)
203-
sqlite3 (1.7.2-x86_64-linux)
204-
thor (1.3.1)
205-
timecop (0.9.6)
206-
timeout (0.4.1)
204+
sqlite3 (1.7.3)
205+
mini_portile2 (~> 2.8.0)
206+
thor (1.3.2)
207+
timecop (0.9.10)
208+
timeout (0.4.3)
207209
tzinfo (2.0.6)
208210
concurrent-ruby (~> 1.0)
209-
unicode-display_width (2.4.2)
210-
websocket-driver (0.7.6)
211+
unicode-display_width (3.1.4)
212+
unicode-emoji (~> 4.0, >= 4.0.4)
213+
unicode-emoji (4.0.4)
214+
websocket-driver (0.7.7)
215+
base64
211216
websocket-extensions (>= 0.1.0)
212217
websocket-extensions (0.1.5)
213-
zeitwerk (2.6.17)
218+
zeitwerk (2.7.1)
214219

215220
PLATFORMS
216221
aarch64-linux
@@ -230,7 +235,7 @@ DEPENDENCIES
230235
rspec
231236
rspec-core
232237
rubocop
233-
sqlite3
238+
sqlite3 (~> 1.0)
234239
timecop
235240

236241
BUNDLED WITH

0 commit comments

Comments
 (0)