Skip to content

Commit 87ab43a

Browse files
[dependabot:bundler] Bump the regular-updates group with 4 updates
Bumps the regular-updates group with 4 updates: [rails](https://github.com/rails/rails), [propshaft](https://github.com/rails/propshaft), [faraday](https://github.com/lostisland/faraday) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rails` from 8.0.2.1 to 8.0.3 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...v8.0.3) Updates `propshaft` from 1.2.1 to 1.3.1 - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](rails/propshaft@v1.2.1...v1.3.1) Updates `faraday` from 2.13.4 to 2.14.0 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.13.4...v2.14.0) Updates `rubocop-rails` from 2.33.3 to 2.33.4 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.33.3...v2.33.4) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular-updates - dependency-name: propshaft dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: rubocop-rails dependency-version: 2.33.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce21090 commit 87ab43a

2 files changed

Lines changed: 79 additions & 76 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby "3.4.5"
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
9-
gem "rails", "~> 8.0.2.1"
9+
gem "rails", "~> 8.0.3"
1010

1111
gem "propshaft"
1212

Gemfile.lock

Lines changed: 78 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -49,65 +49,65 @@ GIT
4949
GEM
5050
remote: https://rubygems.org/
5151
specs:
52-
actioncable (8.0.2.1)
53-
actionpack (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
52+
actioncable (8.0.3)
53+
actionpack (= 8.0.3)
54+
activesupport (= 8.0.3)
5555
nio4r (~> 2.0)
5656
websocket-driver (>= 0.6.1)
5757
zeitwerk (~> 2.6)
58-
actionmailbox (8.0.2.1)
59-
actionpack (= 8.0.2.1)
60-
activejob (= 8.0.2.1)
61-
activerecord (= 8.0.2.1)
62-
activestorage (= 8.0.2.1)
63-
activesupport (= 8.0.2.1)
58+
actionmailbox (8.0.3)
59+
actionpack (= 8.0.3)
60+
activejob (= 8.0.3)
61+
activerecord (= 8.0.3)
62+
activestorage (= 8.0.3)
63+
activesupport (= 8.0.3)
6464
mail (>= 2.8.0)
65-
actionmailer (8.0.2.1)
66-
actionpack (= 8.0.2.1)
67-
actionview (= 8.0.2.1)
68-
activejob (= 8.0.2.1)
69-
activesupport (= 8.0.2.1)
65+
actionmailer (8.0.3)
66+
actionpack (= 8.0.3)
67+
actionview (= 8.0.3)
68+
activejob (= 8.0.3)
69+
activesupport (= 8.0.3)
7070
mail (>= 2.8.0)
7171
rails-dom-testing (~> 2.2)
72-
actionpack (8.0.2.1)
73-
actionview (= 8.0.2.1)
74-
activesupport (= 8.0.2.1)
72+
actionpack (8.0.3)
73+
actionview (= 8.0.3)
74+
activesupport (= 8.0.3)
7575
nokogiri (>= 1.8.5)
7676
rack (>= 2.2.4)
7777
rack-session (>= 1.0.1)
7878
rack-test (>= 0.6.3)
7979
rails-dom-testing (~> 2.2)
8080
rails-html-sanitizer (~> 1.6)
8181
useragent (~> 0.16)
82-
actiontext (8.0.2.1)
83-
actionpack (= 8.0.2.1)
84-
activerecord (= 8.0.2.1)
85-
activestorage (= 8.0.2.1)
86-
activesupport (= 8.0.2.1)
82+
actiontext (8.0.3)
83+
actionpack (= 8.0.3)
84+
activerecord (= 8.0.3)
85+
activestorage (= 8.0.3)
86+
activesupport (= 8.0.3)
8787
globalid (>= 0.6.0)
8888
nokogiri (>= 1.8.5)
89-
actionview (8.0.2.1)
90-
activesupport (= 8.0.2.1)
89+
actionview (8.0.3)
90+
activesupport (= 8.0.3)
9191
builder (~> 3.1)
9292
erubi (~> 1.11)
9393
rails-dom-testing (~> 2.2)
9494
rails-html-sanitizer (~> 1.6)
95-
activejob (8.0.2.1)
96-
activesupport (= 8.0.2.1)
95+
activejob (8.0.3)
96+
activesupport (= 8.0.3)
9797
globalid (>= 0.3.6)
98-
activemodel (8.0.2.1)
99-
activesupport (= 8.0.2.1)
100-
activerecord (8.0.2.1)
101-
activemodel (= 8.0.2.1)
102-
activesupport (= 8.0.2.1)
98+
activemodel (8.0.3)
99+
activesupport (= 8.0.3)
100+
activerecord (8.0.3)
101+
activemodel (= 8.0.3)
102+
activesupport (= 8.0.3)
103103
timeout (>= 0.4.0)
104-
activestorage (8.0.2.1)
105-
actionpack (= 8.0.2.1)
106-
activejob (= 8.0.2.1)
107-
activerecord (= 8.0.2.1)
108-
activesupport (= 8.0.2.1)
104+
activestorage (8.0.3)
105+
actionpack (= 8.0.3)
106+
activejob (= 8.0.3)
107+
activerecord (= 8.0.3)
108+
activesupport (= 8.0.3)
109109
marcel (~> 1.0)
110-
activesupport (8.0.2.1)
110+
activesupport (8.0.3)
111111
base64
112112
benchmark (>= 0.3)
113113
bigdecimal
@@ -125,7 +125,7 @@ GEM
125125
ast (2.4.3)
126126
base64 (0.3.0)
127127
benchmark (0.4.1)
128-
bigdecimal (3.2.3)
128+
bigdecimal (3.3.1)
129129
bindex (0.8.1)
130130
bootsnap (1.18.6)
131131
msgpack (~> 1.2)
@@ -201,14 +201,14 @@ GEM
201201
dotenv (= 3.1.8)
202202
railties (>= 6.1)
203203
drb (2.2.3)
204-
erb (5.0.2)
204+
erb (5.0.3)
205205
erubi (1.13.1)
206206
factory_bot (6.5.5)
207207
activesupport (>= 6.1.0)
208208
factory_bot_rails (6.5.1)
209209
factory_bot (~> 6.5)
210210
railties (>= 6.1.0)
211-
faraday (2.13.4)
211+
faraday (2.14.0)
212212
faraday-net_http (>= 2.0, < 3.5)
213213
json
214214
logger
@@ -223,7 +223,7 @@ GEM
223223
ffi (1.17.2-x86_64-linux-gnu)
224224
ffi (1.17.2-x86_64-linux-musl)
225225
fiber-storage (1.0.1)
226-
globalid (1.2.1)
226+
globalid (1.3.0)
227227
activesupport (>= 6.1)
228228
graphql (2.5.9)
229229
base64
@@ -260,7 +260,7 @@ GEM
260260
reline (>= 0.4.2)
261261
jsbundling-rails (1.3.1)
262262
railties (>= 6.0.0)
263-
json (2.13.2)
263+
json (2.15.1)
264264
language_server-protocol (3.17.0.5)
265265
libdatadog (18.1.0.1.0)
266266
libdatadog (18.1.0.1.0-aarch64-linux)
@@ -298,14 +298,14 @@ GEM
298298
actionpack (>= 6.0.0, < 8.1)
299299
method_source (1.1.0)
300300
mini_mime (1.1.5)
301-
minitest (5.25.5)
301+
minitest (5.26.0)
302302
msgpack (1.8.0)
303303
multi_test (1.1.0)
304304
net-http (0.6.0)
305305
uri
306306
net-http-persistent (4.0.6)
307307
connection_pool (~> 2.2, >= 2.2.4)
308-
net-imap (0.5.10)
308+
net-imap (0.5.12)
309309
date
310310
net-protocol
311311
net-pop (0.1.2)
@@ -329,13 +329,13 @@ GEM
329329
parser (3.3.9.0)
330330
ast (~> 2.4.1)
331331
racc
332-
pp (0.6.2)
332+
pp (0.6.3)
333333
prettyprint
334334
preserve (3.0.0)
335335
actionpack (>= 3.2)
336336
prettyprint (0.2.0)
337-
prism (1.4.0)
338-
propshaft (1.2.1)
337+
prism (1.5.2)
338+
propshaft (1.3.1)
339339
actionpack (>= 7.0.0)
340340
activesupport (>= 7.0.0)
341341
rack
@@ -352,28 +352,28 @@ GEM
352352
puma (6.6.1)
353353
nio4r (~> 2.0)
354354
racc (1.8.1)
355-
rack (3.2.2)
355+
rack (3.2.3)
356356
rack-session (2.1.1)
357357
base64 (>= 0.1.0)
358358
rack (>= 3.0.0)
359359
rack-test (2.2.0)
360360
rack (>= 1.3)
361361
rackup (2.2.1)
362362
rack (>= 3)
363-
rails (8.0.2.1)
364-
actioncable (= 8.0.2.1)
365-
actionmailbox (= 8.0.2.1)
366-
actionmailer (= 8.0.2.1)
367-
actionpack (= 8.0.2.1)
368-
actiontext (= 8.0.2.1)
369-
actionview (= 8.0.2.1)
370-
activejob (= 8.0.2.1)
371-
activemodel (= 8.0.2.1)
372-
activerecord (= 8.0.2.1)
373-
activestorage (= 8.0.2.1)
374-
activesupport (= 8.0.2.1)
363+
rails (8.0.3)
364+
actioncable (= 8.0.3)
365+
actionmailbox (= 8.0.3)
366+
actionmailer (= 8.0.3)
367+
actionpack (= 8.0.3)
368+
actiontext (= 8.0.3)
369+
actionview (= 8.0.3)
370+
activejob (= 8.0.3)
371+
activemodel (= 8.0.3)
372+
activerecord (= 8.0.3)
373+
activestorage (= 8.0.3)
374+
activesupport (= 8.0.3)
375375
bundler (>= 1.15.0)
376-
railties (= 8.0.2.1)
376+
railties (= 8.0.3)
377377
rails-controller-testing (1.0.5)
378378
actionpack (>= 5.0.1.rc1)
379379
actionview (>= 5.0.1.rc1)
@@ -392,20 +392,22 @@ GEM
392392
rack
393393
railties (>= 5.1)
394394
semantic_logger (~> 4.16)
395-
railties (8.0.2.1)
396-
actionpack (= 8.0.2.1)
397-
activesupport (= 8.0.2.1)
395+
railties (8.0.3)
396+
actionpack (= 8.0.3)
397+
activesupport (= 8.0.3)
398398
irb (~> 1.13)
399399
rackup (>= 1.0.0)
400400
rake (>= 12.2)
401401
thor (~> 1.0, >= 1.2.2)
402+
tsort (>= 0.2)
402403
zeitwerk (~> 2.6)
403404
rainbow (3.1.1)
404405
rake (13.3.0)
405-
rdoc (6.14.2)
406+
rdoc (6.15.0)
406407
erb
407408
psych (>= 4.0.0)
408-
regexp_parser (2.11.2)
409+
tsort
410+
regexp_parser (2.11.3)
409411
reline (0.6.2)
410412
io-console (~> 0.5)
411413
rexml (3.4.2)
@@ -430,18 +432,18 @@ GEM
430432
rspec-mocks (~> 3.13)
431433
rspec-support (~> 3.13)
432434
rspec-support (3.13.5)
433-
rubocop (1.79.2)
435+
rubocop (1.81.1)
434436
json (~> 2.3)
435437
language_server-protocol (~> 3.17.0.2)
436438
lint_roller (~> 1.1.0)
437439
parallel (~> 1.10)
438440
parser (>= 3.3.0.2)
439441
rainbow (>= 2.2.2, < 4.0)
440442
regexp_parser (>= 2.9.3, < 3.0)
441-
rubocop-ast (>= 1.46.0, < 2.0)
443+
rubocop-ast (>= 1.47.1, < 2.0)
442444
ruby-progressbar (~> 1.7)
443445
unicode-display_width (>= 2.4.0, < 4.0)
444-
rubocop-ast (1.46.0)
446+
rubocop-ast (1.47.1)
445447
parser (>= 3.3.7.2)
446448
prism (~> 1.4)
447449
rubocop-capybara (2.22.1)
@@ -454,7 +456,7 @@ GEM
454456
lint_roller (~> 1.1)
455457
rubocop (>= 1.72.1, < 2.0)
456458
rubocop-ast (>= 1.38.0, < 2.0)
457-
rubocop-rails (2.33.3)
459+
rubocop-rails (2.33.4)
458460
activesupport (>= 4.2.0)
459461
lint_roller (~> 1.1)
460462
rack (>= 1.1)
@@ -487,14 +489,15 @@ GEM
487489
tilt (2.6.1)
488490
timeout (0.4.3)
489491
tomlrb (2.0.3)
492+
tsort (0.2.0)
490493
tzinfo (2.0.6)
491494
concurrent-ruby (~> 1.0)
492495
tzinfo-data (1.2025.2)
493496
tzinfo (>= 1.0.0)
494-
unicode-display_width (3.1.5)
495-
unicode-emoji (~> 4.0, >= 4.0.4)
496-
unicode-emoji (4.0.4)
497-
uri (1.0.3)
497+
unicode-display_width (3.2.0)
498+
unicode-emoji (~> 4.1)
499+
unicode-emoji (4.1.0)
500+
uri (1.0.4)
498501
useragent (0.16.11)
499502
vcr (6.3.1)
500503
base64
@@ -568,7 +571,7 @@ DEPENDENCIES
568571
propshaft
569572
pry-remote
570573
puma (~> 6.6)
571-
rails (~> 8.0.2.1)
574+
rails (~> 8.0.3)
572575
rails-controller-testing
573576
rails_semantic_logger
574577
rich_text_renderer

0 commit comments

Comments
 (0)