Skip to content

Commit 179522c

Browse files
committed
Updated all gems
1 parent b6d0ce7 commit 179522c

12 files changed

+297
-284
lines changed

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ appraise "rails-6.1" do
88
gem "logger" # not part of the default gems starting from Ruby 3.5.0
99
gem "mutex_m" # not part of the default gems starting from Ruby 3.4.0
1010
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
11+
gem "nokogiri", "< 1.19.0" # 1.19.0+ requires Ruby 3.2, and we still support Ruby 3.1
1112
end
1213

1314
appraise "rails-7.0" do
@@ -18,6 +19,7 @@ appraise "rails-7.0" do
1819
gem "logger" # not part of the default gems starting from Ruby 3.5.0
1920
gem "mutex_m" # not part of the default gems starting from Ruby 3.4.0
2021
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
22+
gem "nokogiri", "< 1.19.0" # 1.19.0+ requires Ruby 3.2, and we still support Ruby 3.1
2123
end
2224

2325
appraise "rails-7.1" do
@@ -27,6 +29,7 @@ appraise "rails-7.1" do
2729
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
2830
gem "connection_pool", "< 3.0" # 3.0+ requires Ruby 3.2, and we still support Ruby 3.1
2931
gem "erb", "< 5.0" # 5.0+ requires Ruby 3.2, and we still support Ruby 3.1
32+
gem "nokogiri", "< 1.19.0" # 1.19.0+ requires Ruby 3.2, and we still support Ruby 3.1
3033
end
3134

3235
appraise "rails-7.2" do
@@ -35,6 +38,7 @@ appraise "rails-7.2" do
3538
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
3639
gem "connection_pool", "< 3.0" # 3.0+ requires Ruby 3.2, and we still support Ruby 3.1
3740
gem "erb", "< 5.0" # 5.0+ requires Ruby 3.2, and we still support Ruby 3.1
41+
gem "nokogiri", "< 1.19.0" # 1.19.0+ requires Ruby 3.2, and we still support Ruby 3.1
3842
end
3943

4044
appraise "rails-8.0" do

gemfiles/rails_6.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ gem "bigdecimal"
1010
gem "logger"
1111
gem "mutex_m"
1212
gem "minitest", "< 6.0"
13+
gem "nokogiri", "< 1.19.0"
1314

1415
gemspec path: "../"

gemfiles/rails_6.1.gemfile.lock

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ GEM
4040
diff-lcs (1.6.2)
4141
docile (1.4.1)
4242
erubi (1.13.1)
43-
ffi (1.17.2)
44-
ffi (1.17.2-aarch64-linux-gnu)
45-
ffi (1.17.2-aarch64-linux-musl)
46-
ffi (1.17.2-arm-linux-gnu)
47-
ffi (1.17.2-arm-linux-musl)
48-
ffi (1.17.2-arm64-darwin)
49-
ffi (1.17.2-x86-linux-gnu)
50-
ffi (1.17.2-x86-linux-musl)
51-
ffi (1.17.2-x86_64-darwin)
52-
ffi (1.17.2-x86_64-linux-gnu)
53-
ffi (1.17.2-x86_64-linux-musl)
43+
ffi (1.17.3)
44+
ffi (1.17.3-aarch64-linux-gnu)
45+
ffi (1.17.3-aarch64-linux-musl)
46+
ffi (1.17.3-arm-linux-gnu)
47+
ffi (1.17.3-arm-linux-musl)
48+
ffi (1.17.3-arm64-darwin)
49+
ffi (1.17.3-x86-linux-gnu)
50+
ffi (1.17.3-x86-linux-musl)
51+
ffi (1.17.3-x86_64-darwin)
52+
ffi (1.17.3-x86_64-linux-gnu)
53+
ffi (1.17.3-x86_64-linux-musl)
5454
fileutils (1.8.0)
55-
i18n (1.14.7)
55+
i18n (1.14.8)
5656
concurrent-ruby (~> 1.0)
5757
json (2.18.0)
5858
language_server-protocol (3.17.0.5)
@@ -114,7 +114,7 @@ GEM
114114
rb-fsevent (0.11.2)
115115
rb-inotify (0.11.1)
116116
ffi (~> 1.0)
117-
rbs (3.9.5)
117+
rbs (3.10.2)
118118
logger
119119
regexp_parser (2.11.3)
120120
rspec (3.13.2)
@@ -146,14 +146,14 @@ GEM
146146
rubocop-ast (>= 1.47.1, < 2.0)
147147
ruby-progressbar (~> 1.7)
148148
unicode-display_width (>= 2.4.0, < 4.0)
149-
rubocop-ast (1.48.0)
149+
rubocop-ast (1.49.0)
150150
parser (>= 3.3.7.2)
151-
prism (~> 1.4)
151+
prism (~> 1.7)
152152
rubocop-performance (1.26.1)
153153
lint_roller (~> 1.1)
154154
rubocop (>= 1.75.0, < 2.0)
155155
rubocop-ast (>= 1.47.1, < 2.0)
156-
rubocop-rails (2.34.2)
156+
rubocop-rails (2.34.3)
157157
activesupport (>= 4.2.0)
158158
lint_roller (~> 1.1)
159159
rack (>= 1.1)
@@ -205,10 +205,10 @@ GEM
205205
strscan (>= 1.0.0)
206206
terminal-table (>= 2, < 5)
207207
uri (>= 0.12.0)
208-
strscan (3.1.6)
208+
strscan (3.1.7)
209209
terminal-table (4.0.0)
210210
unicode-display_width (>= 1.1.1, < 4)
211-
thor (1.4.0)
211+
thor (1.5.0)
212212
tzinfo (2.0.6)
213213
concurrent-ruby (~> 1.0)
214214
unicode-display_width (3.2.0)
@@ -240,6 +240,7 @@ DEPENDENCIES
240240
meta-tags!
241241
minitest (< 6.0)
242242
mutex_m
243+
nokogiri (< 1.19.0)
243244
railties (~> 6.1.7)
244245
rake (~> 13.0)
245246
rspec (~> 3.13.0)
@@ -268,19 +269,19 @@ CHECKSUMS
268269
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
269270
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
270271
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
271-
ffi (1.17.2) sha256=297235842e5947cc3036ebe64077584bff583cd7a4e94e9a02fdec399ef46da6
272-
ffi (1.17.2-aarch64-linux-gnu) sha256=c910bd3cae70b76690418cce4572b7f6c208d271f323d692a067d59116211a1a
273-
ffi (1.17.2-aarch64-linux-musl) sha256=69e6556b091d45df83e6c3b19d3c54177c206910965155a6ec98de5e893c7b7c
274-
ffi (1.17.2-arm-linux-gnu) sha256=d4a438f2b40224ae42ec72f293b3ebe0ba2159f7d1bd47f8417e6af2f68dbaa5
275-
ffi (1.17.2-arm-linux-musl) sha256=977dfb7f3a6381206dbda9bc441d9e1f9366bf189a634559c3b7c182c497aaa3
276-
ffi (1.17.2-arm64-darwin) sha256=54dd9789be1d30157782b8de42d8f887a3c3c345293b57ffb6b45b4d1165f813
277-
ffi (1.17.2-x86-linux-gnu) sha256=95d8f9ebea23c39888e2ab85a02c98f54acb2f4e79b829250d7267ce741dc7b0
278-
ffi (1.17.2-x86-linux-musl) sha256=41741449bab2b9530f42a47baa5c26263925306fad0ac2d60887f51af2e3b24c
279-
ffi (1.17.2-x86_64-darwin) sha256=981f2d4e32ea03712beb26e55e972797c2c5a7b0257955d8667ba58f2da6440e
280-
ffi (1.17.2-x86_64-linux-gnu) sha256=05d2026fc9dbb7cfd21a5934559f16293815b7ce0314846fee2ac8efbdb823ea
281-
ffi (1.17.2-x86_64-linux-musl) sha256=97c0eb3981414309285a64dc4d466bd149e981c279a56371ef811395d68cb95c
272+
ffi (1.17.3) sha256=0e9f39f7bb3934f77ad6feab49662be77e87eedcdeb2a3f5c0234c2938563d4c
273+
ffi (1.17.3-aarch64-linux-gnu) sha256=28ad573df26560f0aedd8a90c3371279a0b2bd0b4e834b16a2baa10bd7a97068
274+
ffi (1.17.3-aarch64-linux-musl) sha256=020b33b76775b1abacc3b7d86b287cef3251f66d747092deec592c7f5df764b2
275+
ffi (1.17.3-arm-linux-gnu) sha256=5bd4cea83b68b5ec0037f99c57d5ce2dd5aa438f35decc5ef68a7d085c785668
276+
ffi (1.17.3-arm-linux-musl) sha256=0d7626bb96265f9af78afa33e267d71cfef9d9a8eb8f5525344f8da6c7d76053
277+
ffi (1.17.3-arm64-darwin) sha256=0c690555d4cee17a7f07c04d59df39b2fba74ec440b19da1f685c6579bb0717f
278+
ffi (1.17.3-x86-linux-gnu) sha256=868a88fcaf5186c3a46b7c7c2b2c34550e1e61a405670ab23f5b6c9971529089
279+
ffi (1.17.3-x86-linux-musl) sha256=f0286aa6ef40605cf586e61406c446de34397b85dbb08cc99fdaddaef8343945
280+
ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
281+
ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
282+
ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
282283
fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
283-
i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
284+
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
284285
json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
285286
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
286287
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
@@ -314,7 +315,7 @@ CHECKSUMS
314315
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
315316
rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
316317
rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
317-
rbs (3.9.5) sha256=eabaaf60aee84e38cbf94839c6e1b9cd145c7295fc3cc0e88c92e4069b1119b0
318+
rbs (3.10.2) sha256=bd8a5dc4c62f229f020146b61844a31f9c79e649449d212904a474eb79c846fc
318319
regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
319320
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
320321
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
@@ -324,9 +325,9 @@ CHECKSUMS
324325
rspec-support (3.13.6) sha256=2e8de3702427eab064c9352fe74488cc12a1bfae887ad8b91cba480ec9f8afb2
325326
rspec_junit_formatter (0.6.0) sha256=40dde674e6ae4e6cc0ff560da25497677e34fefd2338cc467a8972f602b62b15
326327
rubocop (1.81.7) sha256=6fb5cc298c731691e2a414fe0041a13eb1beed7bab23aec131da1bcc527af094
327-
rubocop-ast (1.48.0) sha256=22df9bbf3f7a6eccde0fad54e68547ae1e2a704bf8719e7c83813a99c05d2e76
328+
rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
328329
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
329-
rubocop-rails (2.34.2) sha256=10ff246ee48b25ffeabddc5fee86d159d690bb3c7b9105755a9c7508a11d6e22
330+
rubocop-rails (2.34.3) sha256=10d37989024865ecda8199f311f3faca990143fbac967de943f88aca11eb9ad2
330331
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
331332
rubocop-rspec (3.8.0) sha256=28440dccb3f223a9938ca1f946bd3438275b8c6c156dab909e2cb8bc424cab33
332333
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
@@ -339,9 +340,9 @@ CHECKSUMS
339340
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
340341
standard-rails (1.6.0) sha256=8f1d19a402491901ee8148adb431682012838a73bb7d3b0e95aa339ea872497a
341342
steep (1.10.0) sha256=1b295b55f9aaff1b8d3ee42453ee55bc2a1078fda0268f288edb2dc014f4d7d1
342-
strscan (3.1.6) sha256=ebd56df0b0468b00a1f2004b4078c34df58c3506b2bba939e7531892aece81f3
343+
strscan (3.1.7) sha256=5f76462b94a3ea50b44973225b7d75b2cb96d4e1bee9ef1319b99ca117b72c8c
343344
terminal-table (4.0.0) sha256=f504793203f8251b2ea7c7068333053f0beeea26093ec9962e62ea79f94301d2
344-
thor (1.4.0) sha256=8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
345+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
345346
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
346347
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
347348
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ gem "bigdecimal"
1010
gem "logger"
1111
gem "mutex_m"
1212
gem "minitest", "< 6.0"
13+
gem "nokogiri", "< 1.19.0"
1314

1415
gemspec path: "../"

gemfiles/rails_7.0.gemfile.lock

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ GEM
4949
docile (1.4.1)
5050
drb (2.2.3)
5151
erubi (1.13.1)
52-
ffi (1.17.2)
53-
ffi (1.17.2-aarch64-linux-gnu)
54-
ffi (1.17.2-aarch64-linux-musl)
55-
ffi (1.17.2-arm-linux-gnu)
56-
ffi (1.17.2-arm-linux-musl)
57-
ffi (1.17.2-arm64-darwin)
58-
ffi (1.17.2-x86-linux-gnu)
59-
ffi (1.17.2-x86-linux-musl)
60-
ffi (1.17.2-x86_64-darwin)
61-
ffi (1.17.2-x86_64-linux-gnu)
62-
ffi (1.17.2-x86_64-linux-musl)
52+
ffi (1.17.3)
53+
ffi (1.17.3-aarch64-linux-gnu)
54+
ffi (1.17.3-aarch64-linux-musl)
55+
ffi (1.17.3-arm-linux-gnu)
56+
ffi (1.17.3-arm-linux-musl)
57+
ffi (1.17.3-arm64-darwin)
58+
ffi (1.17.3-x86-linux-gnu)
59+
ffi (1.17.3-x86-linux-musl)
60+
ffi (1.17.3-x86_64-darwin)
61+
ffi (1.17.3-x86_64-linux-gnu)
62+
ffi (1.17.3-x86_64-linux-musl)
6363
fileutils (1.8.0)
64-
i18n (1.14.7)
64+
i18n (1.14.8)
6565
concurrent-ruby (~> 1.0)
6666
json (2.18.0)
6767
language_server-protocol (3.17.0.5)
@@ -124,7 +124,7 @@ GEM
124124
rb-fsevent (0.11.2)
125125
rb-inotify (0.11.1)
126126
ffi (~> 1.0)
127-
rbs (3.9.5)
127+
rbs (3.10.2)
128128
logger
129129
regexp_parser (2.11.3)
130130
rspec (3.13.2)
@@ -156,14 +156,14 @@ GEM
156156
rubocop-ast (>= 1.47.1, < 2.0)
157157
ruby-progressbar (~> 1.7)
158158
unicode-display_width (>= 2.4.0, < 4.0)
159-
rubocop-ast (1.48.0)
159+
rubocop-ast (1.49.0)
160160
parser (>= 3.3.7.2)
161-
prism (~> 1.4)
161+
prism (~> 1.7)
162162
rubocop-performance (1.26.1)
163163
lint_roller (~> 1.1)
164164
rubocop (>= 1.75.0, < 2.0)
165165
rubocop-ast (>= 1.47.1, < 2.0)
166-
rubocop-rails (2.34.2)
166+
rubocop-rails (2.34.3)
167167
activesupport (>= 4.2.0)
168168
lint_roller (~> 1.1)
169169
rack (>= 1.1)
@@ -215,10 +215,10 @@ GEM
215215
strscan (>= 1.0.0)
216216
terminal-table (>= 2, < 5)
217217
uri (>= 0.12.0)
218-
strscan (3.1.6)
218+
strscan (3.1.7)
219219
terminal-table (4.0.0)
220220
unicode-display_width (>= 1.1.1, < 4)
221-
thor (1.4.0)
221+
thor (1.5.0)
222222
tzinfo (2.0.6)
223223
concurrent-ruby (~> 1.0)
224224
unicode-display_width (3.2.0)
@@ -250,6 +250,7 @@ DEPENDENCIES
250250
meta-tags!
251251
minitest (< 6.0)
252252
mutex_m
253+
nokogiri (< 1.19.0)
253254
railties (~> 7.0.8)
254255
rake (~> 13.0)
255256
rspec (~> 3.13.0)
@@ -280,19 +281,19 @@ CHECKSUMS
280281
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
281282
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
282283
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
283-
ffi (1.17.2) sha256=297235842e5947cc3036ebe64077584bff583cd7a4e94e9a02fdec399ef46da6
284-
ffi (1.17.2-aarch64-linux-gnu) sha256=c910bd3cae70b76690418cce4572b7f6c208d271f323d692a067d59116211a1a
285-
ffi (1.17.2-aarch64-linux-musl) sha256=69e6556b091d45df83e6c3b19d3c54177c206910965155a6ec98de5e893c7b7c
286-
ffi (1.17.2-arm-linux-gnu) sha256=d4a438f2b40224ae42ec72f293b3ebe0ba2159f7d1bd47f8417e6af2f68dbaa5
287-
ffi (1.17.2-arm-linux-musl) sha256=977dfb7f3a6381206dbda9bc441d9e1f9366bf189a634559c3b7c182c497aaa3
288-
ffi (1.17.2-arm64-darwin) sha256=54dd9789be1d30157782b8de42d8f887a3c3c345293b57ffb6b45b4d1165f813
289-
ffi (1.17.2-x86-linux-gnu) sha256=95d8f9ebea23c39888e2ab85a02c98f54acb2f4e79b829250d7267ce741dc7b0
290-
ffi (1.17.2-x86-linux-musl) sha256=41741449bab2b9530f42a47baa5c26263925306fad0ac2d60887f51af2e3b24c
291-
ffi (1.17.2-x86_64-darwin) sha256=981f2d4e32ea03712beb26e55e972797c2c5a7b0257955d8667ba58f2da6440e
292-
ffi (1.17.2-x86_64-linux-gnu) sha256=05d2026fc9dbb7cfd21a5934559f16293815b7ce0314846fee2ac8efbdb823ea
293-
ffi (1.17.2-x86_64-linux-musl) sha256=97c0eb3981414309285a64dc4d466bd149e981c279a56371ef811395d68cb95c
284+
ffi (1.17.3) sha256=0e9f39f7bb3934f77ad6feab49662be77e87eedcdeb2a3f5c0234c2938563d4c
285+
ffi (1.17.3-aarch64-linux-gnu) sha256=28ad573df26560f0aedd8a90c3371279a0b2bd0b4e834b16a2baa10bd7a97068
286+
ffi (1.17.3-aarch64-linux-musl) sha256=020b33b76775b1abacc3b7d86b287cef3251f66d747092deec592c7f5df764b2
287+
ffi (1.17.3-arm-linux-gnu) sha256=5bd4cea83b68b5ec0037f99c57d5ce2dd5aa438f35decc5ef68a7d085c785668
288+
ffi (1.17.3-arm-linux-musl) sha256=0d7626bb96265f9af78afa33e267d71cfef9d9a8eb8f5525344f8da6c7d76053
289+
ffi (1.17.3-arm64-darwin) sha256=0c690555d4cee17a7f07c04d59df39b2fba74ec440b19da1f685c6579bb0717f
290+
ffi (1.17.3-x86-linux-gnu) sha256=868a88fcaf5186c3a46b7c7c2b2c34550e1e61a405670ab23f5b6c9971529089
291+
ffi (1.17.3-x86-linux-musl) sha256=f0286aa6ef40605cf586e61406c446de34397b85dbb08cc99fdaddaef8343945
292+
ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
293+
ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
294+
ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
294295
fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
295-
i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
296+
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
296297
json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
297298
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
298299
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
@@ -326,7 +327,7 @@ CHECKSUMS
326327
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
327328
rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
328329
rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
329-
rbs (3.9.5) sha256=eabaaf60aee84e38cbf94839c6e1b9cd145c7295fc3cc0e88c92e4069b1119b0
330+
rbs (3.10.2) sha256=bd8a5dc4c62f229f020146b61844a31f9c79e649449d212904a474eb79c846fc
330331
regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
331332
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
332333
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
@@ -336,9 +337,9 @@ CHECKSUMS
336337
rspec-support (3.13.6) sha256=2e8de3702427eab064c9352fe74488cc12a1bfae887ad8b91cba480ec9f8afb2
337338
rspec_junit_formatter (0.6.0) sha256=40dde674e6ae4e6cc0ff560da25497677e34fefd2338cc467a8972f602b62b15
338339
rubocop (1.81.7) sha256=6fb5cc298c731691e2a414fe0041a13eb1beed7bab23aec131da1bcc527af094
339-
rubocop-ast (1.48.0) sha256=22df9bbf3f7a6eccde0fad54e68547ae1e2a704bf8719e7c83813a99c05d2e76
340+
rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
340341
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
341-
rubocop-rails (2.34.2) sha256=10ff246ee48b25ffeabddc5fee86d159d690bb3c7b9105755a9c7508a11d6e22
342+
rubocop-rails (2.34.3) sha256=10d37989024865ecda8199f311f3faca990143fbac967de943f88aca11eb9ad2
342343
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
343344
rubocop-rspec (3.8.0) sha256=28440dccb3f223a9938ca1f946bd3438275b8c6c156dab909e2cb8bc424cab33
344345
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
@@ -351,9 +352,9 @@ CHECKSUMS
351352
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
352353
standard-rails (1.6.0) sha256=8f1d19a402491901ee8148adb431682012838a73bb7d3b0e95aa339ea872497a
353354
steep (1.10.0) sha256=1b295b55f9aaff1b8d3ee42453ee55bc2a1078fda0268f288edb2dc014f4d7d1
354-
strscan (3.1.6) sha256=ebd56df0b0468b00a1f2004b4078c34df58c3506b2bba939e7531892aece81f3
355+
strscan (3.1.7) sha256=5f76462b94a3ea50b44973225b7d75b2cb96d4e1bee9ef1319b99ca117b72c8c
355356
terminal-table (4.0.0) sha256=f504793203f8251b2ea7c7068333053f0beeea26093ec9962e62ea79f94301d2
356-
thor (1.4.0) sha256=8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
357+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
357358
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
358359
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
359360
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f

gemfiles/rails_7.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ gem "securerandom", "0.3.0"
99
gem "minitest", "< 6.0"
1010
gem "connection_pool", "< 3.0"
1111
gem "erb", "< 5.0"
12+
gem "nokogiri", "< 1.19.0"
1213

1314
gemspec path: "../"

0 commit comments

Comments
 (0)