Skip to content

Commit 1ce3df5

Browse files
Bump rails from 7.0.8 to 7.1.2
Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.1.2) --- 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 9223f08 commit 1ce3df5

File tree

2 files changed

+106
-75
lines changed

2 files changed

+106
-75
lines changed

Gemfile

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

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 7.0.8'
7+
gem 'rails', '~> 7.1.2'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server

Gemfile.lock

Lines changed: 105 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -12,70 +12,79 @@ GIT
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actioncable (7.0.8)
16-
actionpack (= 7.0.8)
17-
activesupport (= 7.0.8)
15+
actioncable (7.1.2)
16+
actionpack (= 7.1.2)
17+
activesupport (= 7.1.2)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
20-
actionmailbox (7.0.8)
21-
actionpack (= 7.0.8)
22-
activejob (= 7.0.8)
23-
activerecord (= 7.0.8)
24-
activestorage (= 7.0.8)
25-
activesupport (= 7.0.8)
20+
zeitwerk (~> 2.6)
21+
actionmailbox (7.1.2)
22+
actionpack (= 7.1.2)
23+
activejob (= 7.1.2)
24+
activerecord (= 7.1.2)
25+
activestorage (= 7.1.2)
26+
activesupport (= 7.1.2)
2627
mail (>= 2.7.1)
2728
net-imap
2829
net-pop
2930
net-smtp
30-
actionmailer (7.0.8)
31-
actionpack (= 7.0.8)
32-
actionview (= 7.0.8)
33-
activejob (= 7.0.8)
34-
activesupport (= 7.0.8)
31+
actionmailer (7.1.2)
32+
actionpack (= 7.1.2)
33+
actionview (= 7.1.2)
34+
activejob (= 7.1.2)
35+
activesupport (= 7.1.2)
3536
mail (~> 2.5, >= 2.5.4)
3637
net-imap
3738
net-pop
3839
net-smtp
39-
rails-dom-testing (~> 2.0)
40-
actionpack (7.0.8)
41-
actionview (= 7.0.8)
42-
activesupport (= 7.0.8)
43-
rack (~> 2.0, >= 2.2.4)
40+
rails-dom-testing (~> 2.2)
41+
actionpack (7.1.2)
42+
actionview (= 7.1.2)
43+
activesupport (= 7.1.2)
44+
nokogiri (>= 1.8.5)
45+
racc
46+
rack (>= 2.2.4)
47+
rack-session (>= 1.0.1)
4448
rack-test (>= 0.6.3)
45-
rails-dom-testing (~> 2.0)
46-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
47-
actiontext (7.0.8)
48-
actionpack (= 7.0.8)
49-
activerecord (= 7.0.8)
50-
activestorage (= 7.0.8)
51-
activesupport (= 7.0.8)
49+
rails-dom-testing (~> 2.2)
50+
rails-html-sanitizer (~> 1.6)
51+
actiontext (7.1.2)
52+
actionpack (= 7.1.2)
53+
activerecord (= 7.1.2)
54+
activestorage (= 7.1.2)
55+
activesupport (= 7.1.2)
5256
globalid (>= 0.6.0)
5357
nokogiri (>= 1.8.5)
54-
actionview (7.0.8)
55-
activesupport (= 7.0.8)
58+
actionview (7.1.2)
59+
activesupport (= 7.1.2)
5660
builder (~> 3.1)
57-
erubi (~> 1.4)
58-
rails-dom-testing (~> 2.0)
59-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
60-
activejob (7.0.8)
61-
activesupport (= 7.0.8)
61+
erubi (~> 1.11)
62+
rails-dom-testing (~> 2.2)
63+
rails-html-sanitizer (~> 1.6)
64+
activejob (7.1.2)
65+
activesupport (= 7.1.2)
6266
globalid (>= 0.3.6)
63-
activemodel (7.0.8)
64-
activesupport (= 7.0.8)
65-
activerecord (7.0.8)
66-
activemodel (= 7.0.8)
67-
activesupport (= 7.0.8)
68-
activestorage (7.0.8)
69-
actionpack (= 7.0.8)
70-
activejob (= 7.0.8)
71-
activerecord (= 7.0.8)
72-
activesupport (= 7.0.8)
67+
activemodel (7.1.2)
68+
activesupport (= 7.1.2)
69+
activerecord (7.1.2)
70+
activemodel (= 7.1.2)
71+
activesupport (= 7.1.2)
72+
timeout (>= 0.4.0)
73+
activestorage (7.1.2)
74+
actionpack (= 7.1.2)
75+
activejob (= 7.1.2)
76+
activerecord (= 7.1.2)
77+
activesupport (= 7.1.2)
7378
marcel (~> 1.0)
74-
mini_mime (>= 1.1.0)
75-
activesupport (7.0.8)
79+
activesupport (7.1.2)
80+
base64
81+
bigdecimal
7682
concurrent-ruby (~> 1.0, >= 1.0.2)
83+
connection_pool (>= 2.2.5)
84+
drb
7785
i18n (>= 1.6, < 2)
7886
minitest (>= 5.1)
87+
mutex_m
7988
tzinfo (~> 2.0)
8089
addressable (2.8.5)
8190
public_suffix (>= 2.0.2, < 6.0)
@@ -85,6 +94,7 @@ GEM
8594
base32-crockford (0.1.0)
8695
base64 (0.1.1)
8796
bcrypt (3.1.19)
97+
bigdecimal (3.1.4)
8898
bindex (0.8.1)
8999
bootsnap (1.16.0)
90100
msgpack (~> 1.2)
@@ -130,7 +140,7 @@ GEM
130140
activerecord (>= 5.a)
131141
database_cleaner-core (~> 2.0.0)
132142
database_cleaner-core (2.0.1)
133-
date (3.3.3)
143+
date (3.3.4)
134144
declarative (0.0.10)
135145
declarative-option (0.1.0)
136146
devise (4.9.2)
@@ -140,6 +150,8 @@ GEM
140150
responders
141151
warden (~> 1.2.3)
142152
diff-lcs (1.5.0)
153+
drb (2.2.0)
154+
ruby2_keywords
143155
dry-core (1.0.0)
144156
concurrent-ruby (~> 1.0)
145157
zeitwerk (~> 2.6)
@@ -204,6 +216,10 @@ GEM
204216
representable
205217
i18n (1.14.1)
206218
concurrent-ruby (~> 1.0)
219+
io-console (0.6.0)
220+
irb (1.9.0)
221+
rdoc
222+
reline (>= 0.3.8)
207223
jbuilder (2.11.5)
208224
actionview (>= 5.0.0)
209225
activesupport (>= 5.0.0)
@@ -216,7 +232,7 @@ GEM
216232
listen (3.8.0)
217233
rb-fsevent (~> 0.10, >= 0.10.3)
218234
rb-inotify (~> 0.9, >= 0.9.10)
219-
loofah (2.21.3)
235+
loofah (2.21.4)
220236
crass (~> 1.0.2)
221237
nokogiri (>= 1.12.0)
222238
mail (2.8.1)
@@ -228,21 +244,22 @@ GEM
228244
matrix (0.4.2)
229245
method_source (1.0.0)
230246
mini_mime (1.1.5)
231-
mini_portile2 (2.8.4)
247+
mini_portile2 (2.8.5)
232248
minitest (5.20.0)
233249
msgpack (1.7.0)
234250
multi_json (1.15.0)
235251
mustermann (3.0.0)
236252
ruby2_keywords (~> 0.0.1)
237253
mustermann-grape (1.0.2)
238254
mustermann (>= 1.0.0)
255+
mutex_m (0.2.0)
239256
nap (1.1.0)
240-
net-imap (0.3.7)
257+
net-imap (0.4.5)
241258
date
242259
net-protocol
243260
net-pop (0.1.2)
244261
net-protocol
245-
net-protocol (0.2.1)
262+
net-protocol (0.2.2)
246263
timeout
247264
net-smtp (0.4.0)
248265
net-protocol
@@ -270,55 +287,67 @@ GEM
270287
pry-byebug (3.10.1)
271288
byebug (~> 11.0)
272289
pry (>= 0.13, < 0.15)
290+
psych (5.1.1.1)
291+
stringio
273292
public_suffix (5.0.3)
274293
puma (6.3.0)
275294
nio4r (~> 2.0)
276295
raabro (1.4.0)
277-
racc (1.7.1)
296+
racc (1.7.3)
278297
rack (2.2.8)
279298
rack-accept (0.4.5)
280299
rack (>= 0.4)
300+
rack-session (1.0.1)
301+
rack (< 3)
281302
rack-test (2.1.0)
282303
rack (>= 1.3)
283-
rails (7.0.8)
284-
actioncable (= 7.0.8)
285-
actionmailbox (= 7.0.8)
286-
actionmailer (= 7.0.8)
287-
actionpack (= 7.0.8)
288-
actiontext (= 7.0.8)
289-
actionview (= 7.0.8)
290-
activejob (= 7.0.8)
291-
activemodel (= 7.0.8)
292-
activerecord (= 7.0.8)
293-
activestorage (= 7.0.8)
294-
activesupport (= 7.0.8)
304+
rackup (1.0.0)
305+
rack (< 3)
306+
webrick
307+
rails (7.1.2)
308+
actioncable (= 7.1.2)
309+
actionmailbox (= 7.1.2)
310+
actionmailer (= 7.1.2)
311+
actionpack (= 7.1.2)
312+
actiontext (= 7.1.2)
313+
actionview (= 7.1.2)
314+
activejob (= 7.1.2)
315+
activemodel (= 7.1.2)
316+
activerecord (= 7.1.2)
317+
activestorage (= 7.1.2)
318+
activesupport (= 7.1.2)
295319
bundler (>= 1.15.0)
296-
railties (= 7.0.8)
320+
railties (= 7.1.2)
297321
rails-dom-testing (2.2.0)
298322
activesupport (>= 5.0.0)
299323
minitest
300324
nokogiri (>= 1.6)
301325
rails-html-sanitizer (1.6.0)
302326
loofah (~> 2.21)
303327
nokogiri (~> 1.14)
304-
railties (7.0.8)
305-
actionpack (= 7.0.8)
306-
activesupport (= 7.0.8)
307-
method_source
328+
railties (7.1.2)
329+
actionpack (= 7.1.2)
330+
activesupport (= 7.1.2)
331+
irb
332+
rackup (>= 1.0.0)
308333
rake (>= 12.2)
309-
thor (~> 1.0)
310-
zeitwerk (~> 2.5)
334+
thor (~> 1.0, >= 1.2.2)
335+
zeitwerk (~> 2.6)
311336
rainbow (3.1.1)
312-
rake (13.0.6)
337+
rake (13.1.0)
313338
rb-fsevent (0.11.2)
314339
rb-inotify (0.10.1)
315340
ffi (~> 1.0)
316341
rchardet (1.8.0)
342+
rdoc (6.6.0)
343+
psych (>= 4.0.0)
317344
redis (5.0.6)
318345
redis-client (>= 0.9.0)
319346
redis-client (0.17.0)
320347
connection_pool
321348
regexp_parser (2.8.1)
349+
reline (0.4.0)
350+
io-console (~> 0.5)
322351
representable (3.0.4)
323352
declarative (< 0.1.0)
324353
declarative-option (< 0.2.0)
@@ -406,11 +435,12 @@ GEM
406435
actionpack (>= 5.2)
407436
activesupport (>= 5.2)
408437
sprockets (>= 3.0.0)
438+
stringio (3.0.9)
409439
terminal-table (3.0.2)
410440
unicode-display_width (>= 1.1.1, < 3)
411-
thor (1.2.2)
441+
thor (1.3.0)
412442
tilt (2.2.0)
413-
timeout (0.4.0)
443+
timeout (0.4.1)
414444
tzinfo (2.0.6)
415445
concurrent-ruby (~> 1.0)
416446
uber (0.1.0)
@@ -429,6 +459,7 @@ GEM
429459
nokogiri (~> 1.6)
430460
rubyzip (>= 1.3.0)
431461
selenium-webdriver (~> 4.0, < 4.11)
462+
webrick (1.8.1)
432463
websocket (1.2.10)
433464
websocket-driver (0.7.6)
434465
websocket-extensions (>= 0.1.0)
@@ -462,7 +493,7 @@ DEPENDENCIES
462493
pg (>= 0.18, < 2.0)
463494
pry-byebug
464495
puma (~> 6.3)
465-
rails (~> 7.0.8)
496+
rails (~> 7.1.2)
466497
redis (~> 5.0)
467498
rspec-rails
468499
rspec_junit_formatter

0 commit comments

Comments
 (0)