Skip to content

Commit ffa3f47

Browse files
authored
Update all minor versions including appraisals (#267)
Closes #257
1 parent bf28006 commit ffa3f47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1412
-1232
lines changed

packages/api_chai/Gemfile.lock

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activesupport (7.1.3.2)
9+
activesupport (7.1.3.3)
1010
base64
1111
bigdecimal
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -22,34 +22,37 @@ GEM
2222
thor (>= 0.14.0)
2323
ast (2.4.2)
2424
base64 (0.2.0)
25-
bigdecimal (3.1.7)
25+
bigdecimal (3.1.8)
2626
concurrent-ruby (1.2.3)
2727
connection_pool (2.4.1)
28+
csv (3.3.0)
2829
diff-lcs (1.5.1)
2930
drb (2.2.1)
30-
i18n (1.14.4)
31+
i18n (1.14.5)
3132
concurrent-ruby (~> 1.0)
3233
json (2.7.2)
3334
language_server-protocol (3.17.0.3)
34-
license_finder (7.1.0)
35+
license_finder (7.2.1)
3536
bundler
37+
csv (~> 3.2)
3638
rubyzip (>= 1, < 3)
3739
thor (~> 1.2)
3840
tomlrb (>= 1.3, < 2.1)
3941
with_env (= 1.1.0)
4042
xml-simple (~> 1.1.9)
41-
minitest (5.22.3)
43+
minitest (5.23.0)
4244
mutex_m (0.2.0)
4345
parallel (1.24.0)
44-
parser (3.3.0.5)
46+
parser (3.3.1.0)
4547
ast (~> 2.4.1)
4648
racc
47-
racc (1.7.3)
48-
rack (3.0.10)
49+
racc (1.8.0)
50+
rack (3.0.11)
4951
rainbow (3.1.1)
5052
rake (13.2.1)
51-
regexp_parser (2.9.0)
52-
rexml (3.2.6)
53+
regexp_parser (2.9.2)
54+
rexml (3.2.8)
55+
strscan (>= 3.0.9)
5356
rspec (3.13.0)
5457
rspec-core (~> 3.13.0)
5558
rspec-expectations (~> 3.13.0)
@@ -59,11 +62,11 @@ GEM
5962
rspec-expectations (3.13.0)
6063
diff-lcs (>= 1.2.0, < 2.0)
6164
rspec-support (~> 3.13.0)
62-
rspec-mocks (3.13.0)
65+
rspec-mocks (3.13.1)
6366
diff-lcs (>= 1.2.0, < 2.0)
6467
rspec-support (~> 3.13.0)
6568
rspec-support (3.13.1)
66-
rubocop (1.63.3)
69+
rubocop (1.63.5)
6770
json (~> 2.3)
6871
language_server-protocol (>= 3.17.0)
6972
parallel (~> 1.10)
@@ -74,8 +77,8 @@ GEM
7477
rubocop-ast (>= 1.31.1, < 2.0)
7578
ruby-progressbar (~> 1.7)
7679
unicode-display_width (>= 2.4.0, < 3.0)
77-
rubocop-ast (1.31.2)
78-
parser (>= 3.3.0.4)
80+
rubocop-ast (1.31.3)
81+
parser (>= 3.3.1.0)
7982
rubocop-capybara (2.20.0)
8083
rubocop (~> 1.41)
8184
rubocop-factory_bot (2.25.1)
@@ -89,14 +92,14 @@ GEM
8992
rubocop-rails
9093
rubocop-rake
9194
rubocop-rspec
92-
rubocop-rails (2.24.1)
95+
rubocop-rails (2.25.0)
9396
activesupport (>= 4.2.0)
9497
rack (>= 1.1)
9598
rubocop (>= 1.33.0, < 2.0)
9699
rubocop-ast (>= 1.31.1, < 2.0)
97100
rubocop-rake (0.6.0)
98101
rubocop (~> 1.0)
99-
rubocop-rspec (2.29.1)
102+
rubocop-rspec (2.29.2)
100103
rubocop (~> 1.40)
101104
rubocop-capybara (~> 2.17)
102105
rubocop-factory_bot (~> 2.22)
@@ -105,6 +108,7 @@ GEM
105108
rubocop (~> 1.40)
106109
ruby-progressbar (1.13.0)
107110
rubyzip (2.3.2)
111+
strscan (3.1.0)
108112
thor (1.3.1)
109113
tomlrb (2.0.3)
110114
tzinfo (2.0.6)

packages/api_chai/gemfiles/rails_6_0.gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,19 @@ GEM
6969
builder (3.2.4)
7070
concurrent-ruby (1.2.3)
7171
crass (1.0.6)
72+
csv (3.3.0)
7273
date (3.3.4)
7374
diff-lcs (1.5.1)
7475
erubi (1.12.0)
7576
globalid (1.1.0)
7677
activesupport (>= 5.0)
77-
i18n (1.14.4)
78+
i18n (1.14.5)
7879
concurrent-ruby (~> 1.0)
7980
json (2.7.2)
8081
language_server-protocol (3.17.0.3)
81-
license_finder (7.1.0)
82+
license_finder (7.2.1)
8283
bundler
84+
csv (~> 3.2)
8385
rubyzip (>= 1, < 3)
8486
thor (~> 1.2)
8587
tomlrb (>= 1.3, < 2.1)
@@ -96,8 +98,8 @@ GEM
9698
marcel (1.0.4)
9799
method_source (1.1.0)
98100
mini_mime (1.1.5)
99-
minitest (5.22.3)
100-
net-imap (0.4.10)
101+
minitest (5.23.0)
102+
net-imap (0.4.11)
101103
date
102104
net-protocol
103105
net-pop (0.1.2)
@@ -106,16 +108,16 @@ GEM
106108
timeout
107109
net-smtp (0.5.0)
108110
net-protocol
109-
nio4r (2.7.1)
110-
nokogiri (1.16.4-arm64-darwin)
111+
nio4r (2.7.3)
112+
nokogiri (1.16.5-arm64-darwin)
111113
racc (~> 1.4)
112-
nokogiri (1.16.4-x86_64-linux)
114+
nokogiri (1.16.5-x86_64-linux)
113115
racc (~> 1.4)
114116
parallel (1.24.0)
115-
parser (3.3.0.5)
117+
parser (3.3.1.0)
116118
ast (~> 2.4.1)
117119
racc
118-
racc (1.7.3)
120+
racc (1.8.0)
119121
rack (2.2.9)
120122
rack-test (2.1.0)
121123
rack (>= 1.3)
@@ -149,8 +151,9 @@ GEM
149151
thor (>= 0.20.3, < 2.0)
150152
rainbow (3.1.1)
151153
rake (13.2.1)
152-
regexp_parser (2.9.0)
153-
rexml (3.2.6)
154+
regexp_parser (2.9.2)
155+
rexml (3.2.8)
156+
strscan (>= 3.0.9)
154157
rspec (3.13.0)
155158
rspec-core (~> 3.13.0)
156159
rspec-expectations (~> 3.13.0)
@@ -160,11 +163,11 @@ GEM
160163
rspec-expectations (3.13.0)
161164
diff-lcs (>= 1.2.0, < 2.0)
162165
rspec-support (~> 3.13.0)
163-
rspec-mocks (3.13.0)
166+
rspec-mocks (3.13.1)
164167
diff-lcs (>= 1.2.0, < 2.0)
165168
rspec-support (~> 3.13.0)
166169
rspec-support (3.13.1)
167-
rubocop (1.63.3)
170+
rubocop (1.63.5)
168171
json (~> 2.3)
169172
language_server-protocol (>= 3.17.0)
170173
parallel (~> 1.10)
@@ -175,8 +178,8 @@ GEM
175178
rubocop-ast (>= 1.31.1, < 2.0)
176179
ruby-progressbar (~> 1.7)
177180
unicode-display_width (>= 2.4.0, < 3.0)
178-
rubocop-ast (1.31.2)
179-
parser (>= 3.3.0.4)
181+
rubocop-ast (1.31.3)
182+
parser (>= 3.3.1.0)
180183
rubocop-capybara (2.20.0)
181184
rubocop (~> 1.41)
182185
rubocop-factory_bot (2.25.1)
@@ -190,14 +193,14 @@ GEM
190193
rubocop-rails
191194
rubocop-rake
192195
rubocop-rspec
193-
rubocop-rails (2.24.1)
196+
rubocop-rails (2.25.0)
194197
activesupport (>= 4.2.0)
195198
rack (>= 1.1)
196199
rubocop (>= 1.33.0, < 2.0)
197200
rubocop-ast (>= 1.31.1, < 2.0)
198201
rubocop-rake (0.6.0)
199202
rubocop (~> 1.0)
200-
rubocop-rspec (2.29.1)
203+
rubocop-rspec (2.29.2)
201204
rubocop (~> 1.40)
202205
rubocop-capybara (~> 2.17)
203206
rubocop-factory_bot (~> 2.22)
@@ -213,6 +216,7 @@ GEM
213216
actionpack (>= 5.2)
214217
activesupport (>= 5.2)
215218
sprockets (>= 3.0.0)
219+
strscan (3.1.0)
216220
thor (1.3.1)
217221
thread_safe (0.3.6)
218222
timeout (0.4.1)
@@ -226,7 +230,7 @@ GEM
226230
with_env (1.1.0)
227231
xml-simple (1.1.9)
228232
rexml
229-
zeitwerk (2.6.13)
233+
zeitwerk (2.6.14)
230234

231235
PLATFORMS
232236
arm64-darwin-22

packages/api_chai/gemfiles/rails_6_1.gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,19 @@ GEM
7373
builder (3.2.4)
7474
concurrent-ruby (1.2.3)
7575
crass (1.0.6)
76+
csv (3.3.0)
7677
date (3.3.4)
7778
diff-lcs (1.5.1)
7879
erubi (1.12.0)
7980
globalid (1.2.1)
8081
activesupport (>= 6.1)
81-
i18n (1.14.4)
82+
i18n (1.14.5)
8283
concurrent-ruby (~> 1.0)
8384
json (2.7.2)
8485
language_server-protocol (3.17.0.3)
85-
license_finder (7.1.0)
86+
license_finder (7.2.1)
8687
bundler
88+
csv (~> 3.2)
8789
rubyzip (>= 1, < 3)
8890
thor (~> 1.2)
8991
tomlrb (>= 1.3, < 2.1)
@@ -100,8 +102,8 @@ GEM
100102
marcel (1.0.4)
101103
method_source (1.1.0)
102104
mini_mime (1.1.5)
103-
minitest (5.22.3)
104-
net-imap (0.4.10)
105+
minitest (5.23.0)
106+
net-imap (0.4.11)
105107
date
106108
net-protocol
107109
net-pop (0.1.2)
@@ -110,16 +112,16 @@ GEM
110112
timeout
111113
net-smtp (0.5.0)
112114
net-protocol
113-
nio4r (2.7.1)
114-
nokogiri (1.16.4-arm64-darwin)
115+
nio4r (2.7.3)
116+
nokogiri (1.16.5-arm64-darwin)
115117
racc (~> 1.4)
116-
nokogiri (1.16.4-x86_64-linux)
118+
nokogiri (1.16.5-x86_64-linux)
117119
racc (~> 1.4)
118120
parallel (1.24.0)
119-
parser (3.3.0.5)
121+
parser (3.3.1.0)
120122
ast (~> 2.4.1)
121123
racc
122-
racc (1.7.3)
124+
racc (1.8.0)
123125
rack (2.2.9)
124126
rack-test (2.1.0)
125127
rack (>= 1.3)
@@ -153,8 +155,9 @@ GEM
153155
thor (~> 1.0)
154156
rainbow (3.1.1)
155157
rake (13.2.1)
156-
regexp_parser (2.9.0)
157-
rexml (3.2.6)
158+
regexp_parser (2.9.2)
159+
rexml (3.2.8)
160+
strscan (>= 3.0.9)
158161
rspec (3.13.0)
159162
rspec-core (~> 3.13.0)
160163
rspec-expectations (~> 3.13.0)
@@ -164,11 +167,11 @@ GEM
164167
rspec-expectations (3.13.0)
165168
diff-lcs (>= 1.2.0, < 2.0)
166169
rspec-support (~> 3.13.0)
167-
rspec-mocks (3.13.0)
170+
rspec-mocks (3.13.1)
168171
diff-lcs (>= 1.2.0, < 2.0)
169172
rspec-support (~> 3.13.0)
170173
rspec-support (3.13.1)
171-
rubocop (1.63.3)
174+
rubocop (1.63.5)
172175
json (~> 2.3)
173176
language_server-protocol (>= 3.17.0)
174177
parallel (~> 1.10)
@@ -179,8 +182,8 @@ GEM
179182
rubocop-ast (>= 1.31.1, < 2.0)
180183
ruby-progressbar (~> 1.7)
181184
unicode-display_width (>= 2.4.0, < 3.0)
182-
rubocop-ast (1.31.2)
183-
parser (>= 3.3.0.4)
185+
rubocop-ast (1.31.3)
186+
parser (>= 3.3.1.0)
184187
rubocop-capybara (2.20.0)
185188
rubocop (~> 1.41)
186189
rubocop-factory_bot (2.25.1)
@@ -194,14 +197,14 @@ GEM
194197
rubocop-rails
195198
rubocop-rake
196199
rubocop-rspec
197-
rubocop-rails (2.24.1)
200+
rubocop-rails (2.25.0)
198201
activesupport (>= 4.2.0)
199202
rack (>= 1.1)
200203
rubocop (>= 1.33.0, < 2.0)
201204
rubocop-ast (>= 1.31.1, < 2.0)
202205
rubocop-rake (0.6.0)
203206
rubocop (~> 1.0)
204-
rubocop-rspec (2.29.1)
207+
rubocop-rspec (2.29.2)
205208
rubocop (~> 1.40)
206209
rubocop-capybara (~> 2.17)
207210
rubocop-factory_bot (~> 2.22)
@@ -217,6 +220,7 @@ GEM
217220
actionpack (>= 5.2)
218221
activesupport (>= 5.2)
219222
sprockets (>= 3.0.0)
223+
strscan (3.1.0)
220224
thor (1.3.1)
221225
timeout (0.4.1)
222226
tomlrb (2.0.3)
@@ -229,7 +233,7 @@ GEM
229233
with_env (1.1.0)
230234
xml-simple (1.1.9)
231235
rexml
232-
zeitwerk (2.6.13)
236+
zeitwerk (2.6.14)
233237

234238
PLATFORMS
235239
arm64-darwin-22

0 commit comments

Comments
 (0)