Skip to content

Commit

Permalink
Update Rubygems to 3.6.2 and Bundler to 2.6.2
Browse files Browse the repository at this point in the history
It also needs a tapioca upgrade to play nice with latest Bundler
release.

Co-authored-by: Jurre <[email protected]>
  • Loading branch information
deivid-rodriguez and jurre committed Jan 7, 2025
1 parent 5554b25 commit e2f53c7
Show file tree
Hide file tree
Showing 10 changed files with 7,465 additions and 4,215 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.updater-core
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ WORKDIR $DEPENDABOT_HOME/dependabot-updater
# Note that RubyGems & Bundler versions are currently released in sync, but
# RubyGems version is one major ahead. So when bumping to RubyGems 3.y.z, Bundler
# version will jump to 2.y.z
ARG RUBYGEMS_VERSION=3.5.16
ARG RUBYGEMS_VERSION=3.6.2
RUN gem update --system $RUBYGEMS_VERSION

RUN bundle config set --global build.psych --with-libyaml-source-dir=$DEPENDABOT_HOME/src/libyaml/yaml-$LIBYAML_VERSION && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "dependabot-terraform", path: "terraform"

# Sorbet
gem "sorbet", "0.5.11630", group: :development
gem "tapioca", "0.16.3", require: false, group: :development
gem "tapioca", "0.16.6", require: false, group: :development

common_gemspec = File.expand_path("common/dependabot-common.gemspec", __dir__)

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ GEM
docker_registry2 (1.18.2)
rest-client (>= 1.8.0)
domain_name (0.6.20231109)
erubi (1.13.0)
erubi (1.13.1)
excon (0.110.0)
faraday (2.7.11)
base64
Expand Down Expand Up @@ -220,13 +220,13 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
netrc (0.11.0)
nokogiri (1.16.0-aarch64-linux)
nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.16.0-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-darwin)
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
octokit (6.1.1)
faraday (>= 1, < 3)
Expand All @@ -241,14 +241,14 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
prism (1.2.0)
prism (1.3.0)
psych (5.1.2)
stringio
public_suffix (5.0.4)
racc (1.8.1)
rainbow (3.1.1)
rake (13.1.0)
rbi (0.2.1)
rbi (0.2.2)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rdoc (6.6.3.1)
Expand Down Expand Up @@ -338,7 +338,7 @@ GEM
stackprof (0.2.25)
stringio (3.1.0)
strscan (3.1.0)
tapioca (0.16.3)
tapioca (0.16.6)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -408,11 +408,11 @@ DEPENDENCIES
rubocop-sorbet (~> 0.8.5)
simplecov (~> 0.22.0)
sorbet (= 0.5.11630)
tapioca (= 0.16.3)
tapioca (= 0.16.6)
turbo_tests (~> 2.2.0)
vcr (~> 6.1)
webmock (~> 3.18)
webrick (>= 1.7)

BUNDLED WITH
2.5.16
2.6.2
2 changes: 1 addition & 1 deletion bundler/helpers/v2/monkey_patches/git_source_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def serialize_gemspecs_in(destination)
spec = Bundler.load_gemspec(spec_path)
next unless spec

Bundler.rubygems.set_installed_by_version(spec)
spec.installed_by_version = Gem::VERSION
Bundler.rubygems.validate(spec)
File.binwrite(spec_path, spec.to_ruby)
end
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e2f53c7

Please sign in to comment.