Skip to content

Commit 41a68b2

Browse files
authoredApr 12, 2023
Bump activesupport from 6.0.3.1 to 7.0.4.3 (#53)
Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.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@v6.0.3.1...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport 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 c53ac74 commit 41a68b2

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed
 

‎Gemfile.lock

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.1)
4+
activesupport (7.0.4.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
109
addressable (2.4.0)
1110
colorator (1.1.0)
12-
concurrent-ruby (1.1.6)
11+
concurrent-ruby (1.2.2)
1312
faraday (0.15.4)
1413
multipart-post (>= 1.2, < 3)
1514
ffi (1.10.0)
1615
forwardable-extended (2.6.0)
1716
html-pipeline (2.10.0)
1817
activesupport (>= 2)
1918
nokogiri (>= 1.4)
20-
i18n (1.8.2)
19+
i18n (1.12.0)
2120
concurrent-ruby (~> 1.0)
2221
jekyll (3.2.1)
2322
colorator (~> 1.0)
@@ -50,7 +49,7 @@ GEM
5049
ruby_dep (~> 1.2)
5150
mercenary (0.3.6)
5251
mini_portile2 (2.8.1)
53-
minitest (5.14.1)
52+
minitest (5.18.0)
5453
multipart-post (2.0.0)
5554
nokogiri (1.14.3)
5655
mini_portile2 (~> 2.8.0)
@@ -74,10 +73,8 @@ GEM
7473
sawyer (0.8.1)
7574
addressable (>= 2.3.5, < 2.6)
7675
faraday (~> 0.8, < 1.0)
77-
thread_safe (0.3.6)
78-
tzinfo (1.2.7)
79-
thread_safe (~> 0.1)
80-
zeitwerk (2.3.0)
76+
tzinfo (2.0.6)
77+
concurrent-ruby (~> 1.0)
8178

8279
PLATFORMS
8380
ruby

0 commit comments

Comments
 (0)