Skip to content

Commit d15071f

Browse files
Bump activesupport from 6.1.7 to 7.0.4.3
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7 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.1.7...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0fc6f8 commit d15071f

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Gemfile.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionview (6.1.7)
5-
activesupport (= 6.1.7)
4+
actionview (7.0.4.3)
5+
activesupport (= 7.0.4.3)
66
builder (~> 3.1)
77
erubi (~> 1.4)
88
rails-dom-testing (~> 2.0)
99
rails-html-sanitizer (~> 1.1, >= 1.2.0)
10-
activesupport (6.1.7)
10+
activesupport (7.0.4.3)
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
1212
i18n (>= 1.6, < 2)
1313
minitest (>= 5.1)
1414
tzinfo (~> 2.0)
15-
zeitwerk (~> 2.3)
1615
addressable (2.8.1)
1716
public_suffix (>= 2.0.2, < 6.0)
1817
builder (3.2.4)
@@ -43,7 +42,7 @@ GEM
4342
eventmachine (>= 1.0.0.beta.4)
4443
em-synchrony (1.0.6)
4544
eventmachine (>= 1.0.0.beta.1)
46-
erubi (1.11.0)
45+
erubi (1.12.0)
4746
eventmachine (1.2.7)
4847
http-accept (1.7.0)
4948
http-cookie (1.0.5)
@@ -67,6 +66,7 @@ GEM
6766
mime-types-data (~> 3.2015)
6867
mime-types-data (3.2022.0105)
6968
mini_mime (1.1.2)
69+
mini_portile2 (2.8.1)
7070
minitest (5.18.0)
7171
money (6.16.0)
7272
i18n (>= 0.6.4, <= 2)
@@ -83,13 +83,16 @@ GEM
8383
net-smtp (0.3.3)
8484
net-protocol
8585
netrc (0.11.0)
86-
nokogiri (1.13.10-x86_64-linux)
86+
nokogiri (1.14.2)
87+
mini_portile2 (~> 2.8.0)
88+
racc (~> 1.4)
89+
nokogiri (1.14.2-x86_64-linux)
8790
racc (~> 1.4)
8891
oj (3.13.23)
8992
pony (1.13.1)
9093
mail (>= 2.0)
9194
public_suffix (5.0.1)
92-
racc (1.6.1)
95+
racc (1.6.2)
9396
rack (2.2.6.4)
9497
rack-protection (3.0.5)
9598
rack
@@ -98,7 +101,7 @@ GEM
98101
rails-dom-testing (2.0.3)
99102
activesupport (>= 4.2.0)
100103
nokogiri (>= 1.6)
101-
rails-html-sanitizer (1.4.4)
104+
rails-html-sanitizer (1.5.0)
102105
loofah (~> 2.19, >= 2.19.1)
103106
raindrops (0.20.0)
104107
rake (13.0.6)
@@ -147,9 +150,9 @@ GEM
147150
unicorn (6.1.0)
148151
kgio (~> 2.6)
149152
raindrops (~> 0.7)
150-
zeitwerk (2.6.7)
151153

152154
PLATFORMS
155+
ruby
153156
x86_64-linux
154157

155158
DEPENDENCIES

0 commit comments

Comments
 (0)