Skip to content

Commit 04c5d8e

Browse files
Bump activesupport from 7.1.5.1 to 7.2.3.1 (#164)
Bumps [activesupport](https://github.com/rails/rails) from 7.1.5.1 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.5.1...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 5ad7d56 commit 04c5d8e

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.5.1)
4+
activesupport (7.2.3.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
8-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
99
connection_pool (>= 2.2.5)
1010
drb
1111
i18n (>= 1.6, < 2)
1212
logger (>= 1.4.2)
13-
minitest (>= 5.1)
14-
mutex_m
13+
minitest (>= 5.1, < 6)
1514
securerandom (>= 0.3)
16-
tzinfo (~> 2.0)
15+
tzinfo (~> 2.0, >= 2.0.5)
1716
addressable (2.8.7)
1817
public_suffix (>= 2.0.2, < 7.0)
19-
base64 (0.2.0)
20-
benchmark (0.4.0)
21-
bigdecimal (3.1.9)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
2221
coffee-script (2.4.1)
2322
coffee-script-source
2423
execjs
2524
coffee-script-source (1.12.2)
2625
colorator (1.1.0)
2726
commonmarker (0.23.11)
28-
concurrent-ruby (1.3.5)
29-
connection_pool (2.5.0)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
3029
csv (3.3.3)
3130
dnsruby (1.73.1)
3231
base64 (>= 0.2)
3332
logger (~> 1.6)
3433
simpleidn (~> 0.2.1)
35-
drb (2.2.1)
34+
drb (2.2.3)
3635
em-websocket (0.5.3)
3736
eventmachine (>= 0.12.9)
3837
http_parser.rb (~> 0)
@@ -107,7 +106,7 @@ GEM
107106
activesupport (>= 2)
108107
nokogiri (>= 1.4)
109108
http_parser.rb (0.8.0)
110-
i18n (1.14.7)
109+
i18n (1.14.8)
111110
concurrent-ruby (~> 1.0)
112111
jekyll (3.10.0)
113112
addressable (~> 2.4)
@@ -234,8 +233,7 @@ GEM
234233
jekyll (>= 3.5, < 5.0)
235234
jekyll-feed (~> 0.9)
236235
jekyll-seo-tag (~> 2.1)
237-
minitest (5.25.5)
238-
mutex_m (0.3.0)
236+
minitest (5.27.0)
239237
net-http (0.9.1)
240238
uri (>= 0.11.1)
241239
nokogiri (1.19.1-arm64-darwin)
@@ -266,7 +264,7 @@ GEM
266264
sawyer (0.9.2)
267265
addressable (>= 2.3.5)
268266
faraday (>= 0.17.3, < 3)
269-
securerandom (0.3.2)
267+
securerandom (0.4.1)
270268
simpleidn (0.2.3)
271269
terminal-table (1.8.0)
272270
unicode-display_width (~> 1.1, >= 1.1.1)

0 commit comments

Comments
 (0)