Skip to content

Commit 6655d57

Browse files
Bump rails from 7.0.8 to 7.1.0
Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.1.0) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6f226f commit 6655d57

File tree

2 files changed

+98
-68
lines changed

2 files changed

+98
-68
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
ruby '3.2.2'
44

5-
gem 'rails', '7.0.8'
5+
gem 'rails', '7.1.0'
66
gem 'pg'
77
gem 'puma'
88
gem 'sassc-rails'

Gemfile.lock

Lines changed: 97 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -37,75 +37,85 @@ GIT
3737
GEM
3838
remote: https://rubygems.org/
3939
specs:
40-
actioncable (7.0.8)
41-
actionpack (= 7.0.8)
42-
activesupport (= 7.0.8)
40+
actioncable (7.1.0)
41+
actionpack (= 7.1.0)
42+
activesupport (= 7.1.0)
4343
nio4r (~> 2.0)
4444
websocket-driver (>= 0.6.1)
45-
actionmailbox (7.0.8)
46-
actionpack (= 7.0.8)
47-
activejob (= 7.0.8)
48-
activerecord (= 7.0.8)
49-
activestorage (= 7.0.8)
50-
activesupport (= 7.0.8)
45+
zeitwerk (~> 2.6)
46+
actionmailbox (7.1.0)
47+
actionpack (= 7.1.0)
48+
activejob (= 7.1.0)
49+
activerecord (= 7.1.0)
50+
activestorage (= 7.1.0)
51+
activesupport (= 7.1.0)
5152
mail (>= 2.7.1)
5253
net-imap
5354
net-pop
5455
net-smtp
55-
actionmailer (7.0.8)
56-
actionpack (= 7.0.8)
57-
actionview (= 7.0.8)
58-
activejob (= 7.0.8)
59-
activesupport (= 7.0.8)
56+
actionmailer (7.1.0)
57+
actionpack (= 7.1.0)
58+
actionview (= 7.1.0)
59+
activejob (= 7.1.0)
60+
activesupport (= 7.1.0)
6061
mail (~> 2.5, >= 2.5.4)
6162
net-imap
6263
net-pop
6364
net-smtp
64-
rails-dom-testing (~> 2.0)
65-
actionpack (7.0.8)
66-
actionview (= 7.0.8)
67-
activesupport (= 7.0.8)
68-
rack (~> 2.0, >= 2.2.4)
65+
rails-dom-testing (~> 2.2)
66+
actionpack (7.1.0)
67+
actionview (= 7.1.0)
68+
activesupport (= 7.1.0)
69+
nokogiri (>= 1.8.5)
70+
rack (>= 2.2.4)
71+
rack-session (>= 1.0.1)
6972
rack-test (>= 0.6.3)
70-
rails-dom-testing (~> 2.0)
71-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
72-
actiontext (7.0.8)
73-
actionpack (= 7.0.8)
74-
activerecord (= 7.0.8)
75-
activestorage (= 7.0.8)
76-
activesupport (= 7.0.8)
73+
rails-dom-testing (~> 2.2)
74+
rails-html-sanitizer (~> 1.6)
75+
actiontext (7.1.0)
76+
actionpack (= 7.1.0)
77+
activerecord (= 7.1.0)
78+
activestorage (= 7.1.0)
79+
activesupport (= 7.1.0)
7780
globalid (>= 0.6.0)
7881
nokogiri (>= 1.8.5)
79-
actionview (7.0.8)
80-
activesupport (= 7.0.8)
82+
actionview (7.1.0)
83+
activesupport (= 7.1.0)
8184
builder (~> 3.1)
82-
erubi (~> 1.4)
83-
rails-dom-testing (~> 2.0)
84-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
85-
activejob (7.0.8)
86-
activesupport (= 7.0.8)
85+
erubi (~> 1.11)
86+
rails-dom-testing (~> 2.2)
87+
rails-html-sanitizer (~> 1.6)
88+
activejob (7.1.0)
89+
activesupport (= 7.1.0)
8790
globalid (>= 0.3.6)
88-
activemodel (7.0.8)
89-
activesupport (= 7.0.8)
90-
activerecord (7.0.8)
91-
activemodel (= 7.0.8)
92-
activesupport (= 7.0.8)
93-
activestorage (7.0.8)
94-
actionpack (= 7.0.8)
95-
activejob (= 7.0.8)
96-
activerecord (= 7.0.8)
97-
activesupport (= 7.0.8)
91+
activemodel (7.1.0)
92+
activesupport (= 7.1.0)
93+
activerecord (7.1.0)
94+
activemodel (= 7.1.0)
95+
activesupport (= 7.1.0)
96+
timeout (>= 0.4.0)
97+
activestorage (7.1.0)
98+
actionpack (= 7.1.0)
99+
activejob (= 7.1.0)
100+
activerecord (= 7.1.0)
101+
activesupport (= 7.1.0)
98102
marcel (~> 1.0)
99-
mini_mime (>= 1.1.0)
100-
activesupport (7.0.8)
103+
activesupport (7.1.0)
104+
base64
105+
bigdecimal
101106
concurrent-ruby (~> 1.0, >= 1.0.2)
107+
connection_pool (>= 2.2.5)
108+
drb
102109
i18n (>= 1.6, < 2)
103110
minitest (>= 5.1)
111+
mutex_m
104112
tzinfo (~> 2.0)
105113
addressable (2.8.5)
106114
public_suffix (>= 2.0.2, < 6.0)
107115
autoprefixer-rails (10.4.15.0)
108116
execjs (~> 2)
117+
base64 (0.1.1)
118+
bigdecimal (3.1.4)
109119
bindex (0.8.1)
110120
bootsnap (1.16.0)
111121
msgpack (~> 1.2)
@@ -133,6 +143,8 @@ GEM
133143
dotenv-rails (2.8.1)
134144
dotenv (= 2.8.1)
135145
railties (>= 3.2)
146+
drb (2.1.1)
147+
ruby2_keywords
136148
erubi (1.12.0)
137149
escape_utils (1.3.0)
138150
ethon (0.16.0)
@@ -178,6 +190,10 @@ GEM
178190
highline (2.0.3)
179191
i18n (1.14.1)
180192
concurrent-ruby (~> 1.0)
193+
io-console (0.6.0)
194+
irb (1.8.1)
195+
rdoc
196+
reline (>= 0.3.8)
181197
jquery-rails (4.6.0)
182198
rails-dom-testing (>= 1, < 3)
183199
railties (>= 4.2.0)
@@ -202,14 +218,14 @@ GEM
202218
net-pop
203219
net-smtp
204220
marcel (1.0.2)
205-
method_source (1.0.0)
206221
mini_mime (1.1.5)
207222
mini_portile2 (2.8.4)
208223
minitest (5.20.0)
209224
msgpack (1.7.2)
210225
multi_xml (0.6.0)
211226
multipart-post (2.3.0)
212-
net-imap (0.3.7)
227+
mutex_m (0.1.2)
228+
net-imap (0.4.0)
213229
date
214230
net-protocol
215231
net-pop (0.1.2)
@@ -263,6 +279,8 @@ GEM
263279
activerecord (>= 6)
264280
polyglot (0.3.5)
265281
popper_js (1.16.1)
282+
psych (5.1.0)
283+
stringio
266284
public_suffix (5.0.3)
267285
puma (6.4.0)
268286
nio4r (~> 2.0)
@@ -273,41 +291,51 @@ GEM
273291
rack (2.2.8)
274292
rack-cors (2.0.1)
275293
rack (>= 2.0.0)
294+
rack-session (1.0.1)
295+
rack (< 3)
276296
rack-test (2.1.0)
277297
rack (>= 1.3)
278-
rails (7.0.8)
279-
actioncable (= 7.0.8)
280-
actionmailbox (= 7.0.8)
281-
actionmailer (= 7.0.8)
282-
actionpack (= 7.0.8)
283-
actiontext (= 7.0.8)
284-
actionview (= 7.0.8)
285-
activejob (= 7.0.8)
286-
activemodel (= 7.0.8)
287-
activerecord (= 7.0.8)
288-
activestorage (= 7.0.8)
289-
activesupport (= 7.0.8)
298+
rackup (1.0.0)
299+
rack (< 3)
300+
webrick
301+
rails (7.1.0)
302+
actioncable (= 7.1.0)
303+
actionmailbox (= 7.1.0)
304+
actionmailer (= 7.1.0)
305+
actionpack (= 7.1.0)
306+
actiontext (= 7.1.0)
307+
actionview (= 7.1.0)
308+
activejob (= 7.1.0)
309+
activemodel (= 7.1.0)
310+
activerecord (= 7.1.0)
311+
activestorage (= 7.1.0)
312+
activesupport (= 7.1.0)
290313
bundler (>= 1.15.0)
291-
railties (= 7.0.8)
314+
railties (= 7.1.0)
292315
rails-dom-testing (2.2.0)
293316
activesupport (>= 5.0.0)
294317
minitest
295318
nokogiri (>= 1.6)
296319
rails-html-sanitizer (1.6.0)
297320
loofah (~> 2.21)
298321
nokogiri (~> 1.14)
299-
railties (7.0.8)
300-
actionpack (= 7.0.8)
301-
activesupport (= 7.0.8)
302-
method_source
322+
railties (7.1.0)
323+
actionpack (= 7.1.0)
324+
activesupport (= 7.1.0)
325+
irb
326+
rackup (>= 1.0.0)
303327
rake (>= 12.2)
304-
thor (~> 1.0)
305-
zeitwerk (~> 2.5)
328+
thor (~> 1.0, >= 1.2.2)
329+
zeitwerk (~> 2.6)
306330
rake (13.0.6)
307331
rb-fsevent (0.11.2)
308332
rb-inotify (0.10.1)
309333
ffi (~> 1.0)
334+
rdoc (6.5.0)
335+
psych (>= 4.0.0)
310336
redis (4.8.1)
337+
reline (0.3.9)
338+
io-console (~> 0.5)
311339
request_store (1.5.1)
312340
rack (>= 1.4)
313341
ruby2_keywords (0.0.5)
@@ -353,6 +381,7 @@ GEM
353381
sprockets (>= 3.0.0)
354382
sql_queries_count (0.0.1)
355383
rails (> 3.0.0)
384+
stringio (3.0.8)
356385
strings (0.2.1)
357386
strings-ansi (~> 0.2)
358387
unicode-display_width (>= 1.5, < 3.0)
@@ -379,6 +408,7 @@ GEM
379408
activemodel (>= 6.0.0)
380409
bindex (>= 0.4.0)
381410
railties (>= 6.0.0)
411+
webrick (1.8.1)
382412
websocket-driver (0.7.6)
383413
websocket-extensions (>= 0.1.0)
384414
websocket-extensions (0.1.5)
@@ -422,7 +452,7 @@ DEPENDENCIES
422452
puma
423453
puma_worker_killer
424454
rack-cors
425-
rails (= 7.0.8)
455+
rails (= 7.1.0)
426456
repo_miner!
427457
sassc-rails
428458
semantic!

0 commit comments

Comments
 (0)