Skip to content

Bump sidekiq, rails and sass-rails#33

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/sidekiq-and-rails-and-sass-rails-7.0.3
Open

Bump sidekiq, rails and sass-rails#33
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/sidekiq-and-rails-and-sass-rails-7.0.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 12, 2023

Bumps sidekiq, rails and sass-rails. These dependencies needed to be updated together.
Updates sidekiq from 5.2.8 to 7.0.3

Changelog

Sourced from sidekiq's changelog.

7.0.3

  • Don't warn about memory policy on Redis Enterprise #5712
  • Don't allow Quiet/Stop on embedded Sidekiq instances #5716
  • Fix size: X for configuring the default Redis pool size #5702
  • Improve the display of queue weights on Busy page #5642
  • Freeze CurrentAttributes on a job once initially set #5692

7.0.2

  • Improve compatibility with custom loggers #5673
  • Add queue weights on Busy page #5640
  • Add BID link on job_info page if job is part of a Batch #5623
  • Allow custom extensions to add rows/links within Job detail pages #5624
Sidekiq::Web.custom_job_info_rows << AddAccountLink.new
class AddAccountLink
include CGI::Util
def add_pair(job)
# yield a (name, value) pair
# You can include HTML tags and CSS, Sidekiq does not do any
# escaping so beware user data injection! Note how we use CGI's
# h escape helper.
aid = job["account_id"]
yield "Account", "<a href='/accounts/#{h aid}'>#{h aid}</a>" if aid
end
end

7.0.1

  • Allow an embedding process to reuse its own heartbeat thread
  • Update zh-cn localization

7.0.0

  • Embedded mode!
  • Capsules!!
  • Job Execution metrics!!!
  • See docs/7.0-Upgrade.md for release notes

6.5.8

  • Fail if using a bad version of scout_apm #5616

... (truncated)

Commits

Updates rails from 4.2.8 to 5.0.7.2

Release notes

Sourced from rails's releases.

4.2.11.3

Action Mailer

  • No changes.

Action Pack

  • No changes.

Action View

Active Job

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Active Support

  • No changes.

Railties

  • No changes.

4.2.11.2

Action Mailer

... (truncated)

Commits
  • c4d3e20 Prep release
  • c79dcbc Only accept formats from registered mime types
  • 2383952 Preparing for 5.0.7.1 release
  • 21c487c Do not deserialize GlobalID objects that were not generated by Active Job
  • aea6423 Preparing for 5.0.7 release
  • 692e6dd Add CHANGELOG entry for minimum ruby version check
  • b8d24a2 Compare ruby version with correct way
  • c90e0aa Fix test for mysql2 gem spec in generated Gemfile
  • 1079dd4 Support mysql2 0.4.x and 0.5.x
  • 7ade1f4 Allow any version of dalli less them 2.7.7
  • Additional commits viewable in compare view

Updates sass-rails from 5.0.7 to 6.0.0

Release notes

Sourced from sass-rails's releases.

6.0.0

Breaking change

Commits
  • a77240c Prepare to 6.0.0
  • 8dbe4dc Bump version to 6.0.0.beta3
  • 830a8ec Bump minimum version of sassc-rails
  • ff54c20 Fix open-ended dependency
  • ebe9ef7 Bump version to v6.0.0.beta2
  • 409d871 Merge pull request #424 from rails/sassc-rails
  • d809900 Recomend to use SassC::Rails::Importer to users requiring sass/rails/importer
  • 706526d Make sass-rails an wrapper for sassc-rails to allow a smooth upgrade path
  • ac38f1e Merge pull request #423 from gregmolnar/master
  • d61b999 remove gemnasium badge from readme
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sidekiq](https://github.com/mperham/sidekiq), [rails](https://github.com/rails/rails) and [sass-rails](https://github.com/rails/sass-rails). These dependencies needed to be updated together.

Updates `sidekiq` from 5.2.8 to 7.0.3
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v5.2.8...v7.0.3)

Updates `rails` from 4.2.8 to 5.0.7.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v4.2.8...v5.0.7.2)

Updates `sass-rails` from 5.0.7 to 6.0.0
- [Release notes](https://github.com/rails/sass-rails/releases)
- [Commits](rails/sass-rails@v5.0.7...v6.0.0)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
- dependency-name: rails
  dependency-type: direct:production
- dependency-name: sass-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants