Skip to content

Commit 60dfbd8

Browse files
committed
Reapply "chore(deps): update all non-major bundler
This reverts commit dfc4175.
1 parent dfc4175 commit 60dfbd8

File tree

3 files changed

+27
-24
lines changed

3 files changed

+27
-24
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
require:
2-
- rubocop-factory_bot
32
- rubocop-rspec_rails
43

54
plugins:
6-
- rubocop-rspec
5+
- rubocop-factory_bot
76
- rubocop-performance
7+
- rubocop-rspec
88
- rubocop-rails
99

1010
AllCops:

Gemfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ gem 'improvmx', '~> 0.2.1'
2020
gem 'isbn_validation', '~> 1.2', '>= 1.2.2'
2121
gem 'jsonapi-authorization', '~> 3.0', '>= 3.0.2'
2222
gem 'jsonapi-resources', '~> 0.9.1'
23-
gem 'message_bus', '~> 4.3', '>= 4.3.8'
24-
gem 'mini_magick', '~> 5.1', '>= 5.1.2'
23+
gem 'message_bus', '~> 4.3', '>= 4.3.9'
24+
gem 'mini_magick', '~> 5.2'
2525
gem 'paper_trail', '~> 16.0'
2626
gem 'paranoia', '~> 3.0', '>= 3.0.1'
2727
gem 'pg', '~> 1.5', '>= 1.5.9'
2828
gem 'phonelib'
2929
gem 'puma', '~> 6.6'
30-
gem 'pundit', '~> 2.4'
30+
gem 'pundit', '~> 2.5'
3131
gem 'rack-attack', '~> 6.7'
3232
gem 'rack-cors', '~> 2.0', '>= 2.0.2', require: 'rack/cors'
3333
gem 'rails', '~> 7.0.0', '>= 7.0.8.7'
3434
gem 'rails-i18n', '~> 7.0', '>= 7.0.10'
35-
gem 'redis', '~> 5.3'
35+
gem 'redis', '~> 5.4'
3636
gem 'roo', '~> 2.10', '>= 2.10.1'
3737
gem 'ruby-filemagic', '~> 0.7', '>= 0.7.3'
3838
gem 'rubyzip', '~> 2.4', '>= 2.4.1'
@@ -74,10 +74,10 @@ end
7474
group :test do
7575
gem 'guard-rspec', require: false
7676
gem 'rspec-rails'
77-
gem 'rubocop', '~> 1.72', '>= 1.72.1', require: false
78-
gem 'rubocop-factory_bot', '~> 2.26', '>= 2.26.1', require: false
77+
gem 'rubocop', '~> 1.73', '>= 1.73.2', require: false
78+
gem 'rubocop-factory_bot', '~> 2.27', require: false
7979
gem 'rubocop-performance', '~> 1.24', '>= 1.24.0', require: false
80-
gem 'rubocop-rails', '~> 2.30', '>= 2.30.0', require: false
80+
gem 'rubocop-rails', '~> 2.30', '>= 2.30.3', require: false
8181
gem 'rubocop-rspec', '~> 3.5', '>= 3.5.0', require: false
8282
gem 'rubocop-rspec_rails', '~> 2.30', '>= 2.30.0', require: false
8383
gem 'simplecov', require: false

Gemfile.lock

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ GEM
230230
net-pop
231231
net-smtp
232232
marcel (1.0.4)
233-
message_bus (4.3.8)
233+
message_bus (4.3.9)
234234
rack (>= 1.1.3)
235235
method_source (1.1.0)
236236
mime-types (3.4.1)
@@ -239,7 +239,7 @@ GEM
239239
mina (1.2.4)
240240
open4 (~> 1.3.4)
241241
rake
242-
mini_magick (5.1.2)
242+
mini_magick (5.2.0)
243243
benchmark
244244
logger
245245
mini_mime (1.1.5)
@@ -294,7 +294,9 @@ GEM
294294
public_suffix (6.0.1)
295295
puma (6.6.0)
296296
nio4r (~> 2.0)
297-
pundit (2.4.0)
297+
puma (6.6.0-java)
298+
nio4r (~> 2.0)
299+
pundit (2.5.0)
298300
activesupport (>= 3.0.0)
299301
raabro (1.4.0)
300302
racc (1.8.1)
@@ -345,7 +347,7 @@ GEM
345347
rb-inotify (0.10.1)
346348
ffi (~> 1.0)
347349
rb-readline (0.5.5)
348-
redis (5.3.0)
350+
redis (5.4.0)
349351
redis-client (>= 0.22.0)
350352
redis-client (0.23.0)
351353
connection_pool
@@ -401,7 +403,7 @@ GEM
401403
rspec-mocks (~> 3.10)
402404
rspec-support (~> 3.10)
403405
rspec-support (3.11.0)
404-
rubocop (1.72.1)
406+
rubocop (1.73.2)
405407
json (~> 2.3)
406408
language_server-protocol (~> 3.17.0.2)
407409
lint_roller (~> 1.1.0)
@@ -414,13 +416,14 @@ GEM
414416
unicode-display_width (>= 2.4.0, < 4.0)
415417
rubocop-ast (1.38.0)
416418
parser (>= 3.3.1.0)
417-
rubocop-factory_bot (2.26.1)
418-
rubocop (~> 1.61)
419+
rubocop-factory_bot (2.27.0)
420+
lint_roller (~> 1.1)
421+
rubocop (~> 1.72, >= 1.72.1)
419422
rubocop-performance (1.24.0)
420423
lint_roller (~> 1.1)
421424
rubocop (>= 1.72.1, < 2.0)
422425
rubocop-ast (>= 1.38.0, < 2.0)
423-
rubocop-rails (2.30.0)
426+
rubocop-rails (2.30.3)
424427
activesupport (>= 4.2.0)
425428
lint_roller (~> 1.1)
426429
rack (>= 1.1)
@@ -559,30 +562,30 @@ DEPENDENCIES
559562
jsonapi-authorization (~> 3.0, >= 3.0.2)
560563
jsonapi-resources (~> 0.9.1)
561564
listen
562-
message_bus (~> 4.3, >= 4.3.8)
565+
message_bus (~> 4.3, >= 4.3.9)
563566
mina
564-
mini_magick (~> 5.1, >= 5.1.2)
567+
mini_magick (~> 5.2)
565568
paper_trail (~> 16.0)
566569
paranoia (~> 3.0, >= 3.0.1)
567570
pg (~> 1.5, >= 1.5.9)
568571
phonelib
569572
pry-byebug (~> 3.10.1)
570573
pry-rails (~> 0.3.11)
571574
puma (~> 6.6)
572-
pundit (~> 2.4)
575+
pundit (~> 2.5)
573576
rack-attack (~> 6.7)
574577
rack-cors (~> 2.0, >= 2.0.2)
575578
rack-mini-profiler
576579
rails (~> 7.0.0, >= 7.0.8.7)
577580
rails-i18n (~> 7.0, >= 7.0.10)
578581
rb-readline
579-
redis (~> 5.3)
582+
redis (~> 5.4)
580583
roo (~> 2.10, >= 2.10.1)
581584
rspec-rails
582-
rubocop (~> 1.72, >= 1.72.1)
583-
rubocop-factory_bot (~> 2.26, >= 2.26.1)
585+
rubocop (~> 1.73, >= 1.73.2)
586+
rubocop-factory_bot (~> 2.27)
584587
rubocop-performance (~> 1.24, >= 1.24.0)
585-
rubocop-rails (~> 2.30, >= 2.30.0)
588+
rubocop-rails (~> 2.30, >= 2.30.3)
586589
rubocop-rspec (~> 3.5, >= 3.5.0)
587590
rubocop-rspec_rails (~> 2.30, >= 2.30.0)
588591
ruby-filemagic (~> 0.7, >= 0.7.3)

0 commit comments

Comments
 (0)