Skip to content

Commit ad865dd

Browse files
Bump rails from 7.0.6 to 7.0.7
Bumps [rails](https://github.com/rails/rails) from 7.0.6 to 7.0.7. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.6...v7.0.7) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cec99c commit ad865dd

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rails", "7.0.6"
3+
gem "rails", "7.0.7"
44

55
gem "bootsnap", require: false
66
gem "dalli"

Gemfile.lock

+57-57
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.6)
5-
actionpack (= 7.0.6)
6-
activesupport (= 7.0.6)
4+
actioncable (7.0.7)
5+
actionpack (= 7.0.7)
6+
activesupport (= 7.0.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.6)
10-
actionpack (= 7.0.6)
11-
activejob (= 7.0.6)
12-
activerecord (= 7.0.6)
13-
activestorage (= 7.0.6)
14-
activesupport (= 7.0.6)
9+
actionmailbox (7.0.7)
10+
actionpack (= 7.0.7)
11+
activejob (= 7.0.7)
12+
activerecord (= 7.0.7)
13+
activestorage (= 7.0.7)
14+
activesupport (= 7.0.7)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.6)
20-
actionpack (= 7.0.6)
21-
actionview (= 7.0.6)
22-
activejob (= 7.0.6)
23-
activesupport (= 7.0.6)
19+
actionmailer (7.0.7)
20+
actionpack (= 7.0.7)
21+
actionview (= 7.0.7)
22+
activejob (= 7.0.7)
23+
activesupport (= 7.0.7)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.6)
30-
actionview (= 7.0.6)
31-
activesupport (= 7.0.6)
29+
actionpack (7.0.7)
30+
actionview (= 7.0.7)
31+
activesupport (= 7.0.7)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.6)
37-
actionpack (= 7.0.6)
38-
activerecord (= 7.0.6)
39-
activestorage (= 7.0.6)
40-
activesupport (= 7.0.6)
36+
actiontext (7.0.7)
37+
actionpack (= 7.0.7)
38+
activerecord (= 7.0.7)
39+
activestorage (= 7.0.7)
40+
activesupport (= 7.0.7)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.6)
44-
activesupport (= 7.0.6)
43+
actionview (7.0.7)
44+
activesupport (= 7.0.7)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.6)
50-
activesupport (= 7.0.6)
49+
activejob (7.0.7)
50+
activesupport (= 7.0.7)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.6)
53-
activesupport (= 7.0.6)
54-
activerecord (7.0.6)
55-
activemodel (= 7.0.6)
56-
activesupport (= 7.0.6)
57-
activestorage (7.0.6)
58-
actionpack (= 7.0.6)
59-
activejob (= 7.0.6)
60-
activerecord (= 7.0.6)
61-
activesupport (= 7.0.6)
52+
activemodel (7.0.7)
53+
activesupport (= 7.0.7)
54+
activerecord (7.0.7)
55+
activemodel (= 7.0.7)
56+
activesupport (= 7.0.7)
57+
activestorage (7.0.7)
58+
actionpack (= 7.0.7)
59+
activejob (= 7.0.7)
60+
activerecord (= 7.0.7)
61+
activesupport (= 7.0.7)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.6)
64+
activesupport (7.0.7)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -212,7 +212,7 @@ GEM
212212
mime-types (3.4.1)
213213
mime-types-data (~> 3.2015)
214214
mime-types-data (3.2023.0218.1)
215-
mini_mime (1.1.2)
215+
mini_mime (1.1.5)
216216
mini_portile2 (2.8.4)
217217
minitest (5.19.0)
218218
minitest-reporters (1.6.1)
@@ -450,25 +450,25 @@ GEM
450450
rack
451451
rack-test (2.1.0)
452452
rack (>= 1.3)
453-
rails (7.0.6)
454-
actioncable (= 7.0.6)
455-
actionmailbox (= 7.0.6)
456-
actionmailer (= 7.0.6)
457-
actionpack (= 7.0.6)
458-
actiontext (= 7.0.6)
459-
actionview (= 7.0.6)
460-
activejob (= 7.0.6)
461-
activemodel (= 7.0.6)
462-
activerecord (= 7.0.6)
463-
activestorage (= 7.0.6)
464-
activesupport (= 7.0.6)
453+
rails (7.0.7)
454+
actioncable (= 7.0.7)
455+
actionmailbox (= 7.0.7)
456+
actionmailer (= 7.0.7)
457+
actionpack (= 7.0.7)
458+
actiontext (= 7.0.7)
459+
actionview (= 7.0.7)
460+
activejob (= 7.0.7)
461+
activemodel (= 7.0.7)
462+
activerecord (= 7.0.7)
463+
activestorage (= 7.0.7)
464+
activesupport (= 7.0.7)
465465
bundler (>= 1.15.0)
466-
railties (= 7.0.6)
466+
railties (= 7.0.7)
467467
rails-controller-testing (1.0.5)
468468
actionpack (>= 5.0.1.rc1)
469469
actionview (>= 5.0.1.rc1)
470470
activesupport (>= 5.0.1.rc1)
471-
rails-dom-testing (2.1.1)
471+
rails-dom-testing (2.2.0)
472472
activesupport (>= 5.0.0)
473473
minitest
474474
nokogiri (>= 1.6)
@@ -483,9 +483,9 @@ GEM
483483
csv (~> 3.2)
484484
i18n-tasks
485485
rails-i18n
486-
railties (7.0.6)
487-
actionpack (= 7.0.6)
488-
activesupport (= 7.0.6)
486+
railties (7.0.7)
487+
actionpack (= 7.0.7)
488+
activesupport (= 7.0.7)
489489
method_source
490490
rake (>= 12.2)
491491
thor (~> 1.0)
@@ -609,7 +609,7 @@ GEM
609609
websocket-extensions (0.1.5)
610610
xpath (3.2.0)
611611
nokogiri (~> 1.8)
612-
zeitwerk (2.6.10)
612+
zeitwerk (2.6.11)
613613

614614
PLATFORMS
615615
ruby
@@ -636,7 +636,7 @@ DEPENDENCIES
636636
mocha
637637
plek
638638
pry-byebug
639-
rails (= 7.0.6)
639+
rails (= 7.0.7)
640640
rails-controller-testing
641641
rails-i18n
642642
rails_translation_manager

0 commit comments

Comments
 (0)