Skip to content

Commit 2aa52df

Browse files
authored
Merge branch 'staging' into renovate/major-ruby-on-rails-packages
2 parents 2ca621b + fad27de commit 2aa52df

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
docker-compose up -d
171171
172172
- name: Finalize Sentry release
173-
uses: getsentry/action-release@fa247637f74d407f51d8423a5dc10abae1917873 # v3.1.0
173+
uses: getsentry/action-release@00ed2a6cc2171514e031a0f5b4b3cdc586dc171a # v3.1.1
174174
env:
175175
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
176176
SENTRY_ORG: ${{ vars.SENTRY_ORG_NAME }}

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Create Sentry release
7979
if: ${{ !(github.event_name == 'workflow_dispatch' && github.workflow == 'Publish Image') }}
80-
uses: getsentry/action-release@fa247637f74d407f51d8423a5dc10abae1917873 # v3.1.0
80+
uses: getsentry/action-release@00ed2a6cc2171514e031a0f5b4b3cdc586dc171a # v3.1.1
8181
env:
8282
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
8383
SENTRY_ORG: ${{ vars.SENTRY_ORG_NAME }}

Gemfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ gem 'carrierwave', '~> 3.1', '>= 3.1.1'
77
gem 'carrierwave-base64', '~> 2.11'
88
gem 'carrierwave-bombshelter', '~> 0.2', '>= 0.2.2'
99
gem 'case_transform', '~> 0.2'
10-
gem 'counter_culture', '~> 3.8', '>= 3.8.2'
11-
gem 'csv', '~> 3.3', '>= 3.3.2'
10+
gem 'counter_culture', '~> 3.9'
11+
gem 'csv', '~> 3.3', '>= 3.3.3'
1212
gem 'doorkeeper', '~> 5.8', '>= 5.8.1'
1313
gem 'doorkeeper-i18n', '~> 5.2', '>= 5.2.7'
1414
gem 'exifr', '~> 1.4', '>= 1.4.1'
@@ -20,12 +20,12 @@ 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.9'
23+
gem 'message_bus', '~> 4.4', '>= 4.4.1'
2424
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'
28-
gem 'phonelib', '~> 0.10', '>= 0.10.5'
28+
gem 'phonelib', '~> 0.10', '>= 0.10.6'
2929
gem 'puma', '~> 6.6'
3030
gem 'pundit', '~> 2.5'
3131
gem 'rack-attack', '~> 6.7'
@@ -36,9 +36,9 @@ 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'
39-
gem 'sentry-rails', '~> 5.22', '>= 5.22.4'
40-
gem 'sentry-ruby', '~> 5.22', '>= 5.22.4'
41-
gem 'sentry-sidekiq', '~> 5.22', '>= 5.22.4'
39+
gem 'sentry-rails', '~> 5.23'
40+
gem 'sentry-ruby', '~> 5.23'
41+
gem 'sentry-sidekiq', '~> 5.23'
4242
gem 'sepa_king', '~> 0.14'
4343
gem 'sidekiq', '~> 7.3', '>= 7.3.9'
4444
gem 'sidekiq-scheduler', '~> 5.0', '>= 5.0.6'
@@ -66,16 +66,16 @@ group :development do
6666
gem 'binding_of_caller', '~> 1.0', '>= 1.0.1'
6767
gem 'listen', '~> 3.9'
6868
gem 'mina', '~> 1.2', '>= 1.2.5'
69-
gem 'spring', '~> 4.2', '>= 4.2.1'
69+
gem 'spring', '~> 4.3'
7070
gem 'spring-commands-rspec', '~> 1.0', '>= 1.0.4'
7171
gem 'spring-watcher-listen', '~> 2.1'
7272
end
7373

7474
group :test do
7575
gem 'guard-rspec', '~> 4.7', '>= 4.7.3', require: false
7676
gem 'rspec-rails', '~> 7.1', '>= 7.1.1'
77-
gem 'rubocop', '~> 1.73', '>= 1.73.2', require: false
78-
gem 'rubocop-factory_bot', '~> 2.27', require: false
77+
gem 'rubocop', '~> 1.74', require: false
78+
gem 'rubocop-factory_bot', '~> 2.27', '>= 2.27.1', require: false
7979
gem 'rubocop-performance', '~> 1.24', require: false
8080
gem 'rubocop-rails', '~> 2.30', '>= 2.30.3', require: false
8181
gem 'rubocop-rspec', '~> 3.5', require: false

Gemfile.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GEM
7777
uri (>= 0.13.1)
7878
addressable (2.8.7)
7979
public_suffix (>= 2.0.2, < 7.0)
80-
ast (2.4.2)
80+
ast (2.4.3)
8181
awesome_print (1.9.2)
8282
base64 (0.2.0)
8383
bcrypt (3.1.20)
@@ -121,14 +121,14 @@ GEM
121121
concurrent-ruby (1.3.5)
122122
connection_pool (2.5.0)
123123
consistency_fail (0.3.7)
124-
counter_culture (3.8.2)
124+
counter_culture (3.9.0)
125125
activerecord (>= 4.2)
126126
activesupport (>= 4.2)
127127
crack (1.0.0)
128128
bigdecimal
129129
rexml
130130
crass (1.0.6)
131-
csv (3.3.2)
131+
csv (3.3.3)
132132
date (3.4.1)
133133
date (3.4.1-java)
134134
debug_inspector (1.2.0)
@@ -219,8 +219,8 @@ GEM
219219
isbn_validation (1.2.2)
220220
activerecord (>= 3)
221221
jar-dependencies (0.5.5)
222-
json (2.10.1)
223-
json (2.10.1-java)
222+
json (2.10.2)
223+
json (2.10.2-java)
224224
jsonapi-authorization (3.0.2)
225225
jsonapi-resources (~> 0.9.0)
226226
pundit (>= 1.0.0, < 3.0.0)
@@ -233,7 +233,7 @@ GEM
233233
listen (3.9.0)
234234
rb-fsevent (~> 0.10, >= 0.10.3)
235235
rb-inotify (~> 0.9, >= 0.9.10)
236-
llhttp-ffi (0.5.0)
236+
llhttp-ffi (0.5.1)
237237
ffi-compiler (~> 1.0)
238238
rake (~> 13.0)
239239
logger (1.6.6)
@@ -247,13 +247,13 @@ GEM
247247
net-pop
248248
net-smtp
249249
marcel (1.0.4)
250-
message_bus (4.3.9)
250+
message_bus (4.4.1)
251251
rack (>= 1.1.3)
252252
method_source (1.1.0)
253253
mime-types (3.6.1)
254254
logger
255255
mime-types-data (~> 3.2015)
256-
mime-types-data (3.2025.0304)
256+
mime-types-data (3.2025.0318)
257257
mina (1.2.5)
258258
rake
259259
mini_magick (5.2.0)
@@ -278,12 +278,12 @@ GEM
278278
netrc (0.11.0)
279279
nio4r (2.7.4)
280280
nio4r (2.7.4-java)
281-
nokogiri (1.18.5)
281+
nokogiri (1.18.6)
282282
mini_portile2 (~> 2.8.2)
283283
racc (~> 1.4)
284-
nokogiri (1.18.5-java)
284+
nokogiri (1.18.6-java)
285285
racc (~> 1.4)
286-
nokogiri (1.18.5-x86_64-linux-gnu)
286+
nokogiri (1.18.6-x86_64-linux-gnu)
287287
racc (~> 1.4)
288288
notiffany (0.1.3)
289289
nenv (~> 0.1)
@@ -295,11 +295,11 @@ GEM
295295
parallel (1.26.3)
296296
paranoia (3.0.1)
297297
activerecord (>= 6, < 8.1)
298-
parser (3.3.7.1)
298+
parser (3.3.7.2)
299299
ast (~> 2.4.1)
300300
racc
301301
pg (1.5.9)
302-
phonelib (0.10.5)
302+
phonelib (0.10.6)
303303
pp (0.6.2)
304304
prettyprint
305305
prettyprint (0.2.0)
@@ -383,7 +383,7 @@ GEM
383383
rb-inotify (0.11.1)
384384
ffi (~> 1.0)
385385
rb-readline (0.5.5)
386-
rdoc (6.12.0)
386+
rdoc (6.13.0)
387387
psych (>= 4.0.0)
388388
redis (5.4.0)
389389
redis-client (>= 0.22.0)
@@ -444,7 +444,7 @@ GEM
444444
rspec-mocks (~> 3.13)
445445
rspec-support (~> 3.13)
446446
rspec-support (3.13.2)
447-
rubocop (1.73.2)
447+
rubocop (1.74.0)
448448
json (~> 2.3)
449449
language_server-protocol (~> 3.17.0.2)
450450
lint_roller (~> 1.1.0)
@@ -455,9 +455,9 @@ GEM
455455
rubocop-ast (>= 1.38.0, < 2.0)
456456
ruby-progressbar (~> 1.7)
457457
unicode-display_width (>= 2.4.0, < 4.0)
458-
rubocop-ast (1.38.1)
459-
parser (>= 3.3.1.0)
460-
rubocop-factory_bot (2.27.0)
458+
rubocop-ast (1.41.0)
459+
parser (>= 3.3.7.2)
460+
rubocop-factory_bot (2.27.1)
461461
lint_roller (~> 1.1)
462462
rubocop (~> 1.72, >= 1.72.1)
463463
rubocop-performance (1.24.0)
@@ -486,14 +486,14 @@ GEM
486486
rufus-scheduler (3.9.2)
487487
fugit (~> 1.1, >= 1.11.1)
488488
securerandom (0.4.1)
489-
sentry-rails (5.22.4)
489+
sentry-rails (5.23.0)
490490
railties (>= 5.0)
491-
sentry-ruby (~> 5.22.4)
492-
sentry-ruby (5.22.4)
491+
sentry-ruby (~> 5.23.0)
492+
sentry-ruby (5.23.0)
493493
bigdecimal
494494
concurrent-ruby (~> 1.0, >= 1.0.2)
495-
sentry-sidekiq (5.22.4)
496-
sentry-ruby (~> 5.22.4)
495+
sentry-sidekiq (5.23.0)
496+
sentry-ruby (~> 5.23.0)
497497
sidekiq (>= 3.0)
498498
sepa_king (0.14.0)
499499
activemodel (>= 4.2)
@@ -519,7 +519,7 @@ GEM
519519
simplecov_json_formatter (0.1.4)
520520
spoon (0.0.6)
521521
ffi
522-
spring (4.2.1)
522+
spring (4.3.0)
523523
spring-commands-rspec (1.0.4)
524524
spring (>= 0.9.1)
525525
spring-watcher-listen (2.1.0)
@@ -535,7 +535,7 @@ GEM
535535
timeout (0.4.3)
536536
tzinfo (2.0.6)
537537
concurrent-ruby (~> 1.0)
538-
tzinfo-data (1.2025.1)
538+
tzinfo-data (1.2025.2)
539539
tzinfo (>= 1.0.0)
540540
unicode-display_width (3.1.4)
541541
unicode-emoji (~> 4.0, >= 4.0.4)
@@ -587,8 +587,8 @@ DEPENDENCIES
587587
case_transform (~> 0.2)
588588
colorize (~> 1.1)
589589
consistency_fail
590-
counter_culture (~> 3.8, >= 3.8.2)
591-
csv (~> 3.3, >= 3.3.2)
590+
counter_culture (~> 3.9)
591+
csv (~> 3.3, >= 3.3.3)
592592
doorkeeper (~> 5.8, >= 5.8.1)
593593
doorkeeper-i18n (~> 5.2, >= 5.2.7)
594594
dotenv-rails (~> 3.1, >= 3.1.7)
@@ -606,13 +606,13 @@ DEPENDENCIES
606606
jsonapi-authorization (~> 3.0, >= 3.0.2)
607607
jsonapi-resources (~> 0.9.1)
608608
listen (~> 3.9)
609-
message_bus (~> 4.3, >= 4.3.9)
609+
message_bus (~> 4.4, >= 4.4.1)
610610
mina (~> 1.2, >= 1.2.5)
611611
mini_magick (~> 5.2)
612612
paper_trail (~> 16.0)
613613
paranoia (~> 3.0, >= 3.0.1)
614614
pg (~> 1.5, >= 1.5.9)
615-
phonelib (~> 0.10, >= 0.10.5)
615+
phonelib (~> 0.10, >= 0.10.6)
616616
pry-byebug (~> 3.10, >= 3.10.1)
617617
pry-rails (~> 0.3, >= 0.3.11)
618618
puma (~> 6.6)
@@ -626,23 +626,23 @@ DEPENDENCIES
626626
redis (~> 5.4)
627627
roo (~> 2.10, >= 2.10.1)
628628
rspec-rails (~> 7.1, >= 7.1.1)
629-
rubocop (~> 1.73, >= 1.73.2)
630-
rubocop-factory_bot (~> 2.27)
629+
rubocop (~> 1.74)
630+
rubocop-factory_bot (~> 2.27, >= 2.27.1)
631631
rubocop-performance (~> 1.24)
632632
rubocop-rails (~> 2.30, >= 2.30.3)
633633
rubocop-rspec (~> 3.5)
634634
rubocop-rspec_rails (~> 2.31)
635635
ruby-filemagic (~> 0.7, >= 0.7.3)
636636
rubyzip (~> 2.4, >= 2.4.1)
637-
sentry-rails (~> 5.22, >= 5.22.4)
638-
sentry-ruby (~> 5.22, >= 5.22.4)
639-
sentry-sidekiq (~> 5.22, >= 5.22.4)
637+
sentry-rails (~> 5.23)
638+
sentry-ruby (~> 5.23)
639+
sentry-sidekiq (~> 5.23)
640640
sepa_king (~> 0.14)
641641
sidekiq (~> 7.3, >= 7.3.9)
642642
sidekiq-scheduler (~> 5.0, >= 5.0.6)
643643
simplecov (~> 0.22)
644644
simplecov-lcov (~> 0.8)
645-
spring (~> 4.2, >= 4.2.1)
645+
spring (~> 4.3)
646646
spring-commands-rspec (~> 1.0, >= 1.0.4)
647647
spring-watcher-listen (~> 2.1)
648648
terminal-notifier-guard (~> 1.7)

0 commit comments

Comments
 (0)