Skip to content

Commit

Permalink
Bump sidekiq from 6.1.3 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)
- [Commits](sidekiq/sidekiq@v6.1.3...v6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2021
1 parent a7056ab commit a0e9d5a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -42,7 +42,7 @@ gem "fog-aws", "~> 3.9" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files
gem "gemoji", "~> 4.0.0.rc2" # Character information and metadata for standard and custom emoji
gem "gibbon", "~> 3.3" # API wrapper for MailChimp's API
gem "honeybadger", "~> 4.7" # Used for tracking application errors
gem "honeybadger", "~> 4.8" # Used for tracking application errors
gem "honeycomb-beeline", "~> 2.4.0" # Monitoring and Observability gem
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X)HTML entities
Expand All @@ -51,7 +51,7 @@ gem "imgproxy", "~> 2.0" # A gem that easily generates imgproxy URLs for your im
gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS
gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL
gem "jquery-rails", "~> 4.4" # A gem to automate using jQuery with Rails
gem "jsonapi-serializer", "~> 2.1" # Serializer for Ruby objects
gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects
gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
gem "katex", "~> 0.6.1" # This rubygem enables you to render TeX math to HTML using KaTeX. It uses ExecJS under the hood
gem "liquid", "~> 5.0" # A secure, non-evaling end user template engine with aesthetic markup
Expand Down Expand Up @@ -81,7 +81,7 @@ gem "ransack", "~> 2.4" # Searching and sorting
gem "recaptcha", "~> 5.7", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
gem "redis", "~> 4.2.5" # Redis ruby client
gem "rpush", "~> 5.3" # Push Notification library for Rails
gem "rpush", "~> 5.4" # Push Notification library for Rails
gem "rpush-redis", "~> 1.1" # Redis module capability for rpush library

# NOTE: [@rhymes]: sign in doesn't work with the redis-rack 2.1.0+ or with redis-actionpack 5.2.0+
Expand All @@ -97,7 +97,7 @@ gem "rolify", "~> 5.3" # Very simple Roles library
gem "rouge", "~> 3.26" # A pure-ruby code highlighter
gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip files
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
gem "sidekiq", "~> 6.1.3" # Sidekiq is used to process background jobs with the help of Redis
gem "sidekiq", "~> 6.2.0" # Sidekiq is used to process background jobs with the help of Redis
gem "sidekiq-cron", "~> 1.1" # Allows execution of scheduled cron jobs as specific times
gem "sidekiq-unique-jobs", "~> 7.0.4" # Ensures that Sidekiq jobs are unique when enqueued
gem "sitemap_generator", "~> 6.1" # SitemapGenerator is a framework-agnostic XML Sitemap generator
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Expand Up @@ -373,7 +373,7 @@ GEM
thor
hiredis (0.6.3)
hkdf (0.3.0)
honeybadger (4.7.3)
honeybadger (4.8.0)
honeycomb-beeline (2.4.0)
libhoney (~> 1.14, >= 1.14.2)
html_tokenizer (0.0.7)
Expand Down Expand Up @@ -422,7 +422,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.5.1)
jsonapi-serializer (2.1.0)
jsonapi-serializer (2.2.0)
activesupport (>= 4.2)
jwt (2.2.2)
kaminari (1.2.1)
Expand Down Expand Up @@ -658,7 +658,7 @@ GEM
rexml (3.2.4)
rolify (5.3.0)
rouge (3.26.0)
rpush (5.3.0)
rpush (5.4.0)
activesupport (>= 5.0)
jwt (>= 1.5.6)
multi_json (~> 1.0)
Expand Down Expand Up @@ -755,7 +755,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.1.3)
sidekiq (6.2.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -936,7 +936,7 @@ DEPENDENCIES
guard (~> 2.16)
guard-livereload (~> 2.5)
guard-rspec (~> 4.7)
honeybadger (~> 4.7)
honeybadger (~> 4.8)
honeycomb-beeline (~> 2.4.0)
html_truncator (~> 0.4)
htmlentities (~> 4.3, >= 4.3.4)
Expand All @@ -946,7 +946,7 @@ DEPENDENCIES
inline_svg (~> 1.7)
jbuilder (~> 2.11)
jquery-rails (~> 4.4)
jsonapi-serializer (~> 2.1)
jsonapi-serializer (~> 2.2)
kaminari (~> 1.2)
katex (~> 0.6.1)
knapsack_pro (~> 2.11.0)
Expand Down Expand Up @@ -993,7 +993,7 @@ DEPENDENCIES
reverse_markdown (~> 2.0)
rolify (~> 5.3)
rouge (~> 3.26)
rpush (~> 5.3)
rpush (~> 5.4)
rpush-redis (~> 1.1)
rspec-rails (~> 5.0)
rspec-retry (~> 0.6)
Expand All @@ -1006,7 +1006,7 @@ DEPENDENCIES
s3_direct_upload (~> 0.1)
sassc-rails (~> 2.1.2)
shoulda-matchers (~> 4.5.1)
sidekiq (~> 6.1.3)
sidekiq (~> 6.2.0)
sidekiq-cron (~> 1.1)
sidekiq-unique-jobs (~> 7.0.4)
simplecov (~> 0.21.2)
Expand Down
Binary file removed vendor/cache/sidekiq-6.1.3.gem
Binary file not shown.
Binary file added vendor/cache/sidekiq-6.2.0.gem
Binary file not shown.

0 comments on commit a0e9d5a

Please sign in to comment.