Skip to content

Commit 03ed7f3

Browse files
Bump rails from 6.1.4.6 to 7.0.3
Bumps [rails](https://github.com/rails/rails) from 6.1.4.6 to 7.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.4.6...v7.0.3) --- 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 b359853 commit 03ed7f3

2 files changed

Lines changed: 85 additions & 62 deletions

File tree

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.0.3'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.1'
7+
gem 'rails', '~> 7.0'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
gem 'activerecord-postgres_enum', '~> 2.0'

Gemfile.lock

Lines changed: 84 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,74 @@
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.3)
5+
actionpack (= 7.0.3)
6+
activesupport (= 7.0.3)
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.3)
10+
actionpack (= 7.0.3)
11+
activejob (= 7.0.3)
12+
activerecord (= 7.0.3)
13+
activestorage (= 7.0.3)
14+
activesupport (= 7.0.3)
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.3)
20+
actionpack (= 7.0.3)
21+
actionview (= 7.0.3)
22+
activejob (= 7.0.3)
23+
activesupport (= 7.0.3)
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.3)
30+
actionview (= 7.0.3)
31+
activesupport (= 7.0.3)
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.3)
37+
actionpack (= 7.0.3)
38+
activerecord (= 7.0.3)
39+
activestorage (= 7.0.3)
40+
activesupport (= 7.0.3)
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.3)
44+
activesupport (= 7.0.3)
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.3)
50+
activesupport (= 7.0.3)
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)
52+
activemodel (7.0.3)
53+
activesupport (= 7.0.3)
54+
activerecord (7.0.3)
55+
activemodel (= 7.0.3)
56+
activesupport (= 7.0.3)
5057
activerecord-postgres_enum (2.0.1)
5158
activerecord (>= 5.2)
5259
pg
53-
activestorage (6.1.4.6)
54-
actionpack (= 6.1.4.6)
55-
activejob (= 6.1.4.6)
56-
activerecord (= 6.1.4.6)
57-
activesupport (= 6.1.4.6)
58-
marcel (~> 1.0.0)
60+
activestorage (7.0.3)
61+
actionpack (= 7.0.3)
62+
activejob (= 7.0.3)
63+
activerecord (= 7.0.3)
64+
activesupport (= 7.0.3)
65+
marcel (~> 1.0)
5966
mini_mime (>= 1.1.0)
60-
activesupport (6.1.4.6)
67+
activesupport (7.0.3)
6168
concurrent-ruby (~> 1.0, >= 1.0.2)
6269
i18n (>= 1.6, < 2)
6370
minitest (>= 5.1)
6471
tzinfo (~> 2.0)
65-
zeitwerk (~> 2.3)
6672
addressable (2.8.0)
6773
public_suffix (>= 2.0.2, < 5.0)
6874
airbrussh (1.4.0)
@@ -133,6 +139,7 @@ GEM
133139
responders
134140
warden (~> 1.2.3)
135141
diff-lcs (1.5.0)
142+
digest (3.1.0)
136143
docile (1.4.0)
137144
errbase (0.2.2)
138145
erubi (1.10.0)
@@ -160,7 +167,7 @@ GEM
160167
listen (3.7.1)
161168
rb-fsevent (~> 0.10, >= 0.10.3)
162169
rb-inotify (~> 0.9, >= 0.9.10)
163-
loofah (2.16.0)
170+
loofah (2.18.0)
164171
crass (~> 1.0.2)
165172
nokogiri (>= 1.5.9)
166173
mail (2.7.1)
@@ -172,8 +179,22 @@ GEM
172179
mini_portile2 (2.8.0)
173180
minitest (5.15.0)
174181
msgpack (1.4.5)
182+
net-imap (0.2.3)
183+
digest
184+
net-protocol
185+
strscan
186+
net-pop (0.1.1)
187+
digest
188+
net-protocol
189+
timeout
190+
net-protocol (0.1.3)
191+
timeout
175192
net-scp (3.0.0)
176193
net-ssh (>= 2.6.5, < 7.0.0)
194+
net-smtp (0.3.1)
195+
digest
196+
net-protocol
197+
timeout
177198
net-ssh (6.1.0)
178199
newrelic_rpm (8.5.0)
179200
nio4r (2.5.8)
@@ -205,21 +226,20 @@ GEM
205226
rack
206227
rack-test (1.1.0)
207228
rack (>= 1.0, < 3)
208-
rails (6.1.4.6)
209-
actioncable (= 6.1.4.6)
210-
actionmailbox (= 6.1.4.6)
211-
actionmailer (= 6.1.4.6)
212-
actionpack (= 6.1.4.6)
213-
actiontext (= 6.1.4.6)
214-
actionview (= 6.1.4.6)
215-
activejob (= 6.1.4.6)
216-
activemodel (= 6.1.4.6)
217-
activerecord (= 6.1.4.6)
218-
activestorage (= 6.1.4.6)
219-
activesupport (= 6.1.4.6)
229+
rails (7.0.3)
230+
actioncable (= 7.0.3)
231+
actionmailbox (= 7.0.3)
232+
actionmailer (= 7.0.3)
233+
actionpack (= 7.0.3)
234+
actiontext (= 7.0.3)
235+
actionview (= 7.0.3)
236+
activejob (= 7.0.3)
237+
activemodel (= 7.0.3)
238+
activerecord (= 7.0.3)
239+
activestorage (= 7.0.3)
240+
activesupport (= 7.0.3)
220241
bundler (>= 1.15.0)
221-
railties (= 6.1.4.6)
222-
sprockets-rails (>= 2.0.0)
242+
railties (= 7.0.3)
223243
rails-controller-testing (1.0.5)
224244
actionpack (>= 5.0.1.rc1)
225245
actionview (>= 5.0.1.rc1)
@@ -229,12 +249,13 @@ GEM
229249
nokogiri (>= 1.6)
230250
rails-html-sanitizer (1.4.2)
231251
loofah (~> 2.3)
232-
railties (6.1.4.6)
233-
actionpack (= 6.1.4.6)
234-
activesupport (= 6.1.4.6)
252+
railties (7.0.3)
253+
actionpack (= 7.0.3)
254+
activesupport (= 7.0.3)
235255
method_source
236-
rake (>= 0.13)
256+
rake (>= 12.2)
237257
thor (~> 1.0)
258+
zeitwerk (~> 2.5)
238259
rainbow (3.1.1)
239260
rake (13.0.6)
240261
rb-fsevent (0.11.0)
@@ -311,7 +332,7 @@ GEM
311332
simplecov_json_formatter (0.1.3)
312333
spreadsheet (1.2.6)
313334
ruby-ole (>= 1.0)
314-
sprockets (4.0.2)
335+
sprockets (4.0.3)
315336
concurrent-ruby (~> 1.0)
316337
rack (> 1, < 3)
317338
sprockets-rails (3.4.2)
@@ -321,8 +342,10 @@ GEM
321342
sshkit (1.21.2)
322343
net-scp (>= 1.1.2)
323344
net-ssh (>= 2.8.0)
345+
strscan (3.0.3)
324346
thor (1.2.1)
325347
tilt (2.0.10)
348+
timeout (0.2.0)
326349
tzinfo (2.0.4)
327350
concurrent-ruby (~> 1.0)
328351
uglifier (4.2.0)
@@ -382,7 +405,7 @@ DEPENDENCIES
382405
pry
383406
pry-byebug
384407
puma (~> 5.6)
385-
rails (~> 6.1)
408+
rails (~> 7.0)
386409
rails-controller-testing
387410
reports_kit
388411
rspec-rails (~> 5.1)

0 commit comments

Comments
 (0)