Skip to content

Commit 57ab229

Browse files
Bump rails from 7.0.8 to 7.1.1
Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.1.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 423d2f3 commit 57ab229

2 files changed

Lines changed: 91 additions & 71 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
5-
gem "rails", "~> 7.0.8"
5+
gem "rails", "~> 7.1.1"
66

77
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
88
gem "sprockets-rails"

Gemfile.lock

Lines changed: 90 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,74 +2,84 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.0)
5-
actioncable (7.0.8)
6-
actionpack (= 7.0.8)
7-
activesupport (= 7.0.8)
5+
actioncable (7.1.1)
6+
actionpack (= 7.1.1)
7+
activesupport (= 7.1.1)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
10-
actionmailbox (7.0.8)
11-
actionpack (= 7.0.8)
12-
activejob (= 7.0.8)
13-
activerecord (= 7.0.8)
14-
activestorage (= 7.0.8)
15-
activesupport (= 7.0.8)
10+
zeitwerk (~> 2.6)
11+
actionmailbox (7.1.1)
12+
actionpack (= 7.1.1)
13+
activejob (= 7.1.1)
14+
activerecord (= 7.1.1)
15+
activestorage (= 7.1.1)
16+
activesupport (= 7.1.1)
1617
mail (>= 2.7.1)
1718
net-imap
1819
net-pop
1920
net-smtp
20-
actionmailer (7.0.8)
21-
actionpack (= 7.0.8)
22-
actionview (= 7.0.8)
23-
activejob (= 7.0.8)
24-
activesupport (= 7.0.8)
21+
actionmailer (7.1.1)
22+
actionpack (= 7.1.1)
23+
actionview (= 7.1.1)
24+
activejob (= 7.1.1)
25+
activesupport (= 7.1.1)
2526
mail (~> 2.5, >= 2.5.4)
2627
net-imap
2728
net-pop
2829
net-smtp
29-
rails-dom-testing (~> 2.0)
30-
actionpack (7.0.8)
31-
actionview (= 7.0.8)
32-
activesupport (= 7.0.8)
33-
rack (~> 2.0, >= 2.2.4)
30+
rails-dom-testing (~> 2.2)
31+
actionpack (7.1.1)
32+
actionview (= 7.1.1)
33+
activesupport (= 7.1.1)
34+
nokogiri (>= 1.8.5)
35+
rack (>= 2.2.4)
36+
rack-session (>= 1.0.1)
3437
rack-test (>= 0.6.3)
35-
rails-dom-testing (~> 2.0)
36-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (7.0.8)
38-
actionpack (= 7.0.8)
39-
activerecord (= 7.0.8)
40-
activestorage (= 7.0.8)
41-
activesupport (= 7.0.8)
38+
rails-dom-testing (~> 2.2)
39+
rails-html-sanitizer (~> 1.6)
40+
actiontext (7.1.1)
41+
actionpack (= 7.1.1)
42+
activerecord (= 7.1.1)
43+
activestorage (= 7.1.1)
44+
activesupport (= 7.1.1)
4245
globalid (>= 0.6.0)
4346
nokogiri (>= 1.8.5)
44-
actionview (7.0.8)
45-
activesupport (= 7.0.8)
47+
actionview (7.1.1)
48+
activesupport (= 7.1.1)
4649
builder (~> 3.1)
47-
erubi (~> 1.4)
48-
rails-dom-testing (~> 2.0)
49-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (7.0.8)
51-
activesupport (= 7.0.8)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
53+
activejob (7.1.1)
54+
activesupport (= 7.1.1)
5255
globalid (>= 0.3.6)
53-
activemodel (7.0.8)
54-
activesupport (= 7.0.8)
55-
activerecord (7.0.8)
56-
activemodel (= 7.0.8)
57-
activesupport (= 7.0.8)
58-
activestorage (7.0.8)
59-
actionpack (= 7.0.8)
60-
activejob (= 7.0.8)
61-
activerecord (= 7.0.8)
62-
activesupport (= 7.0.8)
56+
activemodel (7.1.1)
57+
activesupport (= 7.1.1)
58+
activerecord (7.1.1)
59+
activemodel (= 7.1.1)
60+
activesupport (= 7.1.1)
61+
timeout (>= 0.4.0)
62+
activestorage (7.1.1)
63+
actionpack (= 7.1.1)
64+
activejob (= 7.1.1)
65+
activerecord (= 7.1.1)
66+
activesupport (= 7.1.1)
6367
marcel (~> 1.0)
64-
mini_mime (>= 1.1.0)
65-
activesupport (7.0.8)
68+
activesupport (7.1.1)
69+
base64
70+
bigdecimal
6671
concurrent-ruby (~> 1.0, >= 1.0.2)
72+
connection_pool (>= 2.2.5)
73+
drb
6774
i18n (>= 1.6, < 2)
6875
minitest (>= 5.1)
76+
mutex_m
6977
tzinfo (~> 2.0)
7078
addressable (2.8.1)
7179
public_suffix (>= 2.0.2, < 6.0)
7280
afm (0.2.2)
81+
base64 (0.1.1)
82+
bigdecimal (3.1.4)
7383
bindex (0.8.1)
7484
bootsnap (1.16.0)
7585
msgpack (~> 1.2)
@@ -84,6 +94,7 @@ GEM
8494
regexp_parser (>= 1.5, < 3.0)
8595
xpath (~> 3.2)
8696
concurrent-ruby (1.2.2)
97+
connection_pool (2.4.1)
8798
crass (1.0.6)
8899
cuprite (0.14.3)
89100
capybara (~> 3.0)
@@ -92,6 +103,8 @@ GEM
92103
debug (1.8.0)
93104
irb (>= 1.5.0)
94105
reline (>= 0.3.1)
106+
drb (2.1.1)
107+
ruby2_keywords
95108
erubi (1.12.0)
96109
ferrum (0.13)
97110
addressable (~> 2.5)
@@ -112,7 +125,7 @@ GEM
112125
jbuilder (2.11.5)
113126
actionview (>= 5.0.0)
114127
activesupport (>= 5.0.0)
115-
loofah (2.21.3)
128+
loofah (2.21.4)
116129
crass (~> 1.0.2)
117130
nokogiri (>= 1.12.0)
118131
mail (2.8.1)
@@ -122,18 +135,18 @@ GEM
122135
net-smtp
123136
marcel (1.0.2)
124137
matrix (0.4.2)
125-
method_source (1.0.0)
126138
mini_mime (1.1.5)
127139
minitest (5.20.0)
128140
msgpack (1.6.0)
129-
net-imap (0.3.7)
141+
mutex_m (0.1.2)
142+
net-imap (0.4.1)
130143
date
131144
net-protocol
132145
net-pop (0.1.2)
133146
net-protocol
134147
net-protocol (0.2.1)
135148
timeout
136-
net-smtp (0.3.3)
149+
net-smtp (0.4.0)
137150
net-protocol
138151
nio4r (2.5.9)
139152
nokogiri (1.15.4-x86_64-linux)
@@ -153,42 +166,49 @@ GEM
153166
nio4r (~> 2.0)
154167
racc (1.7.1)
155168
rack (2.2.8)
169+
rack-session (1.0.1)
170+
rack (< 3)
156171
rack-test (2.1.0)
157172
rack (>= 1.3)
158-
rails (7.0.8)
159-
actioncable (= 7.0.8)
160-
actionmailbox (= 7.0.8)
161-
actionmailer (= 7.0.8)
162-
actionpack (= 7.0.8)
163-
actiontext (= 7.0.8)
164-
actionview (= 7.0.8)
165-
activejob (= 7.0.8)
166-
activemodel (= 7.0.8)
167-
activerecord (= 7.0.8)
168-
activestorage (= 7.0.8)
169-
activesupport (= 7.0.8)
173+
rackup (1.0.0)
174+
rack (< 3)
175+
webrick
176+
rails (7.1.1)
177+
actioncable (= 7.1.1)
178+
actionmailbox (= 7.1.1)
179+
actionmailer (= 7.1.1)
180+
actionpack (= 7.1.1)
181+
actiontext (= 7.1.1)
182+
actionview (= 7.1.1)
183+
activejob (= 7.1.1)
184+
activemodel (= 7.1.1)
185+
activerecord (= 7.1.1)
186+
activestorage (= 7.1.1)
187+
activesupport (= 7.1.1)
170188
bundler (>= 1.15.0)
171-
railties (= 7.0.8)
189+
railties (= 7.1.1)
172190
rails-dom-testing (2.2.0)
173191
activesupport (>= 5.0.0)
174192
minitest
175193
nokogiri (>= 1.6)
176194
rails-html-sanitizer (1.6.0)
177195
loofah (~> 2.21)
178196
nokogiri (~> 1.14)
179-
railties (7.0.8)
180-
actionpack (= 7.0.8)
181-
activesupport (= 7.0.8)
182-
method_source
197+
railties (7.1.1)
198+
actionpack (= 7.1.1)
199+
activesupport (= 7.1.1)
200+
irb
201+
rackup (>= 1.0.0)
183202
rake (>= 12.2)
184-
thor (~> 1.0)
185-
zeitwerk (~> 2.5)
203+
thor (~> 1.0, >= 1.2.2)
204+
zeitwerk (~> 2.6)
186205
rake (13.0.6)
187206
regexp_parser (2.6.0)
188207
reline (0.3.3)
189208
io-console (~> 0.5)
190209
rexml (3.2.6)
191210
ruby-rc4 (0.1.5)
211+
ruby2_keywords (0.0.5)
192212
sprockets (4.0.2)
193213
concurrent-ruby (~> 1.0)
194214
rack (> 1, < 3)
@@ -224,7 +244,7 @@ GEM
224244
websocket-extensions (0.1.5)
225245
xpath (3.2.0)
226246
nokogiri (~> 1.8)
227-
zeitwerk (2.6.11)
247+
zeitwerk (2.6.12)
228248

229249
PLATFORMS
230250
x86_64-linux
@@ -237,7 +257,7 @@ DEPENDENCIES
237257
jbuilder
238258
pdf-reader
239259
puma (~> 6.4)
240-
rails (~> 7.0.8)
260+
rails (~> 7.1.1)
241261
sprockets-rails
242262
sqlite3 (~> 1.6)
243263
stimulus-rails

0 commit comments

Comments
 (0)