Skip to content

Commit 0caeac8

Browse files
Bump rails from 6.1.4.6 to 7.0.3.1
Bumps [rails](https://github.com/rails/rails) from 6.1.4.6 to 7.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.4.6...v7.0.3.1) --- 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 6d0002e commit 0caeac8

2 files changed

Lines changed: 88 additions & 65 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: 87 additions & 64 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.1)
5+
actionpack (= 7.0.3.1)
6+
activesupport (= 7.0.3.1)
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.1)
10+
actionpack (= 7.0.3.1)
11+
activejob (= 7.0.3.1)
12+
activerecord (= 7.0.3.1)
13+
activestorage (= 7.0.3.1)
14+
activesupport (= 7.0.3.1)
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.1)
20+
actionpack (= 7.0.3.1)
21+
actionview (= 7.0.3.1)
22+
activejob (= 7.0.3.1)
23+
activesupport (= 7.0.3.1)
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.1)
30+
actionview (= 7.0.3.1)
31+
activesupport (= 7.0.3.1)
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.1)
37+
actionpack (= 7.0.3.1)
38+
activerecord (= 7.0.3.1)
39+
activestorage (= 7.0.3.1)
40+
activesupport (= 7.0.3.1)
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.1)
44+
activesupport (= 7.0.3.1)
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.1)
50+
activesupport (= 7.0.3.1)
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.1)
53+
activesupport (= 7.0.3.1)
54+
activerecord (7.0.3.1)
55+
activemodel (= 7.0.3.1)
56+
activesupport (= 7.0.3.1)
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.1)
61+
actionpack (= 7.0.3.1)
62+
activejob (= 7.0.3.1)
63+
activerecord (= 7.0.3.1)
64+
activesupport (= 7.0.3.1)
65+
marcel (~> 1.0)
5966
mini_mime (>= 1.1.0)
60-
activesupport (6.1.4.6)
67+
activesupport (7.0.3.1)
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)
@@ -173,12 +180,26 @@ GEM
173180
mini_portile2 (2.8.0)
174181
minitest (5.16.2)
175182
msgpack (1.5.3)
183+
net-imap (0.2.3)
184+
digest
185+
net-protocol
186+
strscan
187+
net-pop (0.1.1)
188+
digest
189+
net-protocol
190+
timeout
191+
net-protocol (0.1.3)
192+
timeout
176193
net-scp (3.0.0)
177194
net-ssh (>= 2.6.5, < 7.0.0)
195+
net-smtp (0.3.1)
196+
digest
197+
net-protocol
198+
timeout
178199
net-ssh (6.1.0)
179200
newrelic_rpm (8.5.0)
180201
nio4r (2.5.8)
181-
nokogiri (1.13.6)
202+
nokogiri (1.13.7)
182203
mini_portile2 (~> 2.8.0)
183204
racc (~> 1.4)
184205
orm_adapter (0.5.0)
@@ -204,38 +225,38 @@ GEM
204225
rack (2.2.4)
205226
rack-proxy (0.7.0)
206227
rack
207-
rack-test (1.1.0)
208-
rack (>= 1.0, < 3)
209-
rails (6.1.4.6)
210-
actioncable (= 6.1.4.6)
211-
actionmailbox (= 6.1.4.6)
212-
actionmailer (= 6.1.4.6)
213-
actionpack (= 6.1.4.6)
214-
actiontext (= 6.1.4.6)
215-
actionview (= 6.1.4.6)
216-
activejob (= 6.1.4.6)
217-
activemodel (= 6.1.4.6)
218-
activerecord (= 6.1.4.6)
219-
activestorage (= 6.1.4.6)
220-
activesupport (= 6.1.4.6)
228+
rack-test (2.0.2)
229+
rack (>= 1.3)
230+
rails (7.0.3.1)
231+
actioncable (= 7.0.3.1)
232+
actionmailbox (= 7.0.3.1)
233+
actionmailer (= 7.0.3.1)
234+
actionpack (= 7.0.3.1)
235+
actiontext (= 7.0.3.1)
236+
actionview (= 7.0.3.1)
237+
activejob (= 7.0.3.1)
238+
activemodel (= 7.0.3.1)
239+
activerecord (= 7.0.3.1)
240+
activestorage (= 7.0.3.1)
241+
activesupport (= 7.0.3.1)
221242
bundler (>= 1.15.0)
222-
railties (= 6.1.4.6)
223-
sprockets-rails (>= 2.0.0)
243+
railties (= 7.0.3.1)
224244
rails-controller-testing (1.0.5)
225245
actionpack (>= 5.0.1.rc1)
226246
actionview (>= 5.0.1.rc1)
227247
activesupport (>= 5.0.1.rc1)
228248
rails-dom-testing (2.0.3)
229249
activesupport (>= 4.2.0)
230250
nokogiri (>= 1.6)
231-
rails-html-sanitizer (1.4.2)
251+
rails-html-sanitizer (1.4.3)
232252
loofah (~> 2.3)
233-
railties (6.1.4.6)
234-
actionpack (= 6.1.4.6)
235-
activesupport (= 6.1.4.6)
253+
railties (7.0.3.1)
254+
actionpack (= 7.0.3.1)
255+
activesupport (= 7.0.3.1)
236256
method_source
237-
rake (>= 0.13)
257+
rake (>= 12.2)
238258
thor (~> 1.0)
259+
zeitwerk (~> 2.5)
239260
rainbow (3.1.1)
240261
rake (13.0.6)
241262
rb-fsevent (0.11.0)
@@ -313,7 +334,7 @@ GEM
313334
simplecov_json_formatter (0.1.3)
314335
spreadsheet (1.2.6)
315336
ruby-ole (>= 1.0)
316-
sprockets (4.0.2)
337+
sprockets (4.1.1)
317338
concurrent-ruby (~> 1.0)
318339
rack (> 1, < 3)
319340
sprockets-rails (3.4.2)
@@ -323,8 +344,10 @@ GEM
323344
sshkit (1.21.2)
324345
net-scp (>= 1.1.2)
325346
net-ssh (>= 2.8.0)
347+
strscan (3.0.3)
326348
thor (1.2.1)
327349
tilt (2.0.10)
350+
timeout (0.3.0)
328351
tzinfo (2.0.4)
329352
concurrent-ruby (~> 1.0)
330353
uglifier (4.2.0)
@@ -384,7 +407,7 @@ DEPENDENCIES
384407
pry
385408
pry-byebug
386409
puma (~> 5.6)
387-
rails (~> 6.1)
410+
rails (~> 7.0)
388411
rails-controller-testing
389412
reports_kit
390413
rspec-rails (~> 5.1)

0 commit comments

Comments
 (0)