From 59388c575ceb9cf6aaa3cb56e9d36d70f575a822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 10:11:14 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.5.2 Bumps [puma](https://github.com/puma/puma) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index fbd6547b..c85484a3 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ gem 'nokogiri', '~> 1.14' gem 'airbrake', '~> 11.0' gem 'font-awesome-rails', '~> 4.7' -gem 'sidekiq', '~> 4.2' +gem 'sidekiq', '~> 5.2' gem 'data_uri', '~> 0.1' gem 'jquery-dotdotdot-rails', '~> 1.6' gem 'alternate_rails', git: 'https://github.com/Data-Liberation-Front/alternate-rails.git', ref: 'v4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index dd19ad0d..1efa2f8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -536,7 +536,7 @@ GEM rack-google-analytics (1.2.0) actionpack activesupport - rack-protection (2.0.8.1) + rack-protection (3.0.5) rack rack-test (0.6.3) rack (>= 1.0) @@ -640,7 +640,7 @@ GEM rexml (~> 3.2) rdoc (6.5.0) psych (>= 4.0.0) - redis (3.3.1) + redis (4.8.1) ref (2.0.0) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) @@ -690,11 +690,11 @@ GEM rdf-xsd (>= 2.2, < 4.0) sparql (>= 2.2, < 4.0) sxp (~> 1.0) - sidekiq (4.2.4) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.8) + connection_pool (~> 2.2, >= 2.2.2) + rack (< 2.1.0) rack-protection (>= 1.5.0) - redis (~> 3.2, >= 3.2.1) + redis (>= 3.3.5, < 5) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -826,7 +826,7 @@ DEPENDENCIES rubyzip (~> 2.3) sass-rails (~> 6.0) sdoc (~> 2.6) - sidekiq (~> 4.2) + sidekiq (~> 5.2) simplecov (~> 0.16) spring (~> 2.1) sqlite3 (~> 1.6)