diff --git a/Dockerfile b/Dockerfile index 56e505bc2e..b68c489feb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN if ! getent group "$USER_GID"; then groupadd --gid "$USER_GID" dependabot ; ARG RUBY_VERSION=2.7.6 ARG RUBY_INSTALL_VERSION=0.8.3 -ARG RUBYGEMS_SYSTEM_VERSION=3.2.20 +ARG RUBYGEMS_SYSTEM_VERSION=3.3.22 ARG BUNDLER_V1_VERSION=1.17.3 ARG BUNDLER_V2_VERSION=2.3.22 diff --git a/common/dependabot-common.gemspec b/common/dependabot-common.gemspec index 3dd50ca46f..764900dcea 100644 --- a/common/dependabot-common.gemspec +++ b/common/dependabot-common.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.files = [] spec.required_ruby_version = ">= 2.7.0" - spec.required_rubygems_version = ">= 2.7.3" + spec.required_rubygems_version = ">= 3.3.22" spec.add_dependency "activesupport", ">= 6.0.0" spec.add_dependency "aws-sdk-codecommit", "~> 1.28"