Skip to content

Commit 61c11bd

Browse files
Bump activesupport from 6.1.4.1 to 7.0.0 (#157)
Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.1 to 7.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.0/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.4.1...v7.0.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b13cfc0 commit 61c11bd

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Gemfile.lock

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actionpack (6.1.4.1)
5-
actionview (= 6.1.4.1)
6-
activesupport (= 6.1.4.1)
7-
rack (~> 2.0, >= 2.0.9)
4+
actionpack (7.0.0)
5+
actionview (= 7.0.0)
6+
activesupport (= 7.0.0)
7+
rack (~> 2.0, >= 2.2.0)
88
rack-test (>= 0.6.3)
99
rails-dom-testing (~> 2.0)
1010
rails-html-sanitizer (~> 1.0, >= 1.2.0)
11-
actionview (6.1.4.1)
12-
activesupport (= 6.1.4.1)
11+
actionview (7.0.0)
12+
activesupport (= 7.0.0)
1313
builder (~> 3.1)
1414
erubi (~> 1.4)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.1, >= 1.2.0)
17-
activemodel (6.1.4.1)
18-
activesupport (= 6.1.4.1)
19-
activerecord (6.1.4.1)
20-
activemodel (= 6.1.4.1)
21-
activesupport (= 6.1.4.1)
22-
activesupport (6.1.4.1)
17+
activemodel (7.0.0)
18+
activesupport (= 7.0.0)
19+
activerecord (7.0.0)
20+
activemodel (= 7.0.0)
21+
activesupport (= 7.0.0)
22+
activesupport (7.0.0)
2323
concurrent-ruby (~> 1.0, >= 1.0.2)
2424
i18n (>= 1.6, < 2)
2525
minitest (>= 5.1)
2626
tzinfo (~> 2.0)
27-
zeitwerk (~> 2.3)
2827
addressable (2.4.0)
2928
ancestry (4.1.0)
3029
activerecord (>= 5.2.6)
@@ -60,7 +59,7 @@ GEM
6059
oauth2 (~> 1.0)
6160
hashie (4.1.0)
6261
highline (2.0.3)
63-
i18n (1.8.10)
62+
i18n (1.8.11)
6463
concurrent-ruby (~> 1.0)
6564
jeweler (2.3.9)
6665
builder
@@ -74,13 +73,13 @@ GEM
7473
rdoc
7574
semver2
7675
jwt (2.2.1)
77-
loofah (2.12.0)
76+
loofah (2.13.0)
7877
crass (~> 1.0.2)
7978
nokogiri (>= 1.5.9)
8079
method_source (1.0.0)
8180
mime-types (2.99.3)
8281
mini_portile2 (2.6.1)
83-
minitest (5.14.4)
82+
minitest (5.15.0)
8483
multi_json (1.14.1)
8584
multi_xml (0.6.0)
8685
multipart-post (2.1.1)
@@ -101,21 +100,22 @@ GEM
101100
coderay (~> 1.1)
102101
method_source (~> 1.0)
103102
psych (3.1.0)
104-
racc (1.5.2)
103+
racc (1.6.0)
105104
rack (2.2.3)
106105
rack-test (1.1.0)
107106
rack (>= 1.0, < 3)
108107
rails-dom-testing (2.0.3)
109108
activesupport (>= 4.2.0)
110109
nokogiri (>= 1.6)
111-
rails-html-sanitizer (1.4.1)
110+
rails-html-sanitizer (1.4.2)
112111
loofah (~> 2.3)
113-
railties (6.1.4.1)
114-
actionpack (= 6.1.4.1)
115-
activesupport (= 6.1.4.1)
112+
railties (7.0.0)
113+
actionpack (= 7.0.0)
114+
activesupport (= 7.0.0)
116115
method_source
117-
rake (>= 0.13)
116+
rake (>= 12.2)
118117
thor (~> 1.0)
118+
zeitwerk (~> 2.5)
119119
rainbow (3.0.0)
120120
rake (13.0.6)
121121
rchardet (1.8.0)
@@ -167,7 +167,7 @@ GEM
167167
concurrent-ruby (~> 1.0)
168168
unicode-display_width (2.1.0)
169169
yard (0.9.26)
170-
zeitwerk (2.4.2)
170+
zeitwerk (2.5.2)
171171

172172
PLATFORMS
173173
ruby

0 commit comments

Comments
 (0)