Skip to content

Commit ab38dd0

Browse files
Bump rails from 7.1.3 to 7.1.3.1
Bumps [rails](https://github.com/rails/rails) from 7.1.3 to 7.1.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.3...v7.1.3.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1d41fb commit ab38dd0

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
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

55
git_source(:github) { |name| "https://github.com/#{name}.git" }
66

7-
gem 'rails', '~> 7.0.x'
7+
gem 'rails', '~> 7.1'
88

99
gem 'activerecord-nulldb-adapter', github: 'puzzle/nulldb'
1010
gem 'pg'

Gemfile.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -16,79 +16,79 @@ GIT
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
actioncable (7.1.3)
20-
actionpack (= 7.1.3)
21-
activesupport (= 7.1.3)
19+
actioncable (7.1.3.1)
20+
actionpack (= 7.1.3.1)
21+
activesupport (= 7.1.3.1)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
2424
zeitwerk (~> 2.6)
25-
actionmailbox (7.1.3)
26-
actionpack (= 7.1.3)
27-
activejob (= 7.1.3)
28-
activerecord (= 7.1.3)
29-
activestorage (= 7.1.3)
30-
activesupport (= 7.1.3)
25+
actionmailbox (7.1.3.1)
26+
actionpack (= 7.1.3.1)
27+
activejob (= 7.1.3.1)
28+
activerecord (= 7.1.3.1)
29+
activestorage (= 7.1.3.1)
30+
activesupport (= 7.1.3.1)
3131
mail (>= 2.7.1)
3232
net-imap
3333
net-pop
3434
net-smtp
35-
actionmailer (7.1.3)
36-
actionpack (= 7.1.3)
37-
actionview (= 7.1.3)
38-
activejob (= 7.1.3)
39-
activesupport (= 7.1.3)
35+
actionmailer (7.1.3.1)
36+
actionpack (= 7.1.3.1)
37+
actionview (= 7.1.3.1)
38+
activejob (= 7.1.3.1)
39+
activesupport (= 7.1.3.1)
4040
mail (~> 2.5, >= 2.5.4)
4141
net-imap
4242
net-pop
4343
net-smtp
4444
rails-dom-testing (~> 2.2)
45-
actionpack (7.1.3)
46-
actionview (= 7.1.3)
47-
activesupport (= 7.1.3)
45+
actionpack (7.1.3.1)
46+
actionview (= 7.1.3.1)
47+
activesupport (= 7.1.3.1)
4848
nokogiri (>= 1.8.5)
4949
racc
5050
rack (>= 2.2.4)
5151
rack-session (>= 1.0.1)
5252
rack-test (>= 0.6.3)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
55-
actiontext (7.1.3)
56-
actionpack (= 7.1.3)
57-
activerecord (= 7.1.3)
58-
activestorage (= 7.1.3)
59-
activesupport (= 7.1.3)
55+
actiontext (7.1.3.1)
56+
actionpack (= 7.1.3.1)
57+
activerecord (= 7.1.3.1)
58+
activestorage (= 7.1.3.1)
59+
activesupport (= 7.1.3.1)
6060
globalid (>= 0.6.0)
6161
nokogiri (>= 1.8.5)
62-
actionview (7.1.3)
63-
activesupport (= 7.1.3)
62+
actionview (7.1.3.1)
63+
activesupport (= 7.1.3.1)
6464
builder (~> 3.1)
6565
erubi (~> 1.11)
6666
rails-dom-testing (~> 2.2)
6767
rails-html-sanitizer (~> 1.6)
68-
activejob (7.1.3)
69-
activesupport (= 7.1.3)
68+
activejob (7.1.3.1)
69+
activesupport (= 7.1.3.1)
7070
globalid (>= 0.3.6)
71-
activemodel (7.1.3)
72-
activesupport (= 7.1.3)
71+
activemodel (7.1.3.1)
72+
activesupport (= 7.1.3.1)
7373
activemodel-serializers-xml (1.0.2)
7474
activemodel (> 5.x)
7575
activesupport (> 5.x)
7676
builder (~> 3.1)
77-
activerecord (7.1.3)
78-
activemodel (= 7.1.3)
79-
activesupport (= 7.1.3)
77+
activerecord (7.1.3.1)
78+
activemodel (= 7.1.3.1)
79+
activesupport (= 7.1.3.1)
8080
timeout (>= 0.4.0)
8181
activeresource (6.0.0)
8282
activemodel (>= 6.0)
8383
activemodel-serializers-xml (~> 1.0)
8484
activesupport (>= 6.0)
85-
activestorage (7.1.3)
86-
actionpack (= 7.1.3)
87-
activejob (= 7.1.3)
88-
activerecord (= 7.1.3)
89-
activesupport (= 7.1.3)
85+
activestorage (7.1.3.1)
86+
actionpack (= 7.1.3.1)
87+
activejob (= 7.1.3.1)
88+
activerecord (= 7.1.3.1)
89+
activesupport (= 7.1.3.1)
9090
marcel (~> 1.0)
91-
activesupport (7.1.3)
91+
activesupport (7.1.3.1)
9292
base64
9393
bigdecimal
9494
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -308,7 +308,7 @@ GEM
308308
mini_magick (>= 4.9.5, < 5)
309309
ruby-vips (>= 2.0.17, < 3)
310310
io-console (0.7.2)
311-
irb (1.11.1)
311+
irb (1.11.2)
312312
rdoc
313313
reline (>= 0.4.2)
314314
jbuilder (2.11.5)
@@ -362,15 +362,15 @@ GEM
362362
net-imap
363363
net-pop
364364
net-smtp
365-
marcel (1.0.2)
365+
marcel (1.0.3)
366366
matrix (0.4.2)
367367
method_source (1.0.0)
368368
mini_magick (4.12.0)
369369
mini_mime (1.1.5)
370370
mini_portile2 (2.8.5)
371371
mini_racer (0.8.0)
372372
libv8-node (~> 18.16.0.0)
373-
minitest (5.21.2)
373+
minitest (5.22.2)
374374
minitest-reporters (1.6.1)
375375
ansi
376376
builder
@@ -387,7 +387,7 @@ GEM
387387
rails (>= 3.2.0)
388388
net-http (0.4.1)
389389
uri
390-
net-imap (0.4.9.1)
390+
net-imap (0.4.10)
391391
date
392392
net-protocol
393393
net-ldap (0.19.0)
@@ -465,7 +465,7 @@ GEM
465465
nio4r (~> 2.0)
466466
raabro (1.4.0)
467467
racc (1.7.3)
468-
rack (3.0.8)
468+
rack (3.0.9.1)
469469
rack-protection (4.0.0)
470470
base64 (>= 0.1.0)
471471
rack (>= 3.0.0, < 4)
@@ -476,20 +476,20 @@ GEM
476476
rackup (2.1.0)
477477
rack (>= 3)
478478
webrick (~> 1.8)
479-
rails (7.1.3)
480-
actioncable (= 7.1.3)
481-
actionmailbox (= 7.1.3)
482-
actionmailer (= 7.1.3)
483-
actionpack (= 7.1.3)
484-
actiontext (= 7.1.3)
485-
actionview (= 7.1.3)
486-
activejob (= 7.1.3)
487-
activemodel (= 7.1.3)
488-
activerecord (= 7.1.3)
489-
activestorage (= 7.1.3)
490-
activesupport (= 7.1.3)
479+
rails (7.1.3.1)
480+
actioncable (= 7.1.3.1)
481+
actionmailbox (= 7.1.3.1)
482+
actionmailer (= 7.1.3.1)
483+
actionpack (= 7.1.3.1)
484+
actiontext (= 7.1.3.1)
485+
actionview (= 7.1.3.1)
486+
activejob (= 7.1.3.1)
487+
activemodel (= 7.1.3.1)
488+
activerecord (= 7.1.3.1)
489+
activestorage (= 7.1.3.1)
490+
activesupport (= 7.1.3.1)
491491
bundler (>= 1.15.0)
492-
railties (= 7.1.3)
492+
railties (= 7.1.3.1)
493493
rails-controller-testing (1.0.5)
494494
actionpack (>= 5.0.1.rc1)
495495
actionview (>= 5.0.1.rc1)
@@ -513,9 +513,9 @@ GEM
513513
actionview (> 3.1)
514514
activesupport (> 3.1)
515515
railties (> 3.1)
516-
railties (7.1.3)
517-
actionpack (= 7.1.3)
518-
activesupport (= 7.1.3)
516+
railties (7.1.3.1)
517+
actionpack (= 7.1.3.1)
518+
activesupport (= 7.1.3.1)
519519
irb
520520
rackup (>= 1.0.0)
521521
rake (>= 12.2)
@@ -531,7 +531,7 @@ GEM
531531
rdoc (6.6.2)
532532
psych (>= 4.0.0)
533533
regexp_parser (2.9.0)
534-
reline (0.4.2)
534+
reline (0.4.3)
535535
io-console (~> 0.5)
536536
request_profiler (0.0.4)
537537
ruby-prof
@@ -627,7 +627,7 @@ GEM
627627
temple (0.10.3)
628628
terser (1.2.0)
629629
execjs (>= 0.3.0, < 3)
630-
thor (1.3.0)
630+
thor (1.3.1)
631631
tilt (2.3.0)
632632
timeliness (0.4.5)
633633
timeout (0.4.1)
@@ -674,7 +674,7 @@ GEM
674674
xpath (3.2.0)
675675
nokogiri (~> 1.8)
676676
yard (0.9.34)
677-
zeitwerk (2.6.12)
677+
zeitwerk (2.6.13)
678678

679679
PLATFORMS
680680
ruby
@@ -746,7 +746,7 @@ DEPENDENCIES
746746
pry-rails
747747
psych
748748
puma
749-
rails (~> 7.0.x)
749+
rails (~> 7.1)
750750
rails-controller-testing
751751
rails-erd
752752
rails-i18n

0 commit comments

Comments
 (0)