Skip to content

Commit 6c226cf

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 bd6718b commit 6c226cf

1 file changed

Lines changed: 22 additions & 11 deletions

File tree

docs/Gemfile.lock

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,46 @@
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.4)
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)
2335
ethon (0.16.0)
2436
ffi (>= 1.15.0)
2537
eventmachine (1.2.7)
26-
eventmachine (1.2.7-x64-mingw32)
2738
execjs (2.8.1)
2839
faraday (2.7.5)
2940
faraday-net_http (>= 2.0, < 3.1)
3041
ruby2_keywords (>= 0.0.4)
3142
faraday-net_http (3.0.2)
3243
ffi (1.15.5)
33-
ffi (1.15.5-x64-mingw32)
3444
forwardable-extended (2.6.0)
3545
gemoji (3.0.1)
3646
github-pages (228)
@@ -88,7 +98,7 @@ GEM
8898
activesupport (>= 2)
8999
nokogiri (>= 1.4)
90100
http_parser.rb (0.8.0)
91-
i18n (1.14.1)
101+
i18n (1.14.8)
92102
concurrent-ruby (~> 1.0)
93103
jekyll (3.9.3)
94104
addressable (~> 2.4)
@@ -206,13 +216,14 @@ GEM
206216
listen (3.8.0)
207217
rb-fsevent (~> 0.10, >= 0.10.3)
208218
rb-inotify (~> 0.9, >= 0.9.10)
219+
logger (1.7.0)
209220
mercenary (0.3.6)
210221
mini_portile2 (2.8.9)
211222
minima (2.5.1)
212223
jekyll (>= 3.5, < 5.0)
213224
jekyll-feed (~> 0.9)
214225
jekyll-seo-tag (~> 2.1)
215-
minitest (5.19.0)
226+
minitest (5.27.0)
216227
nokogiri (1.18.9)
217228
mini_portile2 (~> 2.8.2)
218229
racc (~> 1.4)
@@ -239,6 +250,7 @@ GEM
239250
sawyer (0.9.2)
240251
addressable (>= 2.3.5)
241252
faraday (>= 0.17.3, < 3)
253+
securerandom (0.4.1)
242254
simpleidn (0.2.1)
243255
unf (~> 0.1.4)
244256
terminal-table (1.8.0)
@@ -250,13 +262,12 @@ GEM
250262
unf (0.1.4)
251263
unf_ext
252264
unf_ext (0.0.8.2)
253-
unf_ext (0.0.8.2-x64-mingw32)
254265
unicode-display_width (1.8.0)
255266
webrick (1.8.2)
256267

257268
PLATFORMS
258269
ruby
259-
x64-mingw32
270+
x64-mingw-ucrt
260271

261272
DEPENDENCIES
262273
github-pages

0 commit comments

Comments
 (0)