Release 54
December 2023: Security updates, dependency updates, and a few formatting fixes to the forums.
What's Changed
- Bump sidekiq from 7.0.9 to 7.1.0 by @dependabot in #3333
- Bump rspec-rails from 6.0.1 to 6.0.2 by @dependabot in #3336
- Bump chartkick from 5.0.1 to 5.0.2 by @dependabot in #3335
- Bump loofah from 2.20.0 to 2.21.2 by @dependabot in #3340
- Bump rubocop-rspec from 2.20.0 to 2.22.0 by @dependabot in #3337
- Bump rubocop from 1.50.2 to 1.51.0 by @dependabot in #3341
- Bump scout_apm from 5.3.3 to 5.3.5 by @dependabot in #3345
- Bump loofah from 2.21.2 to 2.21.3 by @dependabot in #3344
- Bump capybara from 3.39.0 to 3.39.1 by @dependabot in #3342
- Bump selenium-webdriver from 4.9.0 to 4.9.1 by @dependabot in #3338
- Bump rspectre from 0.0.4 to 0.1.0 by @dependabot in #3343
- Bump rails from 7.0.4.3 to 7.0.5 by @dependabot in #3347
- Bump sidekiq from 7.1.0 to 7.1.1 by @dependabot in #3348
- Bump will_paginate from 3.3.1 to 4.0.0 by @dependabot in #3349
- Bump rspec-rails from 6.0.2 to 6.0.3 by @dependabot in #3352
- Bump oj from 3.14.3 to 3.15.0 by @dependabot in #3353
- Bump rubocop from 1.51.0 to 1.52.0 by @dependabot in #3354
- Bump will_paginate-bootstrap4 from 0.0.1 to 0.2.2 by @dependabot in #3350
- Bump puma from 6.2.2 to 6.3.0 by @dependabot in #3351
- Bump selenium-webdriver from 4.9.1 to 4.10.0 by @dependabot in #3355
- Bump will_paginate from 3.3.1 to 4.0.0 by @dependabot in #3356
- Bump capybara from 3.39.1 to 3.39.2 by @dependabot in #3358
- Bump will_paginate-bootstrap4 from 0.0.1 to 0.2.2 by @dependabot in #3357
- Bump sidekiq from 7.1.1 to 7.1.2 by @dependabot in #3363
- Bump will_paginate from 3.3.1 to 4.0.0 by @dependabot in #3359
- Bump rubocop from 1.52.0 to 1.52.1 by @dependabot in #3360
- Bump rubocop-rails from 2.19.1 to 2.20.2 by @dependabot in #3366
- Bump dalli from 3.2.4 to 3.2.5 by @dependabot in #3361
- Bump better_errors from 2.10.0 to 2.10.1 by @dependabot in #3362
- Bump haml_lint from 0.45.0 to 0.46.0 by @dependabot in #3367
- Bump rails from 7.0.5 to 7.0.5.1 by @dependabot in #3369
- Bump jquery-rails from 4.5.1 to 4.6.0 by @dependabot in #3371
- Bump rubocop from 1.52.1 to 1.53.1 by @dependabot in #3370
- Bump rails from 7.0.5.1 to 7.0.6 by @dependabot in #3373
- Bump haml_lint from 0.46.0 to 0.47.0 by @dependabot in #3377
- Bump geocoder from 1.8.1 to 1.8.2 by @dependabot in #3376
- Bump rubocop from 1.53.1 to 1.54.1 by @dependabot in #3375
- Release 54 by @cesy in #3334
- Bump rswag-ui from 2.9.0 to 2.10.1 by @dependabot in #3384
- Bump rswag-specs from 2.9.0 to 2.10.1 by @dependabot in #3381
- Bump rubocop from 1.54.1 to 1.54.2 by @dependabot in #3383
- Bump haml_lint from 0.47.0 to 0.48.0 by @dependabot in #3378
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #3379
- Bump rswag-api from 2.9.0 to 2.10.1 by @dependabot in #3382
- Bump haml_lint from 0.48.0 to 0.49.0 by @dependabot in #3385
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #3386
- Bump haml_lint from 0.49.0 to 0.49.1 by @dependabot in #3387
- Bump haml_lint from 0.49.1 to 0.49.2 by @dependabot in #3389
- Bump chartkick from 5.0.2 to 5.0.3 by @dependabot in #3388
- Bump webdrivers from 5.2.0 to 5.3.1 by @dependabot in #3395
- Bump haml_lint from 0.49.2 to 0.49.3 by @dependabot in #3401
- Bump rack-protection from 3.0.6 to 3.1.0 by @dependabot in #3398
- Bump xmlrpc from 0.3.2 to 0.3.3 by @dependabot in #3396
- Bump oj from 3.15.0 to 3.15.1 by @dependabot in #3392
- Bump rubocop from 1.54.2 to 1.56.0 by @dependabot in #3400
- Bump rubocop-rspec from 2.22.0 to 2.23.1 by @dependabot in #3399
- Bump rails from 7.0.6 to 7.0.7 by @dependabot in #3413
- Bump rubocop-rspec from 2.23.1 to 2.23.2 by @dependabot in #3412
- Bump faker from 3.2.0 to 3.2.1 by @dependabot in #3422
- Bump timecop from 0.9.6 to 0.9.7 by @dependabot in #3421
- Bump timecop from 0.9.7 to 0.9.8 by @dependabot in #3424
- Forum model - Add presence validation by @CloCkWeRX in #3416
- Dev Containers > Bump rails in dev container by @CloCkWeRX in #3417
- Alternative: Remove js routes by @CloCkWeRX in #3420
- Bump oj from 3.15.1 to 3.16.0 by @dependabot in #3425
- Bump puma from 6.3.0 to 6.3.1 by @dependabot in #3427
- Bump discard from 1.2.1 to 1.3.0 by @dependabot in #3426
- Swap to will paginate successor for bootstrap by @CloCkWeRX in #3428
- Bump rails from 7.0.7 to 7.0.7.2 by @dependabot in #3431
- Bump rubocop from 1.56.0 to 1.56.1 by @dependabot in #3430
- Bump haml_lint from 0.49.3 to 0.50.0 by @dependabot in #3434
- Bump rubocop from 1.56.1 to 1.56.2 by @dependabot in #3435
- Bump oj from 3.16.0 to 3.16.1 by @dependabot in #3438
- Bump pg from 1.5.3 to 1.5.4 by @dependabot in #3437
- Bump actions/checkout from 3 to 4 by @dependabot in #3439
- Bump rubocop-rails from 2.20.2 to 2.21.0 by @dependabot in #3445
- Bump rubocop from 1.56.2 to 1.56.3 by @dependabot in #3442
- Bump rubocop-rspec from 2.23.2 to 2.24.0 by @dependabot in #3443
- Bump rails from 7.0.7.2 to 7.0.8 by @dependabot in #3444
- Bump sidekiq from 7.1.2 to 7.1.3 by @dependabot in #3446
- Bump sidekiq from 7.1.3 to 7.1.4 by @dependabot in #3447
- Bump leaflet-rails from 1.9.3 to 1.9.4 by @dependabot in #3450
- Bump rubocop-rails from 2.21.0 to 2.21.1 by @dependabot in #3448
- Bump rubocop-rails from 2.21.1 to 2.21.2 by @dependabot in #3462
- Bump dalli from 3.2.5 to 3.2.6 by @dependabot in #3459
- Bump rubocop from 1.56.3 to 1.56.4 by @dependabot in #3460
- Bump rubocop-rspec from 2.24.0 to 2.24.1 by @dependabot in #3456
- Bump ruby-units from 3.0.0 to 4.0.0 by @dependabot in #3466
- Redo rubocop_todo.yml by @CloCkWeRX in #3453
- Bump sidekiq from 7.1.4 to 7.1.5 by @dependabot in #3464
- Bump puma from 6.3.1 to 6.4.0 by @dependabot in #3455
- Bump haml_lint from 0.50.0 to 0.51.0 by @dependabot in #3463
- Bump sidekiq from 7.1.5 to 7.1.6 by @dependabot in #3471
- Bump bullet from 7.0.7 to 7.1.1 by @dependabot in #3469
- Bump responders from 3.1.0 to 3.1.1 by @dependabot in #3479
- Bump rubocop from 1.56.4 to 1.57.0 by @dependabot in #3475
- Bump devise from 4.9.2 to 4.9.3 by @dependabot in #3476
- Bump rswag-ui from 2.10.1 to 2.11.0 by @dependabot in #3477
- Bump rswag-specs from 2.10.1 to 2.11.0 by @dependabot in #3478
- Bump rswag-api from 2.10.1 to 2.11.0 by @dependabot in #3480
- Bump rubocop from 1.57.0 to 1.57.1 by @dependabot in #3481
- Bump loofah from 2.21.3 to 2.21.4 by @dependabot in #3473
- Bump bullet from 7.1.1 to 7.1.2 by @dependabot in #3482
- Bump actions/setup-node from 3 to 4 by @dependabot in #3485
- Bump rubocop-rails from 2.21.2 to 2.22.0 by @dependabot in #3488
- Bump rubocop from 1.57.1 to 1.57.2 by @dependabot in #3487
- Bump sidekiq from 7.1.6 to 7.2.0 by @dependabot in #3493
- Bump rake from 13.0.6 to 13.1.0 by @dependabot in #3491
- Bump rubocop-rails from 2.22.0 to 2.22.1 by @dependabot in #3490
- Bump i18n-tasks from 1.0.12 to 1.0.13 by @dependabot in #3484
- Bump rubocop-rspec from 2.24.1 to 2.25.0 by @dependabot in #3492
- Bump ruby-units from 4.0.0 to 4.0.1 by @dependabot in #3495
- Bump loofah from 2.21.4 to 2.22.0 by @dependabot in #3499
- Bump friendly_id from 5.5.0 to 5.5.1 by @dependabot in #3498
- Bump bullet from 7.1.2 to 7.1.3 by @dependabot in #3497
- Bump faker from 3.2.1 to 3.2.2 by @dependabot in #3496
- Bump rspec-rails from 6.0.3 to 6.1.0 by @dependabot in #3506
- Bump rubocop-rails from 2.22.1 to 2.22.2 by @dependabot in #3503
- Bump bullet from 7.1.3 to 7.1.4 by @dependabot in #3502
- Bump factory_bot_rails from 6.2.0 to 6.4.2 by @dependabot in #3507
- Forums > Dates > Update _summary.html.haml by @CloCkWeRX in #3411
- Bump chartkick from 5.0.3 to 5.0.4 by @dependabot in #3433
- Bump rswag-api from 2.11.0 to 2.12.0 by @dependabot in #3508
- Bump rswag-ui from 2.11.0 to 2.12.0 by @dependabot in #3509
- Bump rswag-specs from 2.11.0 to 2.12.0 by @dependabot in #3510
- Bump rswag-specs from 2.12.0 to 2.13.0 by @dependabot in #3513
- Bump rswag-ui from 2.12.0 to 2.13.0 by @dependabot in #3512
- Bump rswag-api from 2.12.0 to 2.13.0 by @dependabot in #3514
- Bump rubocop from 1.57.2 to 1.58.0 by @dependabot in #3515
- Bump oj from 3.16.1 to 3.16.2 by @dependabot in #3516
- Bump oj from 3.16.2 to 3.16.3 by @dependabot in #3520
- Bump rspec-activemodel-mocks from 1.1.0 to 1.2.0 by @dependabot in #3519
- Bump haml_lint from 0.51.0 to 0.52.0 by @dependabot in #3522
- Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in #3521
- Bump chartkick from 5.0.4 to 5.0.5 by @dependabot in #3518
- Bump github/codeql-action from 2 to 3 by @dependabot in #3524
- Bump rubocop-rails from 2.22.2 to 2.23.0 by @dependabot in #3525
Full Changelog: release53...release54