Skip to content

Commit b882d62

Browse files
Bump activesupport (#1164)
Bumps the doc-gems-security group with 1 update in the /docs directory: [activesupport](https://github.com/rails/rails). Updates `activesupport` from 7.2.2.1 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.2.2.1...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect dependency-group: doc-gems-security ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7731fc commit b882d62

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2.1)
4+
activesupport (7.2.3.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -10,22 +10,22 @@ GEM
1010
drb
1111
i18n (>= 1.6, < 2)
1212
logger (>= 1.4.2)
13-
minitest (>= 5.1)
13+
minitest (>= 5.1, < 6)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
addressable (2.8.7)
1717
public_suffix (>= 2.0.2, < 7.0)
18-
base64 (0.2.0)
19-
benchmark (0.4.1)
20-
bigdecimal (3.2.2)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
2121
coffee-script (2.4.1)
2222
coffee-script-source
2323
execjs
2424
coffee-script-source (1.12.2)
2525
colorator (1.1.0)
2626
commonmarker (0.23.11)
27-
concurrent-ruby (1.3.5)
28-
connection_pool (2.5.3)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
2929
csv (3.3.5)
3030
dnsruby (1.73.1)
3131
base64 (>= 0.2)
@@ -104,7 +104,7 @@ GEM
104104
activesupport (>= 2)
105105
nokogiri (>= 1.4)
106106
http_parser.rb (0.8.0)
107-
i18n (1.14.7)
107+
i18n (1.14.8)
108108
concurrent-ruby (~> 1.0)
109109
jekyll (3.10.0)
110110
addressable (~> 2.4)
@@ -232,7 +232,7 @@ GEM
232232
jekyll (>= 3.5, < 5.0)
233233
jekyll-feed (~> 0.9)
234234
jekyll-seo-tag (~> 2.1)
235-
minitest (5.25.5)
235+
minitest (5.27.0)
236236
net-http (0.9.1)
237237
uri (>= 0.11.1)
238238
nokogiri (1.19.1)

0 commit comments

Comments
 (0)