Skip to content

Commit 83962eb

Browse files
dependabot[bot]alxwr
authored andcommitted
chore(deps): bump activesupport from 7.0.4.3 to 7.1.3
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.4.3...v7.1.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de4ca80 commit 83962eb

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Gemfile.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,15 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
activesupport (7.0.4.3)
52+
activesupport (7.1.3)
53+
base64
54+
bigdecimal
5355
concurrent-ruby (~> 1.0, >= 1.0.2)
56+
connection_pool (>= 2.2.5)
57+
drb
5458
i18n (>= 1.6, < 2)
5559
minitest (>= 5.1)
60+
mutex_m
5661
tzinfo (~> 2.0)
5762
addressable (2.8.0)
5863
public_suffix (>= 2.0.2, < 5.0)
@@ -300,7 +305,9 @@ GEM
300305
ms_rest_azure (~> 0.12.0)
301306
azure_mgmt_storage (0.23.0)
302307
ms_rest_azure (~> 0.12.0)
308+
base64 (0.2.0)
303309
bcrypt_pbkdf (1.1.0)
310+
bigdecimal (3.1.6)
304311
bson (4.15.0)
305312
builder (3.2.4)
306313
chef-config (17.10.0)
@@ -316,7 +323,8 @@ GEM
316323
chef-utils (17.10.0)
317324
concurrent-ruby
318325
coderay (1.1.3)
319-
concurrent-ruby (1.2.2)
326+
concurrent-ruby (1.2.3)
327+
connection_pool (2.4.1)
320328
cookstyle (7.32.1)
321329
rubocop (= 1.25.1)
322330
declarative (0.0.20)
@@ -326,6 +334,8 @@ GEM
326334
multi_json
327335
domain_name (0.5.20190701)
328336
unf (>= 0.0.5, < 1.0.0)
337+
drb (2.2.0)
338+
ruby2_keywords
329339
ed25519 (1.3.0)
330340
erubi (1.10.0)
331341
excon (0.92.3)
@@ -375,7 +385,7 @@ GEM
375385
http-cookie (1.0.5)
376386
domain_name (~> 0.5)
377387
httpclient (2.8.3)
378-
i18n (1.12.0)
388+
i18n (1.14.1)
379389
concurrent-ruby (~> 1.0)
380390
inifile (3.0.0)
381391
jmespath (1.6.1)
@@ -402,7 +412,7 @@ GEM
402412
memoist (0.16.2)
403413
method_source (1.0.0)
404414
mini_mime (1.1.2)
405-
minitest (5.18.0)
415+
minitest (5.22.2)
406416
mixlib-config (3.0.27)
407417
tomlrb
408418
mixlib-install (3.12.19)
@@ -426,6 +436,7 @@ GEM
426436
ms_rest (~> 0.7.6)
427437
multi_json (1.15.0)
428438
multipart-post (2.2.3)
439+
mutex_m (0.2.0)
429440
net-scp (3.0.0)
430441
net-ssh (>= 2.6.5, < 7.0.0)
431442
net-ssh (6.1.0)

0 commit comments

Comments
 (0)