Skip to content

Commit 80390f6

Browse files
authored
Updates (#273)
* Update json gem from 2.19.8 to 2.19.9 * Update faraday gem from 2.14.2 to 2.14.3 * Update concurrent-ruby gem from 1.3.6 to 1.3.7 * Update i18n gem from 1.14.8 to 1.15.1 * Update standard gem from 1.54.0 to 1.55.0 * Update rubocop-rspec gem from 3.9.0 to 3.10.2
1 parent cb35687 commit 80390f6

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
gem "rake"
88
gem "rspec"
99
gem "simplecov", require: false
10-
gem "standard", "1.54.0", require: false
10+
gem "standard", "1.55.0", require: false
1111
gem "rubocop", require: false
1212
gem "rubocop-disable_syntax", require: false
1313
gem "rubocop-performance", require: false

Gemfile.lock

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ GEM
2828
ast (2.4.3)
2929
base64 (0.3.0)
3030
bigdecimal (4.1.2)
31-
concurrent-ruby (1.3.6)
31+
concurrent-ruby (1.3.7)
3232
connection_pool (3.0.2)
3333
diff-lcs (1.6.2)
3434
docile (1.4.1)
3535
drb (2.2.3)
3636
errbit_plugin (0.7.0)
37-
faraday (2.14.2)
37+
faraday (2.14.3)
3838
faraday-net_http (>= 2.0, < 3.5)
3939
json
4040
logger
4141
faraday-net_http (3.4.4)
4242
net-http (~> 0.5)
4343
faraday-retry (2.4.0)
4444
faraday (~> 2.0)
45-
i18n (1.14.8)
45+
i18n (1.15.1)
4646
concurrent-ruby (~> 1.0)
47-
json (2.19.8)
47+
json (2.19.9)
4848
language_server-protocol (3.17.0.5)
4949
lint_roller (1.1.0)
5050
logger (1.7.0)
@@ -56,7 +56,7 @@ GEM
5656
octokit (10.0.0)
5757
faraday (>= 1, < 3)
5858
sawyer (~> 0.9)
59-
parallel (1.28.0)
59+
parallel (2.1.0)
6060
parser (3.3.11.1)
6161
ast (~> 2.4.1)
6262
racc
@@ -79,11 +79,11 @@ GEM
7979
diff-lcs (>= 1.2.0, < 2.0)
8080
rspec-support (~> 3.13.0)
8181
rspec-support (3.13.7)
82-
rubocop (1.84.2)
82+
rubocop (1.87.0)
8383
json (~> 2.3)
8484
language_server-protocol (~> 3.17.0.2)
8585
lint_roller (~> 1.1.0)
86-
parallel (~> 1.10)
86+
parallel (>= 1.10)
8787
parser (>= 3.3.0.2)
8888
rainbow (>= 2.2.2, < 4.0)
8989
regexp_parser (>= 2.9.3, < 3.0)
@@ -103,9 +103,10 @@ GEM
103103
rubocop-rake (0.7.1)
104104
lint_roller (~> 1.1)
105105
rubocop (>= 1.72.1)
106-
rubocop-rspec (3.9.0)
106+
rubocop-rspec (3.10.2)
107107
lint_roller (~> 1.1)
108-
rubocop (~> 1.81)
108+
regexp_parser (>= 2.0)
109+
rubocop (~> 1.86, >= 1.86.2)
109110
ruby-progressbar (1.13.0)
110111
sawyer (0.9.3)
111112
addressable (>= 2.3.5)
@@ -117,10 +118,10 @@ GEM
117118
simplecov_json_formatter (~> 0.1)
118119
simplecov-html (0.13.2)
119120
simplecov_json_formatter (0.1.4)
120-
standard (1.54.0)
121+
standard (1.55.0)
121122
language_server-protocol (~> 3.17.0.2)
122123
lint_roller (~> 1.0)
123-
rubocop (~> 1.84.0)
124+
rubocop (~> 1.87.0)
124125
standard-custom (~> 1.0.0)
125126
standard-performance (~> 1.8)
126127
standard-custom (1.0.2)
@@ -159,7 +160,7 @@ DEPENDENCIES
159160
rubocop-rake
160161
rubocop-rspec
161162
simplecov
162-
standard (= 1.54.0)
163+
standard (= 1.55.0)
163164

164165
CHECKSUMS
165166
activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
@@ -168,25 +169,25 @@ CHECKSUMS
168169
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
169170
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
170171
bundler (4.0.13) sha256=19f08be7f27022cf0b89f27da0b044ae075e8270a9ef44ad248a932614e1ca3b
171-
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
172+
concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
172173
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
173174
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
174175
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
175176
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
176177
errbit_github_plugin (0.4.0)
177178
errbit_plugin (0.7.0) sha256=2deec87f62dbc953ff86a69b46bb4d339678a9a9439342b85f3dfb909621d94d
178-
faraday (2.14.2) sha256=73ccb9994a9e8648f010e32eca2ae82e41c57860aa10932cda29418b9e0223ad
179+
faraday (2.14.3) sha256=1882247e6766615c8220b4392bf1d27f6ebb63d8e28267587cef1fb0bf37f278
179180
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
180181
faraday-retry (2.4.0) sha256=7b79c48fb7e56526faf247b12d94a680071ff40c9fda7cf1ec1549439ad11ebe
181-
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
182-
json (2.19.8) sha256=6354310fd76ef69b87d5bd1f38b40d730613baf90b6803d2d0a48f618d32dfaa
182+
i18n (1.15.1) sha256=505ec5de1f4e6c8a2cb028ef9700ca495f117911643455721dee5abdca797255
183+
json (2.19.9) sha256=9b9025b7cdddafa38d316eca0b2358488e42d417045c1b90d216a9fefe46b79a
183184
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
184185
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
185186
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
186187
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
187188
net-http (0.9.1) sha256=25ba0b67c63e89df626ed8fac771d0ad24ad151a858af2cc8e6a716ca4336996
188189
octokit (10.0.0) sha256=82e99a539b7637b7e905e6d277bb0c1a4bed56735935cc33db6da7eae49a24e8
189-
parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970
190+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
190191
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
191192
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
192193
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
@@ -199,19 +200,19 @@ CHECKSUMS
199200
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
200201
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
201202
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
202-
rubocop (1.84.2) sha256=5692cea54168f3dc8cb79a6fe95c5424b7ea893c707ad7a4307b0585e88dbf5f
203+
rubocop (1.87.0) sha256=b9d9ddf55116a513f8ef2c7ae660662d8b49301f118d3f0df61865b33a5c188d
203204
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
204205
rubocop-disable_syntax (0.2.0) sha256=1e61645773b3fc2f74e995ec65f605f7db59437c274fdfd4f385f60bf86af73e
205206
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
206207
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
207-
rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
208+
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
208209
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
209210
sawyer (0.9.3) sha256=0d0f19298408047037638639fe62f4794483fb04320269169bd41af2bdcf5e41
210211
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
211212
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
212213
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
213214
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
214-
standard (1.54.0) sha256=7a4b08f83d9893083c8f03bc486f0feeb6a84d48233b40829c03ef4767ea0100
215+
standard (1.55.0) sha256=8a8f2c3e681a4db3aafde1b301561b0f3d7c5f06c160167cb744a4d7baf0426e
215216
standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
216217
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
217218
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b

0 commit comments

Comments
 (0)