Skip to content

Commit

Permalink
Merge pull request #5823 from dependabot/jeffwidman/rubygems-upgrade
Browse files Browse the repository at this point in the history
Bump Rubygems to `3.3.22`
  • Loading branch information
jeffwidman authored Oct 7, 2022
2 parents 329ba5d + 79cd383 commit f00571a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f00571a

Please sign in to comment.