Skip to content

Commit 57c7907

Browse files
Bump activesupport from 7.0.7.2 to 7.2.3.1 in /docs
Bumps [activesupport](https://github.com/rails/rails) from 7.0.7.2 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.0.7.2...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bb9e93 commit 57c7907

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

docs/Gemfile.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.3.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
7-
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
916
addressable (2.8.5)
1017
public_suffix (>= 2.0.2, < 6.0)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1121
coffee-script (2.4.1)
1222
coffee-script-source
1323
execjs
1424
coffee-script-source (1.11.1)
1525
colorator (1.1.0)
1626
commonmarker (0.23.10)
17-
concurrent-ruby (1.2.2)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
1829
dnsruby (1.70.0)
1930
simpleidn (~> 0.2.1)
31+
drb (2.2.3)
2032
em-websocket (0.5.3)
2133
eventmachine (>= 0.12.9)
2234
http_parser.rb (~> 0)
@@ -88,7 +100,7 @@ GEM
88100
activesupport (>= 2)
89101
nokogiri (>= 1.4)
90102
http_parser.rb (0.8.0)
91-
i18n (1.14.1)
103+
i18n (1.14.8)
92104
concurrent-ruby (~> 1.0)
93105
jekyll (3.9.3)
94106
addressable (~> 2.4)
@@ -219,7 +231,7 @@ GEM
219231
jekyll (>= 3.5, < 5.0)
220232
jekyll-feed (~> 0.9)
221233
jekyll-seo-tag (~> 2.1)
222-
minitest (5.19.0)
234+
minitest (5.27.0)
223235
net-http (0.9.1)
224236
uri (>= 0.11.1)
225237
nokogiri (1.19.1)
@@ -248,6 +260,7 @@ GEM
248260
sawyer (0.9.2)
249261
addressable (>= 2.3.5)
250262
faraday (>= 0.17.3, < 3)
263+
securerandom (0.4.1)
251264
simpleidn (0.2.1)
252265
unf (~> 0.1.4)
253266
terminal-table (1.8.0)

0 commit comments

Comments
 (0)