From dd2a80dbf4c14b3c448a8b4928f077f4e734b59e Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis Date: Thu, 16 Dec 2021 00:29:18 +0200 Subject: [PATCH] Update to 0.4.2 --- Gemfile.lock | 6 +++--- lib/allure_report_publisher/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 53ab4072..6a3b294b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (0.4.1) + allure-report-publisher (0.4.2) aws-sdk-s3 (>= 1.93.1, < 1.110.0) dry-cli (>= 0.6, < 0.8) gitlab (~> 4.17) @@ -28,7 +28,7 @@ GEM ansi (1.5.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.537.0) + aws-partitions (1.540.0) aws-sdk-core (3.124.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) @@ -113,7 +113,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - httparty (0.18.1) + httparty (0.20.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) httpclient (2.8.3) diff --git a/lib/allure_report_publisher/version.rb b/lib/allure_report_publisher/version.rb index f789c531..d43463b3 100644 --- a/lib/allure_report_publisher/version.rb +++ b/lib/allure_report_publisher/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Publisher - VERSION = "0.4.1" + VERSION = "0.4.2" end