diff --git a/Gemfile.lock b/Gemfile.lock index 48ac30ae..5294df85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: core specs: - uffizzi_core (2.0.24) + uffizzi_core (2.0.25) aasm actionpack (~> 6.1.0) active_model_serializers @@ -109,8 +109,8 @@ GEM ast (2.4.2) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.697.0) - aws-sdk-core (3.169.0) + aws-partitions (1.700.0) + aws-sdk-core (3.170.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -247,7 +247,7 @@ GEM mini_portile2 (2.8.0) minitest (5.15.0) msgpack (1.4.5) - multipart-post (2.2.3) + multipart-post (2.3.0) nio4r (2.5.8) nokogiri (1.13.3) mini_portile2 (~> 2.8.0) diff --git a/core/Gemfile.lock b/core/Gemfile.lock index 80fe7148..7a8faacf 100644 --- a/core/Gemfile.lock +++ b/core/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi_core (2.0.24) + uffizzi_core (2.0.25) aasm actionpack (~> 6.1.0) active_model_serializers @@ -108,8 +108,8 @@ GEM activerecord (>= 5.2.6) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.697.0) - aws-sdk-core (3.169.0) + aws-partitions (1.700.0) + aws-sdk-core (3.170.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -220,7 +220,7 @@ GEM faraday (>= 0.9.0) faraday_middleware (1.2.0) faraday (~> 1.0) - globalid (1.0.1) + globalid (1.1.0) activesupport (>= 5.0) hash_diff (1.1.1) hashdiff (1.0.1) @@ -262,7 +262,7 @@ GEM minitest power_assert (>= 1.1) mocha (1.13.0) - multipart-post (2.2.3) + multipart-post (2.3.0) net-imap (0.3.4) date net-protocol diff --git a/core/lib/uffizzi_core/version.rb b/core/lib/uffizzi_core/version.rb index fc6d0aa2..fe403e5a 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.0.24' + VERSION = '2.0.25' end