Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c7d70d

Browse files
authoredMay 7, 2024··
Bump activesupport from 6.1.7.1 to 6.1.7.5 (#59)
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.1...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 025d4bb commit 2c7d70d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.1)
4+
activesupport (6.1.7.5)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
@@ -10,9 +10,9 @@ GEM
1010
ast (2.4.2)
1111
base64 (0.1.1)
1212
coderay (1.1.3)
13-
concurrent-ruby (1.1.10)
13+
concurrent-ruby (1.2.3)
1414
docile (1.4.0)
15-
i18n (1.12.0)
15+
i18n (1.14.4)
1616
concurrent-ruby (~> 1.0)
1717
json (2.6.3)
1818
language_server-protocol (3.17.0.3)
@@ -58,10 +58,10 @@ GEM
5858
json (>= 1.8, < 3)
5959
simplecov-html (~> 0.10.0)
6060
simplecov-html (0.10.2)
61-
tzinfo (2.0.5)
61+
tzinfo (2.0.6)
6262
concurrent-ruby (~> 1.0)
6363
unicode-display_width (2.4.2)
64-
zeitwerk (2.6.6)
64+
zeitwerk (2.6.13)
6565

6666
PLATFORMS
6767
ruby

0 commit comments

Comments
 (0)
Please sign in to comment.