Skip to content

Commit 4dee434

Browse files
chore(deps): bump activesupport from 7.1.3.4 to 7.2.3.1 (#4175)
* chore(deps): bump activesupport from 7.1.3.4 to 7.2.3.1 * chore(actions): bump dependency review action to 4.9.0 Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.4 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump dependency-review-action to v4.9.0 v4.7.0+ handles compound SPDX license expressions (e.g. MIT AND Ruby) natively, removing the need for a local config override. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ekjot <43255916+ekjotmultani@users.noreply.github.com>
1 parent 6e4345b commit 4dee434

2 files changed

Lines changed: 17 additions & 14 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Dependency Review
23-
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
23+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
2424
with:
2525
config-file: amazon-ospo/dependency-review-config/default/dependency-review-config.yml@main

Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ GEM
1313
base64
1414
nkf
1515
rexml
16-
activesupport (7.1.3.4)
16+
activesupport (7.2.3.1)
1717
base64
18+
benchmark (>= 0.3)
1819
bigdecimal
19-
concurrent-ruby (~> 1.0, >= 1.0.2)
20+
concurrent-ruby (~> 1.0, >= 1.3.1)
2021
connection_pool (>= 2.2.5)
2122
drb
2223
i18n (>= 1.6, < 2)
23-
minitest (>= 5.1)
24-
mutex_m
25-
tzinfo (~> 2.0)
24+
logger (>= 1.4.2)
25+
minitest (>= 5.1, < 6)
26+
securerandom (>= 0.3)
27+
tzinfo (~> 2.0, >= 2.0.5)
2628
addressable (2.8.7)
2729
public_suffix (>= 2.0.2, < 7.0)
2830
algoliasearch (1.27.5)
@@ -50,8 +52,9 @@ GEM
5052
aws-sigv4 (1.12.1)
5153
aws-eventstream (~> 1, >= 1.0.2)
5254
babosa (1.0.4)
53-
base64 (0.2.0)
54-
bigdecimal (3.1.8)
55+
base64 (0.3.0)
56+
benchmark (0.5.0)
57+
bigdecimal (4.0.1)
5558
claide (1.1.0)
5659
cocoapods (1.15.2)
5760
addressable (~> 2.8)
@@ -94,15 +97,15 @@ GEM
9497
colored2 (3.1.2)
9598
commander (4.6.0)
9699
highline (~> 2.0.0)
97-
concurrent-ruby (1.3.4)
98-
connection_pool (2.4.1)
100+
concurrent-ruby (1.3.6)
101+
connection_pool (3.0.2)
99102
declarative (0.0.20)
100103
digest-crc (0.6.4)
101104
rake (>= 12.0.0, < 14.0.0)
102105
domain_name (0.5.20190701)
103106
unf (>= 0.0.5, < 1.0.0)
104107
dotenv (2.8.1)
105-
drb (2.2.1)
108+
drb (2.2.3)
106109
emoji_regex (3.2.3)
107110
escape (0.0.4)
108111
ethon (0.16.0)
@@ -220,7 +223,7 @@ GEM
220223
http-cookie (1.0.5)
221224
domain_name (~> 0.5)
222225
httpclient (2.8.3)
223-
i18n (1.14.5)
226+
i18n (1.14.8)
224227
concurrent-ruby (~> 1.0)
225228
jazzy (0.15.1)
226229
cocoapods (~> 1.5)
@@ -241,12 +244,11 @@ GEM
241244
mini_magick (4.12.0)
242245
mini_mime (1.1.5)
243246
mini_portile2 (2.8.7)
244-
minitest (5.25.1)
247+
minitest (5.27.0)
245248
molinillo (0.8.0)
246249
multi_json (1.15.0)
247250
multipart-post (2.0.0)
248251
mustache (1.1.1)
249-
mutex_m (0.2.0)
250252
nanaimo (0.3.0)
251253
nap (1.1.0)
252254
naturally (2.2.1)
@@ -271,6 +273,7 @@ GEM
271273
rubyzip (2.3.2)
272274
sassc (2.4.0)
273275
ffi (~> 1.9)
276+
securerandom (0.4.1)
274277
security (0.1.3)
275278
signet (0.19.0)
276279
addressable (~> 2.8)

0 commit comments

Comments
 (0)