Skip to content

Commit ac72169

Browse files
chore(deps-dev): bump activesupport from 6.1.7.10 to 7.2.3.1 in /docs
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.10 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@v6.1.7.10...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 1eaf35e commit ac72169

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

docs/Gemfile.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.10)
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)
9-
zeitwerk (~> 2.3)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1016
addressable (2.9.0)
1117
public_suffix (>= 2.0.2, < 8.0)
1218
base64 (0.2.0)
19+
benchmark (0.5.0)
1320
bigdecimal (4.0.1)
1421
coffee-script (2.4.1)
1522
coffee-script-source
1623
execjs
1724
coffee-script-source (1.12.2)
1825
colorator (1.1.0)
1926
commonmarker (0.23.12)
20-
concurrent-ruby (1.3.5)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
2129
csv (3.3.5)
2230
dnsruby (1.72.4)
2331
base64 (~> 0.2.0)
2432
logger (~> 1.6.5)
2533
simpleidn (~> 0.2.1)
34+
drb (2.2.3)
2635
em-websocket (0.5.3)
2736
eventmachine (>= 0.12.9)
2837
http_parser.rb (~> 0)
@@ -103,7 +112,7 @@ GEM
103112
yell (~> 2.0)
104113
zeitwerk (~> 2.5)
105114
http_parser.rb (0.8.0)
106-
i18n (1.14.7)
115+
i18n (1.14.8)
107116
concurrent-ruby (~> 1.0)
108117
jekyll (3.9.5)
109118
addressable (~> 2.4)
@@ -229,7 +238,7 @@ GEM
229238
jekyll (>= 3.5, < 5.0)
230239
jekyll-feed (~> 0.9)
231240
jekyll-seo-tag (~> 2.1)
232-
minitest (5.25.4)
241+
minitest (5.27.0)
233242
net-http (0.9.1)
234243
uri (>= 0.11.1)
235244
nokogiri (1.19.1)
@@ -259,6 +268,7 @@ GEM
259268
sawyer (0.9.3)
260269
addressable (>= 2.3.5)
261270
faraday (>= 0.17.3, < 3)
271+
securerandom (0.4.1)
262272
simpleidn (0.2.3)
263273
terminal-table (1.8.0)
264274
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -270,7 +280,7 @@ GEM
270280
uri (1.1.1)
271281
webrick (1.9.2)
272282
yell (2.2.2)
273-
zeitwerk (2.6.18)
283+
zeitwerk (2.7.5)
274284

275285
PLATFORMS
276286
ruby

0 commit comments

Comments
 (0)