Skip to content

Commit ac0f27c

Browse files
Bump activesupport from 7.1.2 to 7.2.3.1 in /docs (#605)
Bumps [activesupport](https://github.com/rails/rails) from 7.1.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.1.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9aab4ca commit ac0f27c

1 file changed

Lines changed: 17 additions & 14 deletions

File tree

docs/Gemfile.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.2)
4+
activesupport (7.2.3.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1416
addressable (2.9.0)
1517
public_suffix (>= 2.0.2, < 8.0)
16-
base64 (0.2.0)
17-
bigdecimal (3.1.4)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.1.1)
1821
coffee-script (2.4.1)
1922
coffee-script-source
2023
execjs
2124
coffee-script-source (1.11.1)
2225
colorator (1.1.0)
2326
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.2)
25-
connection_pool (2.4.1)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
2629
dnsruby (1.61.9)
2730
simpleidn (~> 0.1)
28-
drb (2.2.0)
29-
ruby2_keywords
31+
drb (2.2.3)
3032
em-websocket (0.5.3)
3133
eventmachine (>= 0.12.9)
3234
http_parser.rb (~> 0)
@@ -96,7 +98,7 @@ GEM
9698
activesupport (>= 2)
9799
nokogiri (>= 1.4)
98100
http_parser.rb (0.8.0)
99-
i18n (1.14.1)
101+
i18n (1.14.8)
100102
concurrent-ruby (~> 1.0)
101103
jekyll (3.9.3)
102104
addressable (~> 2.4)
@@ -218,13 +220,13 @@ GEM
218220
listen (3.8.0)
219221
rb-fsevent (~> 0.10, >= 0.10.3)
220222
rb-inotify (~> 0.9, >= 0.9.10)
223+
logger (1.7.0)
221224
mercenary (0.3.6)
222225
minima (2.5.1)
223226
jekyll (>= 3.5, < 5.0)
224227
jekyll-feed (~> 0.9)
225228
jekyll-seo-tag (~> 2.1)
226-
minitest (5.20.0)
227-
mutex_m (0.2.0)
229+
minitest (5.27.0)
228230
nokogiri (1.18.9-x86_64-linux-gnu)
229231
racc (~> 1.4)
230232
octokit (4.25.1)
@@ -251,6 +253,7 @@ GEM
251253
sawyer (0.9.2)
252254
addressable (>= 2.3.5)
253255
faraday (>= 0.17.3, < 3)
256+
securerandom (0.4.1)
254257
simpleidn (0.2.1)
255258
unf (~> 0.1.4)
256259
terminal-table (1.8.0)

0 commit comments

Comments
 (0)