Skip to content

Commit 2ba90dd

Browse files
Bump the rails_61 group in /gemfiles/rails_61 with 4 updates (#900)
Bumps the rails_61 group in /gemfiles/rails_61 with 4 updates: [rails](https://github.com/rails/rails), [minitest](https://github.com/minitest/minitest), [actionpack](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). Updates `rails` from 6.1.7.6 to 6.1.7.7 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.6...v6.1.7.7) Updates `minitest` from 5.21.2 to 5.22.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.21.2...v5.22.2) Updates `actionpack` from 6.1.7.6 to 6.1.7.7 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.6...v6.1.7.7) Updates `railties` from 6.1.7.6 to 6.1.7.7 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/railties/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.6...v6.1.7.7) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rails_61 - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rails_61 - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_61 - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_61 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f21eb0c commit 2ba90dd

File tree

1 file changed

+75
-75
lines changed

1 file changed

+75
-75
lines changed

gemfiles/rails_61/Gemfile.lock

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -10,71 +10,71 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.1.7.6)
14-
actionpack (= 6.1.7.6)
15-
activesupport (= 6.1.7.6)
13+
actioncable (6.1.7.7)
14+
actionpack (= 6.1.7.7)
15+
activesupport (= 6.1.7.7)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.1.7.6)
19-
actionpack (= 6.1.7.6)
20-
activejob (= 6.1.7.6)
21-
activerecord (= 6.1.7.6)
22-
activestorage (= 6.1.7.6)
23-
activesupport (= 6.1.7.6)
18+
actionmailbox (6.1.7.7)
19+
actionpack (= 6.1.7.7)
20+
activejob (= 6.1.7.7)
21+
activerecord (= 6.1.7.7)
22+
activestorage (= 6.1.7.7)
23+
activesupport (= 6.1.7.7)
2424
mail (>= 2.7.1)
25-
actionmailer (6.1.7.6)
26-
actionpack (= 6.1.7.6)
27-
actionview (= 6.1.7.6)
28-
activejob (= 6.1.7.6)
29-
activesupport (= 6.1.7.6)
25+
actionmailer (6.1.7.7)
26+
actionpack (= 6.1.7.7)
27+
actionview (= 6.1.7.7)
28+
activejob (= 6.1.7.7)
29+
activesupport (= 6.1.7.7)
3030
mail (~> 2.5, >= 2.5.4)
3131
rails-dom-testing (~> 2.0)
32-
actionpack (6.1.7.6)
33-
actionview (= 6.1.7.6)
34-
activesupport (= 6.1.7.6)
32+
actionpack (6.1.7.7)
33+
actionview (= 6.1.7.7)
34+
activesupport (= 6.1.7.7)
3535
rack (~> 2.0, >= 2.0.9)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.0)
3838
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39-
actiontext (6.1.7.6)
40-
actionpack (= 6.1.7.6)
41-
activerecord (= 6.1.7.6)
42-
activestorage (= 6.1.7.6)
43-
activesupport (= 6.1.7.6)
39+
actiontext (6.1.7.7)
40+
actionpack (= 6.1.7.7)
41+
activerecord (= 6.1.7.7)
42+
activestorage (= 6.1.7.7)
43+
activesupport (= 6.1.7.7)
4444
nokogiri (>= 1.8.5)
45-
actionview (6.1.7.6)
46-
activesupport (= 6.1.7.6)
45+
actionview (6.1.7.7)
46+
activesupport (= 6.1.7.7)
4747
builder (~> 3.1)
4848
erubi (~> 1.4)
4949
rails-dom-testing (~> 2.0)
5050
rails-html-sanitizer (~> 1.1, >= 1.2.0)
51-
activejob (6.1.7.6)
52-
activesupport (= 6.1.7.6)
51+
activejob (6.1.7.7)
52+
activesupport (= 6.1.7.7)
5353
globalid (>= 0.3.6)
54-
activemodel (6.1.7.6)
55-
activesupport (= 6.1.7.6)
56-
activerecord (6.1.7.6)
57-
activemodel (= 6.1.7.6)
58-
activesupport (= 6.1.7.6)
59-
activestorage (6.1.7.6)
60-
actionpack (= 6.1.7.6)
61-
activejob (= 6.1.7.6)
62-
activerecord (= 6.1.7.6)
63-
activesupport (= 6.1.7.6)
54+
activemodel (6.1.7.7)
55+
activesupport (= 6.1.7.7)
56+
activerecord (6.1.7.7)
57+
activemodel (= 6.1.7.7)
58+
activesupport (= 6.1.7.7)
59+
activestorage (6.1.7.7)
60+
actionpack (= 6.1.7.7)
61+
activejob (= 6.1.7.7)
62+
activerecord (= 6.1.7.7)
63+
activesupport (= 6.1.7.7)
6464
marcel (~> 1.0)
6565
mini_mime (>= 1.1.0)
66-
activesupport (6.1.7.6)
66+
activesupport (6.1.7.7)
6767
concurrent-ruby (~> 1.0, >= 1.0.2)
6868
i18n (>= 1.6, < 2)
6969
minitest (>= 5.1)
7070
tzinfo (~> 2.0)
7171
zeitwerk (~> 2.3)
7272
ansi (1.5.0)
7373
builder (3.2.4)
74-
concurrent-ruby (1.2.2)
74+
concurrent-ruby (1.2.3)
7575
crass (1.0.6)
76-
date (3.3.3)
77-
date (3.3.3-java)
76+
date (3.3.4)
77+
date (3.3.4-java)
7878
docile (1.4.0)
7979
erubi (1.12.0)
8080
globalid (1.2.1)
@@ -84,65 +84,65 @@ GEM
8484
activesupport (>= 5.2)
8585
i18n (1.14.1)
8686
concurrent-ruby (~> 1.0)
87-
loofah (2.21.4)
87+
loofah (2.22.0)
8888
crass (~> 1.0.2)
8989
nokogiri (>= 1.12.0)
9090
mail (2.8.1)
9191
mini_mime (>= 0.1.1)
9292
net-imap
9393
net-pop
9494
net-smtp
95-
marcel (1.0.2)
95+
marcel (1.0.3)
9696
method_source (1.0.0)
9797
mini_mime (1.1.5)
9898
mini_portile2 (2.8.5)
99-
minitest (5.21.2)
99+
minitest (5.22.2)
100100
minitest-reporters (1.6.1)
101101
ansi
102102
builder
103103
minitest (>= 5.0)
104104
ruby-progressbar
105105
mocha (2.1.0)
106106
ruby2_keywords (>= 0.0.5)
107-
net-imap (0.4.0)
107+
net-imap (0.4.10)
108108
date
109109
net-protocol
110110
net-pop (0.1.2)
111111
net-protocol
112-
net-protocol (0.2.1)
112+
net-protocol (0.2.2)
113113
timeout
114-
net-smtp (0.4.0)
114+
net-smtp (0.4.0.1)
115115
net-protocol
116-
nio4r (2.5.9)
117-
nio4r (2.5.9-java)
118-
nokogiri (1.15.4)
116+
nio4r (2.7.0)
117+
nio4r (2.7.0-java)
118+
nokogiri (1.16.2)
119119
mini_portile2 (~> 2.8.2)
120120
racc (~> 1.4)
121-
nokogiri (1.15.4-arm64-darwin)
121+
nokogiri (1.16.2-arm64-darwin)
122122
racc (~> 1.4)
123-
nokogiri (1.15.4-java)
123+
nokogiri (1.16.2-java)
124124
racc (~> 1.4)
125-
nokogiri (1.15.4-x86_64-linux)
125+
nokogiri (1.16.2-x86_64-linux)
126126
racc (~> 1.4)
127-
racc (1.7.1)
128-
racc (1.7.1-java)
129-
rack (2.2.8)
127+
racc (1.7.3)
128+
racc (1.7.3-java)
129+
rack (2.2.8.1)
130130
rack-test (2.1.0)
131131
rack (>= 1.3)
132-
rails (6.1.7.6)
133-
actioncable (= 6.1.7.6)
134-
actionmailbox (= 6.1.7.6)
135-
actionmailer (= 6.1.7.6)
136-
actionpack (= 6.1.7.6)
137-
actiontext (= 6.1.7.6)
138-
actionview (= 6.1.7.6)
139-
activejob (= 6.1.7.6)
140-
activemodel (= 6.1.7.6)
141-
activerecord (= 6.1.7.6)
142-
activestorage (= 6.1.7.6)
143-
activesupport (= 6.1.7.6)
132+
rails (6.1.7.7)
133+
actioncable (= 6.1.7.7)
134+
actionmailbox (= 6.1.7.7)
135+
actionmailer (= 6.1.7.7)
136+
actionpack (= 6.1.7.7)
137+
actiontext (= 6.1.7.7)
138+
actionview (= 6.1.7.7)
139+
activejob (= 6.1.7.7)
140+
activemodel (= 6.1.7.7)
141+
activerecord (= 6.1.7.7)
142+
activestorage (= 6.1.7.7)
143+
activesupport (= 6.1.7.7)
144144
bundler (>= 1.15.0)
145-
railties (= 6.1.7.6)
145+
railties (= 6.1.7.7)
146146
sprockets-rails (>= 2.0.0)
147147
rails-controller-testing (1.0.5)
148148
actionpack (>= 5.0.1.rc1)
@@ -155,13 +155,13 @@ GEM
155155
rails-html-sanitizer (1.6.0)
156156
loofah (~> 2.21)
157157
nokogiri (~> 1.14)
158-
railties (6.1.7.6)
159-
actionpack (= 6.1.7.6)
160-
activesupport (= 6.1.7.6)
158+
railties (6.1.7.7)
159+
actionpack (= 6.1.7.7)
160+
activesupport (= 6.1.7.7)
161161
method_source
162162
rake (>= 12.2)
163163
thor (~> 1.0)
164-
rake (13.0.6)
164+
rake (13.1.0)
165165
responders (3.1.1)
166166
actionpack (>= 5.2)
167167
railties (>= 5.2)
@@ -184,8 +184,8 @@ GEM
184184
actionpack (>= 5.2)
185185
activesupport (>= 5.2)
186186
sprockets (>= 3.0.0)
187-
thor (1.3.0)
188-
timeout (0.4.0)
187+
thor (1.3.1)
188+
timeout (0.4.1)
189189
tzinfo (2.0.6)
190190
concurrent-ruby (~> 1.0)
191191
warning (1.3.0)
@@ -194,7 +194,7 @@ GEM
194194
websocket-driver (0.7.6-java)
195195
websocket-extensions (>= 0.1.0)
196196
websocket-extensions (0.1.5)
197-
zeitwerk (2.6.12)
197+
zeitwerk (2.6.13)
198198

199199
PLATFORMS
200200
arm64-darwin-22

0 commit comments

Comments
 (0)