Skip to content

Commit 64ca492

Browse files
Bump activesupport from 7.0.0 to 7.0.1 (#162)
Bumps [activesupport](https://github.com/rails/rails) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc5f1e1 commit 64ca492

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Gemfile.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actionpack (7.0.0)
5-
actionview (= 7.0.0)
6-
activesupport (= 7.0.0)
4+
actionpack (7.0.1)
5+
actionview (= 7.0.1)
6+
activesupport (= 7.0.1)
77
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 (7.0.0)
12-
activesupport (= 7.0.0)
11+
actionview (7.0.1)
12+
activesupport (= 7.0.1)
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 (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)
17+
activemodel (7.0.1)
18+
activesupport (= 7.0.1)
19+
activerecord (7.0.1)
20+
activemodel (= 7.0.1)
21+
activesupport (= 7.0.1)
22+
activesupport (7.0.1)
2323
concurrent-ruby (~> 1.0, >= 1.0.2)
2424
i18n (>= 1.6, < 2)
2525
minitest (>= 5.1)
@@ -78,13 +78,13 @@ GEM
7878
nokogiri (>= 1.5.9)
7979
method_source (1.0.0)
8080
mime-types (2.99.3)
81-
mini_portile2 (2.6.1)
81+
mini_portile2 (2.7.1)
8282
minitest (5.15.0)
8383
multi_json (1.14.1)
8484
multi_xml (0.6.0)
8585
multipart-post (2.1.1)
86-
nokogiri (1.12.5)
87-
mini_portile2 (~> 2.6.1)
86+
nokogiri (1.13.0)
87+
mini_portile2 (~> 2.7.0)
8888
racc (~> 1.4)
8989
oauth2 (1.4.4)
9090
faraday (>= 0.8, < 2.0)
@@ -109,9 +109,9 @@ GEM
109109
nokogiri (>= 1.6)
110110
rails-html-sanitizer (1.4.2)
111111
loofah (~> 2.3)
112-
railties (7.0.0)
113-
actionpack (= 7.0.0)
114-
activesupport (= 7.0.0)
112+
railties (7.0.1)
113+
actionpack (= 7.0.1)
114+
activesupport (= 7.0.1)
115115
method_source
116116
rake (>= 12.2)
117117
thor (~> 1.0)
@@ -158,7 +158,7 @@ GEM
158158
sync (0.5.0)
159159
term-ansicolor (1.7.1)
160160
tins (~> 1.0)
161-
thor (1.1.0)
161+
thor (1.2.1)
162162
thread_safe (0.3.6)
163163
timecop (0.9.4)
164164
tins (1.30.0)
@@ -169,7 +169,7 @@ GEM
169169
webrick (1.7.0)
170170
yard (0.9.27)
171171
webrick (~> 1.7.0)
172-
zeitwerk (2.5.2)
172+
zeitwerk (2.5.3)
173173

174174
PLATFORMS
175175
ruby

0 commit comments

Comments
 (0)