From 99ee819e4e78acfda909f951167cad4643063473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:26:50 +0000 Subject: [PATCH] Bump unicorn from 5.7.0 to 6.1.0 Bumps [unicorn](https://yhbt.net/unicorn/) from 5.7.0 to 6.1.0. --- updated-dependencies: - dependency-name: unicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ae54f12..d36b368 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'sidekiq', '~> 6.5' gem 'sidekiq-cron', '~> 1.8' gem 'sinatra', '~> 2.2' gem 'thin', '~> 1.8' -gem 'unicorn', '~> 5.7' +gem 'unicorn', '~> 6.1' group :development do gem 'byebug', '~> 11.1' diff --git a/Gemfile.lock b/Gemfile.lock index ed79cef..9879a17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM domain_name (~> 0.5) iso-639 (0.3.5) json (2.6.2) - kgio (2.11.3) + kgio (2.11.4) mail (2.7.1) mini_mime (>= 0.1.1) mime-types (3.4.1) @@ -44,7 +44,7 @@ GEM rack rack-test (2.0.2) rack (>= 1.3) - raindrops (0.19.1) + raindrops (0.20.0) rake (13.0.6) redis (4.8.0) redis-namespace (1.9.0) @@ -99,7 +99,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicorn (5.7.0) + unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) webrick (1.7.0) @@ -129,7 +129,7 @@ DEPENDENCIES sinatra (~> 2.2) thin (~> 1.8) timecop (~> 0.9.5) - unicorn (~> 5.7) + unicorn (~> 6.1) yard (~> 0.9.28) RUBY VERSION