Skip to content

Commit 6ba6499

Browse files
Bump activesupport from 7.1.3 to 7.2.3.1 (#16)
Bumps [activesupport](https://github.com/rails/rails) from 7.1.3 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.3...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 3cb0dc8 commit 6ba6499

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

Gemfile.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3)
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.8.5)
1517
public_suffix (>= 2.0.2, < 6.0)
1618
algolia_html_extractor (2.6.4)
@@ -19,20 +21,20 @@ GEM
1921
algoliasearch (1.27.5)
2022
httpclient (~> 2.8, >= 2.8.3)
2123
json (>= 1.5.1)
22-
base64 (0.2.0)
23-
bigdecimal (3.1.6)
24+
base64 (0.3.0)
25+
benchmark (0.5.0)
26+
bigdecimal (4.0.1)
2427
coffee-script (2.4.1)
2528
coffee-script-source
2629
execjs
2730
coffee-script-source (1.11.1)
2831
colorator (1.1.0)
2932
commonmarker (0.23.10)
30-
concurrent-ruby (1.2.3)
31-
connection_pool (2.4.1)
33+
concurrent-ruby (1.3.6)
34+
connection_pool (3.0.2)
3235
dnsruby (1.70.0)
3336
simpleidn (~> 0.2.1)
34-
drb (2.2.0)
35-
ruby2_keywords
37+
drb (2.2.3)
3638
em-websocket (0.5.3)
3739
eventmachine (>= 0.12.9)
3840
http_parser.rb (~> 0)
@@ -106,7 +108,7 @@ GEM
106108
nokogiri (>= 1.4)
107109
http_parser.rb (0.8.0)
108110
httpclient (2.8.3)
109-
i18n (1.14.1)
111+
i18n (1.14.8)
110112
concurrent-ruby (~> 1.0)
111113
jekyll (3.9.3)
112114
addressable (~> 2.4)
@@ -241,8 +243,7 @@ GEM
241243
jekyll (>= 3.5, < 5.0)
242244
jekyll-feed (~> 0.9)
243245
jekyll-seo-tag (~> 2.1)
244-
minitest (5.22.0)
245-
mutex_m (0.2.0)
246+
minitest (5.27.0)
246247
net-http (0.9.1)
247248
uri (>= 0.11.1)
248249
nokogiri (1.19.1)
@@ -261,7 +262,6 @@ GEM
261262
ffi (~> 1.0)
262263
rexml (3.4.2)
263264
rouge (3.26.0)
264-
ruby2_keywords (0.0.5)
265265
rubyzip (2.3.2)
266266
safe_yaml (1.0.5)
267267
sass (3.7.4)
@@ -272,6 +272,7 @@ GEM
272272
sawyer (0.9.2)
273273
addressable (>= 2.3.5)
274274
faraday (>= 0.17.3, < 3)
275+
securerandom (0.4.1)
275276
simpleidn (0.2.1)
276277
unf (~> 0.1.4)
277278
terminal-table (1.8.0)

0 commit comments

Comments
 (0)