Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit aaf8d20

Browse files
Bump activesupport from 5.1.1 to 7.0.4.3
Bumps [activesupport](https://github.com/rails/rails) from 5.1.1 to 7.0.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v5.1.1...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67a0dec commit aaf8d20

1 file changed

Lines changed: 17 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (5.1.1)
5-
activesupport (= 5.1.1)
6-
activemodel-serializers-xml (1.0.1)
4+
activemodel (7.0.4.3)
5+
activesupport (= 7.0.4.3)
6+
activemodel-serializers-xml (1.0.2)
77
activemodel (> 5.x)
8-
activerecord (> 5.x)
98
activesupport (> 5.x)
109
builder (~> 3.1)
11-
activerecord (5.1.1)
12-
activemodel (= 5.1.1)
13-
activesupport (= 5.1.1)
14-
arel (~> 8.0)
15-
activeresource (5.0.0)
16-
activemodel (>= 5.0, < 6)
10+
activeresource (6.0.0)
11+
activemodel (>= 6.0)
1712
activemodel-serializers-xml (~> 1.0)
18-
activesupport (>= 5.0, < 6)
19-
activesupport (5.1.1)
13+
activesupport (>= 6.0)
14+
activesupport (7.0.4.3)
2015
concurrent-ruby (~> 1.0, >= 1.0.2)
21-
i18n (~> 0.7)
22-
minitest (~> 5.1)
23-
tzinfo (~> 1.1)
24-
arel (8.0.0)
25-
builder (3.2.3)
26-
concurrent-ruby (1.0.5)
16+
i18n (>= 1.6, < 2)
17+
minitest (>= 5.1)
18+
tzinfo (~> 2.0)
19+
builder (3.2.4)
20+
concurrent-ruby (1.2.2)
2721
dotenv (2.2.1)
2822
httparty (0.15.5)
2923
multi_xml (>= 0.5.2)
30-
i18n (0.8.4)
31-
minitest (5.10.2)
24+
i18n (1.12.0)
25+
concurrent-ruby (~> 1.0)
26+
minitest (5.18.0)
3227
multi_xml (0.6.0)
3328
mustermann (1.0.0)
3429
rack (2.0.3)
@@ -42,10 +37,9 @@ GEM
4237
rack (~> 2.0)
4338
rack-protection (= 2.0.0)
4439
tilt (~> 2.0)
45-
thread_safe (0.3.6)
4640
tilt (2.0.7)
47-
tzinfo (1.2.3)
48-
thread_safe (~> 0.1)
41+
tzinfo (2.0.6)
42+
concurrent-ruby (~> 1.0)
4943

5044
PLATFORMS
5145
ruby

0 commit comments

Comments
 (0)