diff --git a/Gemfile b/Gemfile index 4ebe6d4a0c925..8b3537bd1327c 100644 --- a/Gemfile +++ b/Gemfile @@ -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 @@ -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 @@ -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+ @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 73d329e044b1a..2acdeb4cfd54e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/vendor/cache/sidekiq-6.1.3.gem b/vendor/cache/sidekiq-6.1.3.gem deleted file mode 100644 index 12963993fb61a..0000000000000 Binary files a/vendor/cache/sidekiq-6.1.3.gem and /dev/null differ diff --git a/vendor/cache/sidekiq-6.2.0.gem b/vendor/cache/sidekiq-6.2.0.gem new file mode 100644 index 0000000000000..c316b4983362d Binary files /dev/null and b/vendor/cache/sidekiq-6.2.0.gem differ