Skip to content

Commit 321781a

Browse files
Bump the bundler group group with 3 updates
Bumps the bundler group group with 3 updates: [rails](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails) and [activesupport](https://github.com/rails/rails). Updates `rails` from 7.0.4.3 to 7.0.8.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.4.3...v7.0.8.1) Updates `actionpack` from 7.0.4.3 to 7.0.8.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.0.4.3...v7.0.8.1) Updates `activesupport` from 7.0.4.3 to 7.0.8.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.4.3...v7.0.8.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production dependency-group: bundler-security-group - dependency-name: actionpack dependency-type: indirect dependency-group: bundler-security-group - dependency-name: activesupport dependency-type: indirect dependency-group: bundler-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6f764a commit 321781a

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

Gemfile

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

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem 'rails', '~> 7.0.4', '>= 7.0.4.3'
7+
gem 'rails', '~> 7.0.8'
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem 'sprockets-rails'

Gemfile.lock

Lines changed: 58 additions & 58 deletions
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.4.3)
5-
actionpack (= 7.0.4.3)
6-
activesupport (= 7.0.4.3)
4+
actioncable (7.0.8.1)
5+
actionpack (= 7.0.8.1)
6+
activesupport (= 7.0.8.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.4.3)
10-
actionpack (= 7.0.4.3)
11-
activejob (= 7.0.4.3)
12-
activerecord (= 7.0.4.3)
13-
activestorage (= 7.0.4.3)
14-
activesupport (= 7.0.4.3)
9+
actionmailbox (7.0.8.1)
10+
actionpack (= 7.0.8.1)
11+
activejob (= 7.0.8.1)
12+
activerecord (= 7.0.8.1)
13+
activestorage (= 7.0.8.1)
14+
activesupport (= 7.0.8.1)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.4.3)
20-
actionpack (= 7.0.4.3)
21-
actionview (= 7.0.4.3)
22-
activejob (= 7.0.4.3)
23-
activesupport (= 7.0.4.3)
19+
actionmailer (7.0.8.1)
20+
actionpack (= 7.0.8.1)
21+
actionview (= 7.0.8.1)
22+
activejob (= 7.0.8.1)
23+
activesupport (= 7.0.8.1)
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.4.3)
30-
actionview (= 7.0.4.3)
31-
activesupport (= 7.0.4.3)
32-
rack (~> 2.0, >= 2.2.0)
29+
actionpack (7.0.8.1)
30+
actionview (= 7.0.8.1)
31+
activesupport (= 7.0.8.1)
32+
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.4.3)
37-
actionpack (= 7.0.4.3)
38-
activerecord (= 7.0.4.3)
39-
activestorage (= 7.0.4.3)
40-
activesupport (= 7.0.4.3)
36+
actiontext (7.0.8.1)
37+
actionpack (= 7.0.8.1)
38+
activerecord (= 7.0.8.1)
39+
activestorage (= 7.0.8.1)
40+
activesupport (= 7.0.8.1)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4.3)
44-
activesupport (= 7.0.4.3)
43+
actionview (7.0.8.1)
44+
activesupport (= 7.0.8.1)
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.4.3)
50-
activesupport (= 7.0.4.3)
49+
activejob (7.0.8.1)
50+
activesupport (= 7.0.8.1)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.4.3)
53-
activesupport (= 7.0.4.3)
54-
activerecord (7.0.4.3)
55-
activemodel (= 7.0.4.3)
56-
activesupport (= 7.0.4.3)
57-
activestorage (7.0.4.3)
58-
actionpack (= 7.0.4.3)
59-
activejob (= 7.0.4.3)
60-
activerecord (= 7.0.4.3)
61-
activesupport (= 7.0.4.3)
52+
activemodel (7.0.8.1)
53+
activesupport (= 7.0.8.1)
54+
activerecord (7.0.8.1)
55+
activemodel (= 7.0.8.1)
56+
activesupport (= 7.0.8.1)
57+
activestorage (7.0.8.1)
58+
actionpack (= 7.0.8.1)
59+
activejob (= 7.0.8.1)
60+
activerecord (= 7.0.8.1)
61+
activesupport (= 7.0.8.1)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4.3)
64+
activesupport (7.0.8.1)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -214,14 +214,14 @@ GEM
214214
ruby2_keywords (~> 0.0.1)
215215
mustermann-grape (1.0.2)
216216
mustermann (>= 1.0.0)
217-
net-imap (0.4.7)
217+
net-imap (0.4.10)
218218
date
219219
net-protocol
220220
net-pop (0.1.2)
221221
net-protocol
222222
net-protocol (0.2.2)
223223
timeout
224-
net-smtp (0.4.0)
224+
net-smtp (0.4.0.1)
225225
net-protocol
226226
nio4r (2.7.0)
227227
nokogiri (1.16.2)
@@ -246,30 +246,30 @@ GEM
246246
rack (>= 2.0.0)
247247
rack-test (2.1.0)
248248
rack (>= 1.3)
249-
rails (7.0.4.3)
250-
actioncable (= 7.0.4.3)
251-
actionmailbox (= 7.0.4.3)
252-
actionmailer (= 7.0.4.3)
253-
actionpack (= 7.0.4.3)
254-
actiontext (= 7.0.4.3)
255-
actionview (= 7.0.4.3)
256-
activejob (= 7.0.4.3)
257-
activemodel (= 7.0.4.3)
258-
activerecord (= 7.0.4.3)
259-
activestorage (= 7.0.4.3)
260-
activesupport (= 7.0.4.3)
249+
rails (7.0.8.1)
250+
actioncable (= 7.0.8.1)
251+
actionmailbox (= 7.0.8.1)
252+
actionmailer (= 7.0.8.1)
253+
actionpack (= 7.0.8.1)
254+
actiontext (= 7.0.8.1)
255+
actionview (= 7.0.8.1)
256+
activejob (= 7.0.8.1)
257+
activemodel (= 7.0.8.1)
258+
activerecord (= 7.0.8.1)
259+
activestorage (= 7.0.8.1)
260+
activesupport (= 7.0.8.1)
261261
bundler (>= 1.15.0)
262-
railties (= 7.0.4.3)
262+
railties (= 7.0.8.1)
263263
rails-dom-testing (2.2.0)
264264
activesupport (>= 5.0.0)
265265
minitest
266266
nokogiri (>= 1.6)
267267
rails-html-sanitizer (1.6.0)
268268
loofah (~> 2.21)
269269
nokogiri (~> 1.14)
270-
railties (7.0.4.3)
271-
actionpack (= 7.0.4.3)
272-
activesupport (= 7.0.4.3)
270+
railties (7.0.8.1)
271+
actionpack (= 7.0.8.1)
272+
activesupport (= 7.0.8.1)
273273
method_source
274274
rake (>= 12.2)
275275
thor (~> 1.0)
@@ -348,7 +348,7 @@ GEM
348348
railties (>= 6.0.0)
349349
stringio (3.1.0)
350350
temple (0.10.3)
351-
thor (1.3.0)
351+
thor (1.3.1)
352352
tilt (2.3.0)
353353
timeout (0.4.1)
354354
turbo-rails (2.0.4)
@@ -410,7 +410,7 @@ DEPENDENCIES
410410
pg
411411
puma (~> 6.4)
412412
rack-cors
413-
rails (~> 7.0.4, >= 7.0.4.3)
413+
rails (~> 7.0.8)
414414
redis (~> 5.1)
415415
rspec-rails
416416
rubocop

0 commit comments

Comments
 (0)