From 080dceef1e99d6d1abdf19aa7755afa7a26ea557 Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Tue, 14 Sep 2021 11:25:39 +0530 Subject: [PATCH] Update shoryuken from 3.3.1 to 4.0.3 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 663e132915f..58e552cf695 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "rbtrace", "~> 0.4.8" gem "rdoc" gem "rest-client", require: "rest_client" gem "roadie-rails" -gem "shoryuken", "~> 3.3.0", require: false +gem "shoryuken", "~> 4.0", require: false gem "statsd-instrument", "~> 2.3.0" gem "unicorn", "~> 5.8.0" gem "validates_formatting_of" diff --git a/Gemfile.lock b/Gemfile.lock index 6f7c2f5051c..86a710da2d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,7 +69,7 @@ GEM autoprefixer-rails (10.3.3.0) execjs (~> 2) aws-eventstream (1.2.0) - aws-partitions (1.499.0) + aws-partitions (1.501.0) aws-sdk-core (3.121.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -348,7 +348,7 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - shoryuken (3.3.1) + shoryuken (4.0.3) aws-sdk-core (>= 2) concurrent-ruby thor @@ -459,7 +459,7 @@ DEPENDENCIES rubocop-rails (= 2.9.1) sassc-rails selenium-webdriver - shoryuken (~> 3.3.0) + shoryuken (~> 4.0) shoulda simplecov sprockets-rails @@ -474,4 +474,4 @@ DEPENDENCIES xml-simple BUNDLED WITH - 2.1.4 + 2.2.3