Skip to content

Commit a245859

Browse files
Bump activesupport from 6.1.4.1 to 6.1.7.5
Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.1 to 6.1.7.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.4.1...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f865796 commit a245859

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,46 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (6.1.4.1)
13-
actionview (= 6.1.4.1)
14-
activesupport (= 6.1.4.1)
12+
actionpack (6.1.7.5)
13+
actionview (= 6.1.7.5)
14+
activesupport (= 6.1.7.5)
1515
rack (~> 2.0, >= 2.0.9)
1616
rack-test (>= 0.6.3)
1717
rails-dom-testing (~> 2.0)
1818
rails-html-sanitizer (~> 1.0, >= 1.2.0)
19-
actionview (6.1.4.1)
20-
activesupport (= 6.1.4.1)
19+
actionview (6.1.7.5)
20+
activesupport (= 6.1.7.5)
2121
builder (~> 3.1)
2222
erubi (~> 1.4)
2323
rails-dom-testing (~> 2.0)
2424
rails-html-sanitizer (~> 1.1, >= 1.2.0)
25-
activemodel (6.1.4.1)
26-
activesupport (= 6.1.4.1)
27-
activerecord (6.1.4.1)
28-
activemodel (= 6.1.4.1)
29-
activesupport (= 6.1.4.1)
30-
activesupport (6.1.4.1)
25+
activemodel (6.1.7.5)
26+
activesupport (= 6.1.7.5)
27+
activerecord (6.1.7.5)
28+
activemodel (= 6.1.7.5)
29+
activesupport (= 6.1.7.5)
30+
activesupport (6.1.7.5)
3131
concurrent-ruby (~> 1.0, >= 1.0.2)
3232
i18n (>= 1.6, < 2)
3333
minitest (>= 5.1)
3434
tzinfo (~> 2.0)
3535
zeitwerk (~> 2.3)
3636
builder (3.2.4)
3737
byebug (11.1.3)
38-
concurrent-ruby (1.1.9)
38+
concurrent-ruby (1.3.4)
3939
crass (1.0.6)
4040
diff-lcs (1.4.4)
4141
erubi (1.10.0)
4242
faker (1.9.6)
4343
i18n (>= 0.7)
44-
i18n (1.8.10)
44+
i18n (1.14.6)
4545
concurrent-ruby (~> 1.0)
4646
loofah (2.18.0)
4747
crass (~> 1.0.2)
4848
nokogiri (>= 1.5.9)
4949
method_source (1.0.0)
5050
mini_portile2 (2.8.0)
51-
minitest (5.14.4)
51+
minitest (5.25.1)
5252
nokogiri (1.13.8)
5353
mini_portile2 (~> 2.8.0)
5454
racc (~> 1.4)
@@ -61,11 +61,11 @@ GEM
6161
nokogiri (>= 1.6)
6262
rails-html-sanitizer (1.4.3)
6363
loofah (~> 2.3)
64-
railties (6.1.4.1)
65-
actionpack (= 6.1.4.1)
66-
activesupport (= 6.1.4.1)
64+
railties (6.1.7.5)
65+
actionpack (= 6.1.7.5)
66+
activesupport (= 6.1.7.5)
6767
method_source
68-
rake (>= 0.13)
68+
rake (>= 12.2)
6969
thor (~> 1.0)
7070
rake (13.0.6)
7171
rspec (3.10.0)
@@ -92,9 +92,9 @@ GEM
9292
sqlite3 (1.6.4)
9393
mini_portile2 (~> 2.8.0)
9494
thor (1.1.0)
95-
tzinfo (2.0.4)
95+
tzinfo (2.0.6)
9696
concurrent-ruby (~> 1.0)
97-
zeitwerk (2.4.2)
97+
zeitwerk (2.6.18)
9898

9999
PLATFORMS
100100
ruby

0 commit comments

Comments
 (0)