Skip to content

Commit 98247c8

Browse files
Bump rails from 6.1.4.6 to 7.0.4 in /rails
Bumps [rails](https://github.com/rails/rails) from 6.1.4.6 to 7.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.4.6...v7.0.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecc80e7 commit 98247c8

2 files changed

Lines changed: 86 additions & 71 deletions

File tree

rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.1.2'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
7-
gem 'rails', '~> 6.1.4'
7+
gem 'rails', '~> 7.0.4'
88
# Use mysql as the database for Active Record
99
gem 'mysql2', '>= 0.4.4'
1010
# Use Puma as the app server

rails/Gemfile.lock

Lines changed: 85 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4.6)
5-
actionpack (= 6.1.4.6)
6-
activesupport (= 6.1.4.6)
4+
actioncable (7.0.4)
5+
actionpack (= 7.0.4)
6+
activesupport (= 7.0.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4.6)
10-
actionpack (= 6.1.4.6)
11-
activejob (= 6.1.4.6)
12-
activerecord (= 6.1.4.6)
13-
activestorage (= 6.1.4.6)
14-
activesupport (= 6.1.4.6)
9+
actionmailbox (7.0.4)
10+
actionpack (= 7.0.4)
11+
activejob (= 7.0.4)
12+
activerecord (= 7.0.4)
13+
activestorage (= 7.0.4)
14+
activesupport (= 7.0.4)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4.6)
17-
actionpack (= 6.1.4.6)
18-
actionview (= 6.1.4.6)
19-
activejob (= 6.1.4.6)
20-
activesupport (= 6.1.4.6)
16+
net-imap
17+
net-pop
18+
net-smtp
19+
actionmailer (7.0.4)
20+
actionpack (= 7.0.4)
21+
actionview (= 7.0.4)
22+
activejob (= 7.0.4)
23+
activesupport (= 7.0.4)
2124
mail (~> 2.5, >= 2.5.4)
25+
net-imap
26+
net-pop
27+
net-smtp
2228
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.4.6)
24-
actionview (= 6.1.4.6)
25-
activesupport (= 6.1.4.6)
26-
rack (~> 2.0, >= 2.0.9)
29+
actionpack (7.0.4)
30+
actionview (= 7.0.4)
31+
activesupport (= 7.0.4)
32+
rack (~> 2.0, >= 2.2.0)
2733
rack-test (>= 0.6.3)
2834
rails-dom-testing (~> 2.0)
2935
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.4.6)
31-
actionpack (= 6.1.4.6)
32-
activerecord (= 6.1.4.6)
33-
activestorage (= 6.1.4.6)
34-
activesupport (= 6.1.4.6)
36+
actiontext (7.0.4)
37+
actionpack (= 7.0.4)
38+
activerecord (= 7.0.4)
39+
activestorage (= 7.0.4)
40+
activesupport (= 7.0.4)
41+
globalid (>= 0.6.0)
3542
nokogiri (>= 1.8.5)
36-
actionview (6.1.4.6)
37-
activesupport (= 6.1.4.6)
43+
actionview (7.0.4)
44+
activesupport (= 7.0.4)
3845
builder (~> 3.1)
3946
erubi (~> 1.4)
4047
rails-dom-testing (~> 2.0)
4148
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.4.6)
43-
activesupport (= 6.1.4.6)
49+
activejob (7.0.4)
50+
activesupport (= 7.0.4)
4451
globalid (>= 0.3.6)
45-
activemodel (6.1.4.6)
46-
activesupport (= 6.1.4.6)
47-
activerecord (6.1.4.6)
48-
activemodel (= 6.1.4.6)
49-
activesupport (= 6.1.4.6)
50-
activestorage (6.1.4.6)
51-
actionpack (= 6.1.4.6)
52-
activejob (= 6.1.4.6)
53-
activerecord (= 6.1.4.6)
54-
activesupport (= 6.1.4.6)
55-
marcel (~> 1.0.0)
52+
activemodel (7.0.4)
53+
activesupport (= 7.0.4)
54+
activerecord (7.0.4)
55+
activemodel (= 7.0.4)
56+
activesupport (= 7.0.4)
57+
activestorage (7.0.4)
58+
actionpack (= 7.0.4)
59+
activejob (= 7.0.4)
60+
activerecord (= 7.0.4)
61+
activesupport (= 7.0.4)
62+
marcel (~> 1.0)
5663
mini_mime (>= 1.1.0)
57-
activesupport (6.1.4.6)
64+
activesupport (7.0.4)
5865
concurrent-ruby (~> 1.0, >= 1.0.2)
5966
i18n (>= 1.6, < 2)
6067
minitest (>= 5.1)
6168
tzinfo (~> 2.0)
62-
zeitwerk (~> 2.3)
6369
annotate (3.2.0)
6470
activerecord (>= 3.2, < 8.0)
6571
rake (>= 10.4, < 14.0)
@@ -71,7 +77,7 @@ GEM
7177
concurrent-ruby (1.1.10)
7278
crass (1.0.6)
7379
diff-lcs (1.5.0)
74-
erubi (1.10.0)
80+
erubi (1.11.0)
7581
factory_bot (6.2.0)
7682
activesupport (>= 5.0.0)
7783
factory_bot_rails (6.2.0)
@@ -88,7 +94,7 @@ GEM
8894
listen (3.7.1)
8995
rb-fsevent (~> 0.10, >= 0.10.3)
9096
rb-inotify (~> 0.9, >= 0.9.10)
91-
loofah (2.16.0)
97+
loofah (2.19.0)
9298
crass (~> 1.0.2)
9399
nokogiri (>= 1.5.9)
94100
mail (2.7.1)
@@ -97,47 +103,55 @@ GEM
97103
method_source (1.0.0)
98104
mini_mime (1.1.2)
99105
mini_portile2 (2.8.0)
100-
minitest (5.15.0)
106+
minitest (5.16.3)
101107
msgpack (1.4.4)
102108
mysql2 (0.5.4)
109+
net-imap (0.3.1)
110+
net-protocol
111+
net-pop (0.1.2)
112+
net-protocol
113+
net-protocol (0.1.3)
114+
timeout
115+
net-smtp (0.3.2)
116+
net-protocol
103117
nio4r (2.5.8)
104-
nokogiri (1.13.6)
118+
nokogiri (1.13.8)
105119
mini_portile2 (~> 2.8.0)
106120
racc (~> 1.4)
107121
puma (5.6.4)
108122
nio4r (~> 2.0)
109123
racc (1.6.0)
110-
rack (2.2.3)
124+
rack (2.2.4)
111125
rack-mini-profiler (3.0.0)
112126
rack (>= 1.2.0)
113-
rack-test (1.1.0)
114-
rack (>= 1.0, < 3)
115-
rails (6.1.4.6)
116-
actioncable (= 6.1.4.6)
117-
actionmailbox (= 6.1.4.6)
118-
actionmailer (= 6.1.4.6)
119-
actionpack (= 6.1.4.6)
120-
actiontext (= 6.1.4.6)
121-
actionview (= 6.1.4.6)
122-
activejob (= 6.1.4.6)
123-
activemodel (= 6.1.4.6)
124-
activerecord (= 6.1.4.6)
125-
activestorage (= 6.1.4.6)
126-
activesupport (= 6.1.4.6)
127+
rack-test (2.0.2)
128+
rack (>= 1.3)
129+
rails (7.0.4)
130+
actioncable (= 7.0.4)
131+
actionmailbox (= 7.0.4)
132+
actionmailer (= 7.0.4)
133+
actionpack (= 7.0.4)
134+
actiontext (= 7.0.4)
135+
actionview (= 7.0.4)
136+
activejob (= 7.0.4)
137+
activemodel (= 7.0.4)
138+
activerecord (= 7.0.4)
139+
activestorage (= 7.0.4)
140+
activesupport (= 7.0.4)
127141
bundler (>= 1.15.0)
128-
railties (= 6.1.4.6)
129-
sprockets-rails (>= 2.0.0)
142+
railties (= 7.0.4)
130143
rails-dom-testing (2.0.3)
131144
activesupport (>= 4.2.0)
132145
nokogiri (>= 1.6)
133-
rails-html-sanitizer (1.4.2)
146+
rails-html-sanitizer (1.4.3)
134147
loofah (~> 2.3)
135-
railties (6.1.4.6)
136-
actionpack (= 6.1.4.6)
137-
activesupport (= 6.1.4.6)
148+
railties (7.0.4)
149+
actionpack (= 7.0.4)
150+
activesupport (= 7.0.4)
138151
method_source
139-
rake (>= 0.13)
152+
rake (>= 12.2)
140153
thor (~> 1.0)
154+
zeitwerk (~> 2.5)
141155
rake (13.0.6)
142156
rb-fsevent (0.11.1)
143157
rb-inotify (0.10.1)
@@ -174,7 +188,7 @@ GEM
174188
spring (4.0.0)
175189
spring-commands-rspec (1.0.4)
176190
spring (>= 0.9.1)
177-
sprockets (4.0.2)
191+
sprockets (4.1.1)
178192
concurrent-ruby (~> 1.0)
179193
rack (> 1, < 3)
180194
sprockets-rails (3.4.2)
@@ -184,7 +198,8 @@ GEM
184198
table_structure (0.4.3)
185199
thor (1.2.1)
186200
tilt (2.0.10)
187-
tzinfo (2.0.4)
201+
timeout (0.3.0)
202+
tzinfo (2.0.5)
188203
concurrent-ruby (~> 1.0)
189204
web-console (4.2.0)
190205
actionview (>= 6.0.0)
@@ -194,7 +209,7 @@ GEM
194209
websocket-driver (0.7.5)
195210
websocket-extensions (>= 0.1.0)
196211
websocket-extensions (0.1.5)
197-
zeitwerk (2.5.4)
212+
zeitwerk (2.6.1)
198213

199214
PLATFORMS
200215
ruby
@@ -210,7 +225,7 @@ DEPENDENCIES
210225
mysql2 (>= 0.4.4)
211226
puma (~> 5.6)
212227
rack-mini-profiler (~> 3.0)
213-
rails (~> 6.1.4)
228+
rails (~> 7.0.4)
214229
rspec-rails
215230
rspec_junit_formatter
216231
sass-rails (~> 6)

0 commit comments

Comments
 (0)