From a4b1356695c5e89f905585c649ee07ca33c4489f Mon Sep 17 00:00:00 2001 From: Lidia Mokevnina Date: Wed, 5 Apr 2023 10:51:30 +0200 Subject: [PATCH] Change version to 2.1.17 --- Gemfile.lock | 6 +++--- core/Gemfile.lock | 4 ++-- core/lib/uffizzi_core/version.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 146756c6..f5362399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: core specs: - uffizzi_core (2.1.16) + uffizzi_core (2.1.17) aasm actionpack (~> 6.1.0) active_model_serializers @@ -102,14 +102,14 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.2) + addressable (2.8.3) public_suffix (>= 2.0.2, < 6.0) ancestry (4.3.2) activerecord (>= 5.2.6) ast (2.4.2) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.740.0) + aws-partitions (1.741.0) aws-sdk-core (3.171.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) diff --git a/core/Gemfile.lock b/core/Gemfile.lock index b3d74741..7aa7bef9 100644 --- a/core/Gemfile.lock +++ b/core/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi_core (2.1.16) + uffizzi_core (2.1.17) aasm actionpack (~> 6.1.0) active_model_serializers @@ -108,7 +108,7 @@ GEM activerecord (>= 5.2.6) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.740.0) + aws-partitions (1.741.0) aws-sdk-core (3.171.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) diff --git a/core/lib/uffizzi_core/version.rb b/core/lib/uffizzi_core/version.rb index 1e8c3259..7d373c1b 100644 --- a/core/lib/uffizzi_core/version.rb +++ b/core/lib/uffizzi_core/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module UffizziCore - VERSION = '2.1.16' + VERSION = '2.1.17' end