Skip to content

Commit 67a1576

Browse files
Bump activesupport from 7.2.1 to 7.2.3.1
Bumps [activesupport](https://github.com/rails/rails) from 7.2.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.2.1...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3db426 commit 67a1576

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'activesupport', '~> 7.2.1'
3+
gem 'activesupport', '~> 7.2.3'
44
gem 'rake', '~> 13.2.1'
55
gem 'bump', '~> 0.10.0'

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1)
4+
activesupport (7.2.3.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
1112
logger (>= 1.4.2)
12-
minitest (>= 5.1)
13+
minitest (>= 5.1, < 6)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
15-
base64 (0.2.0)
16-
bigdecimal (3.1.8)
16+
base64 (0.3.0)
17+
benchmark (0.5.0)
18+
bigdecimal (4.0.1)
1719
bump (0.10.0)
18-
concurrent-ruby (1.3.4)
19-
connection_pool (2.4.1)
20-
drb (2.2.1)
21-
i18n (1.14.6)
20+
concurrent-ruby (1.3.6)
21+
connection_pool (3.0.2)
22+
drb (2.2.3)
23+
i18n (1.14.8)
2224
concurrent-ruby (~> 1.0)
23-
logger (1.6.1)
24-
minitest (5.25.1)
25+
logger (1.7.0)
26+
minitest (5.27.0)
2527
rake (13.2.1)
26-
securerandom (0.3.1)
28+
securerandom (0.4.1)
2729
tzinfo (2.0.6)
2830
concurrent-ruby (~> 1.0)
2931

@@ -32,7 +34,7 @@ PLATFORMS
3234
x86_64-linux
3335

3436
DEPENDENCIES
35-
activesupport (~> 7.2.1)
37+
activesupport (~> 7.2.3)
3638
bump (~> 0.10.0)
3739
rake (~> 13.2.1)
3840

0 commit comments

Comments
 (0)