Skip to content

dep: bump yabeda-sidekiq from 0.8.1 to 0.8.2

George Koltsov requested to merge dependabot-bundler-yabeda-sidekiq-0.8.2 into main

Bumps yabeda-sidekiq from 0.8.1 to 0.8.2.

Changelog

Sourced from yabeda-sidekiq's changelog.

0.8.2 - 2022-09-14

Added

  • Ability to programmatically change gem settings by calling writer methods on Yabeda::Sidekiq.config. [@​Envek]

    Usage is quite limited though as you need to do it before Yabeda.configure! is called.

Commits
  • b18b1d8 0.8.2: Access and change gem config via Yabeda::Sidekiq.config
  • de68cfb Use Concurrent::Map instead of Concurrent::Hash (#25)
  • 41c0e08 Move linting out to separate CI job, little CI fixes
  • af57dab Run the tests on ruby 3.1 to check compatability.
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Allure report

allure-report-publisher generated test report!

rspec: test report for e3a2a7cc

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| services    | 174    | 0      | 0       | 0     | 174   | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 236    | 0      | 0       | 0     | 236   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports