Skip to content

Commit 16b4bb2

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: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 087a3f9 commit 16b4bb2

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.9.0)
1017
public_suffix (>= 2.0.2, < 8.0)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.1.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)
@@ -213,7 +225,7 @@ GEM
213225
jekyll (>= 3.5, < 5.0)
214226
jekyll-feed (~> 0.9)
215227
jekyll-seo-tag (~> 2.1)
216-
minitest (5.19.0)
228+
minitest (5.27.0)
217229
net-http (0.9.1)
218230
uri (>= 0.11.1)
219231
nokogiri (1.19.1-arm64-darwin)
@@ -242,6 +254,7 @@ GEM
242254
sawyer (0.9.2)
243255
addressable (>= 2.3.5)
244256
faraday (>= 0.17.3, < 3)
257+
securerandom (0.4.1)
245258
simpleidn (0.2.1)
246259
unf (~> 0.1.4)
247260
terminal-table (1.8.0)

0 commit comments

Comments
 (0)