diff --git a/action-scripts/Gemfile b/action-scripts/Gemfile index 7a6d6b5..9f608cf 100644 --- a/action-scripts/Gemfile +++ b/action-scripts/Gemfile @@ -16,7 +16,7 @@ gem 'json', '~> 2.12' # JSON handling # Utilities gem 'colorize', '~> 1.1' # Colored terminal output -gem 'activesupport', '~> 8.1', '>= 8.1.2' # Utility methods +gem 'activesupport', '~> 8.1', '>= 8.1.3' # Utility methods gem "faraday-retry", "~> 2.4" # Faraday middleware for retries # Development dependencies diff --git a/action-scripts/Gemfile.lock b/action-scripts/Gemfile.lock index 9912936..69f73f0 100644 --- a/action-scripts/Gemfile.lock +++ b/action-scripts/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.1.2) + activesupport (8.1.3) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -94,7 +94,7 @@ GEM i18n (1.14.8) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.19.2) + json (2.19.3) language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) @@ -195,7 +195,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - activesupport (~> 8.1, >= 8.1.2) + activesupport (~> 8.1, >= 8.1.3) aws-sdk-core (~> 3.244) aws-sdk-sts (~> 1.12) colorize (~> 1.1)