Skip to content

Commit 4c05f80

Browse files
Bump rails from 6.1.4 to 7.0.4.2
Bumps [rails](https://github.com/rails/rails) from 6.1.4 to 7.0.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.4...v7.0.4.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3c6a8e commit 4c05f80

File tree

2 files changed

+103
-90
lines changed

2 files changed

+103
-90
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
gem 'rails', '~> 6.1'
3+
gem 'rails', '~> 7.0'
44

55
gem 'listen'
66
gem 'sqlite3'

Gemfile.lock

Lines changed: 102 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,147 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actioncable (6.1.4)
5-
actionpack (= 6.1.4)
6-
activesupport (= 6.1.4)
4+
actioncable (7.0.4.2)
5+
actionpack (= 7.0.4.2)
6+
activesupport (= 7.0.4.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4)
10-
actionpack (= 6.1.4)
11-
activejob (= 6.1.4)
12-
activerecord (= 6.1.4)
13-
activestorage (= 6.1.4)
14-
activesupport (= 6.1.4)
9+
actionmailbox (7.0.4.2)
10+
actionpack (= 7.0.4.2)
11+
activejob (= 7.0.4.2)
12+
activerecord (= 7.0.4.2)
13+
activestorage (= 7.0.4.2)
14+
activesupport (= 7.0.4.2)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4)
17-
actionpack (= 6.1.4)
18-
actionview (= 6.1.4)
19-
activejob (= 6.1.4)
20-
activesupport (= 6.1.4)
16+
net-imap
17+
net-pop
18+
net-smtp
19+
actionmailer (7.0.4.2)
20+
actionpack (= 7.0.4.2)
21+
actionview (= 7.0.4.2)
22+
activejob (= 7.0.4.2)
23+
activesupport (= 7.0.4.2)
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)
24-
actionview (= 6.1.4)
25-
activesupport (= 6.1.4)
26-
rack (~> 2.0, >= 2.0.9)
29+
actionpack (7.0.4.2)
30+
actionview (= 7.0.4.2)
31+
activesupport (= 7.0.4.2)
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)
31-
actionpack (= 6.1.4)
32-
activerecord (= 6.1.4)
33-
activestorage (= 6.1.4)
34-
activesupport (= 6.1.4)
36+
actiontext (7.0.4.2)
37+
actionpack (= 7.0.4.2)
38+
activerecord (= 7.0.4.2)
39+
activestorage (= 7.0.4.2)
40+
activesupport (= 7.0.4.2)
41+
globalid (>= 0.6.0)
3542
nokogiri (>= 1.8.5)
36-
actionview (6.1.4)
37-
activesupport (= 6.1.4)
43+
actionview (7.0.4.2)
44+
activesupport (= 7.0.4.2)
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)
43-
activesupport (= 6.1.4)
49+
activejob (7.0.4.2)
50+
activesupport (= 7.0.4.2)
4451
globalid (>= 0.3.6)
45-
activemodel (6.1.4)
46-
activesupport (= 6.1.4)
47-
activerecord (6.1.4)
48-
activemodel (= 6.1.4)
49-
activesupport (= 6.1.4)
50-
activestorage (6.1.4)
51-
actionpack (= 6.1.4)
52-
activejob (= 6.1.4)
53-
activerecord (= 6.1.4)
54-
activesupport (= 6.1.4)
55-
marcel (~> 1.0.0)
52+
activemodel (7.0.4.2)
53+
activesupport (= 7.0.4.2)
54+
activerecord (7.0.4.2)
55+
activemodel (= 7.0.4.2)
56+
activesupport (= 7.0.4.2)
57+
activestorage (7.0.4.2)
58+
actionpack (= 7.0.4.2)
59+
activejob (= 7.0.4.2)
60+
activerecord (= 7.0.4.2)
61+
activesupport (= 7.0.4.2)
62+
marcel (~> 1.0)
5663
mini_mime (>= 1.1.0)
57-
activesupport (6.1.4)
64+
activesupport (7.0.4.2)
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
builder (3.2.4)
64-
concurrent-ruby (1.1.9)
70+
concurrent-ruby (1.2.2)
6571
crass (1.0.6)
66-
erubi (1.10.0)
72+
date (3.3.3)
73+
erubi (1.12.0)
6774
ffi (1.15.5)
68-
globalid (0.4.2)
69-
activesupport (>= 4.2.0)
70-
i18n (1.8.10)
75+
globalid (1.1.0)
76+
activesupport (>= 5.0)
77+
i18n (1.12.0)
7178
concurrent-ruby (~> 1.0)
7279
listen (3.7.1)
7380
rb-fsevent (~> 0.10, >= 0.10.3)
7481
rb-inotify (~> 0.9, >= 0.9.10)
75-
loofah (2.10.0)
82+
loofah (2.19.1)
7683
crass (~> 1.0.2)
7784
nokogiri (>= 1.5.9)
78-
mail (2.7.1)
85+
mail (2.8.1)
7986
mini_mime (>= 0.1.1)
80-
marcel (1.0.1)
87+
net-imap
88+
net-pop
89+
net-smtp
90+
marcel (1.0.2)
8191
method_source (1.0.0)
82-
mini_mime (1.1.0)
83-
mini_portile2 (2.8.0)
84-
minitest (5.14.4)
92+
mini_mime (1.1.2)
93+
mini_portile2 (2.8.1)
94+
minitest (5.18.0)
8595
mustermann (1.1.1)
8696
ruby2_keywords (~> 0.0.1)
87-
nio4r (2.5.7)
88-
nokogiri (1.13.6)
97+
net-imap (0.3.4)
98+
date
99+
net-protocol
100+
net-pop (0.1.2)
101+
net-protocol
102+
net-protocol (0.2.1)
103+
timeout
104+
net-smtp (0.3.3)
105+
net-protocol
106+
nio4r (2.5.8)
107+
nokogiri (1.14.2)
89108
mini_portile2 (~> 2.8.0)
90109
racc (~> 1.4)
91-
nokogiri (1.13.6-x86_64-darwin)
110+
nokogiri (1.14.2-x86_64-darwin)
92111
racc (~> 1.4)
93-
racc (1.6.0)
112+
racc (1.6.2)
94113
rack (2.2.6.3)
95114
rack-protection (2.2.0)
96115
rack
97-
rack-test (1.1.0)
98-
rack (>= 1.0, < 3)
99-
rails (6.1.4)
100-
actioncable (= 6.1.4)
101-
actionmailbox (= 6.1.4)
102-
actionmailer (= 6.1.4)
103-
actionpack (= 6.1.4)
104-
actiontext (= 6.1.4)
105-
actionview (= 6.1.4)
106-
activejob (= 6.1.4)
107-
activemodel (= 6.1.4)
108-
activerecord (= 6.1.4)
109-
activestorage (= 6.1.4)
110-
activesupport (= 6.1.4)
116+
rack-test (2.0.2)
117+
rack (>= 1.3)
118+
rails (7.0.4.2)
119+
actioncable (= 7.0.4.2)
120+
actionmailbox (= 7.0.4.2)
121+
actionmailer (= 7.0.4.2)
122+
actionpack (= 7.0.4.2)
123+
actiontext (= 7.0.4.2)
124+
actionview (= 7.0.4.2)
125+
activejob (= 7.0.4.2)
126+
activemodel (= 7.0.4.2)
127+
activerecord (= 7.0.4.2)
128+
activestorage (= 7.0.4.2)
129+
activesupport (= 7.0.4.2)
111130
bundler (>= 1.15.0)
112-
railties (= 6.1.4)
113-
sprockets-rails (>= 2.0.0)
131+
railties (= 7.0.4.2)
114132
rails-dom-testing (2.0.3)
115133
activesupport (>= 4.2.0)
116134
nokogiri (>= 1.6)
117-
rails-html-sanitizer (1.3.0)
118-
loofah (~> 2.3)
119-
railties (6.1.4)
120-
actionpack (= 6.1.4)
121-
activesupport (= 6.1.4)
135+
rails-html-sanitizer (1.5.0)
136+
loofah (~> 2.19, >= 2.19.1)
137+
railties (7.0.4.2)
138+
actionpack (= 7.0.4.2)
139+
activesupport (= 7.0.4.2)
122140
method_source
123-
rake (>= 0.13)
141+
rake (>= 12.2)
124142
thor (~> 1.0)
125-
rake (13.0.3)
143+
zeitwerk (~> 2.5)
144+
rake (13.0.6)
126145
rb-fsevent (0.11.0)
127146
rb-inotify (0.10.1)
128147
ffi (~> 1.0)
@@ -138,22 +157,16 @@ GEM
138157
redis (>= 4.2)
139158
rubystats (>= 0.3.0)
140159
sinatra (>= 1.2.6)
141-
sprockets (4.0.2)
142-
concurrent-ruby (~> 1.0)
143-
rack (> 1, < 3)
144-
sprockets-rails (3.2.2)
145-
actionpack (>= 4.0)
146-
activesupport (>= 4.0)
147-
sprockets (>= 3.0.0)
148160
sqlite3 (1.4.2)
149-
thor (1.1.0)
161+
thor (1.2.1)
150162
tilt (2.0.10)
151-
tzinfo (2.0.4)
163+
timeout (0.3.2)
164+
tzinfo (2.0.6)
152165
concurrent-ruby (~> 1.0)
153166
websocket-driver (0.7.5)
154167
websocket-extensions (>= 0.1.0)
155168
websocket-extensions (0.1.5)
156-
zeitwerk (2.4.2)
169+
zeitwerk (2.6.7)
157170

158171
PLATFORMS
159172
ruby
@@ -162,7 +175,7 @@ PLATFORMS
162175

163176
DEPENDENCIES
164177
listen
165-
rails (~> 6.1)
178+
rails (~> 7.0)
166179
split (~> 4.0.1)
167180
sqlite3
168181

0 commit comments

Comments
 (0)