diff --git a/Gemfile.lock b/Gemfile.lock index 80fe0806..702e1d86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: core specs: - uffizzi_core (2.1.0) + uffizzi_core (2.1.1) aasm actionpack (~> 6.1.0) active_model_serializers @@ -109,7 +109,7 @@ GEM ast (2.4.2) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.701.0) + aws-partitions (1.703.0) aws-sdk-core (3.170.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) @@ -121,7 +121,7 @@ GEM aws-sdk-eventbridge (1.42.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) - aws-sdk-iam (1.74.0) + aws-sdk-iam (1.75.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.5.2) @@ -223,7 +223,7 @@ GEM ice_nine (0.11.2) jmespath (1.6.2) jsonapi-renderer (0.2.2) - jwt (2.6.0) + jwt (2.7.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) diff --git a/core/Gemfile.lock b/core/Gemfile.lock index 0afd60fc..27913b34 100644 --- a/core/Gemfile.lock +++ b/core/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi_core (2.1.0) + uffizzi_core (2.1.1) 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.701.0) + aws-partitions (1.703.0) aws-sdk-core (3.170.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) @@ -120,7 +120,7 @@ GEM aws-sdk-eventbridge (1.42.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) - aws-sdk-iam (1.74.0) + aws-sdk-iam (1.75.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.5.2) @@ -231,7 +231,7 @@ GEM iri (0.5.1) jmespath (1.6.2) jsonapi-renderer (0.2.2) - jwt (2.6.0) + jwt (2.7.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -273,7 +273,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.14.0-x86_64-linux) + nokogiri (1.14.1-x86_64-linux) racc (~> 1.4) octokit (6.0.1) faraday (>= 1, < 3) diff --git a/core/lib/uffizzi_core/version.rb b/core/lib/uffizzi_core/version.rb index eee64a2d..fbf21c3e 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.0' + VERSION = '2.1.1' end