From 166cde7d24ee698ee720987645bcd792f3db6e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 12 Sep 2024 19:07:31 +0200 Subject: [rubygems/rubygems] Fix spec to setup a default gem correctly Looking at the description is something that used to be done a long time ago. https://github.com/rubygems/rubygems/commit/9c226f52a6 --- spec/bundler/cache/gems_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/bundler/cache/gems_spec.rb b/spec/bundler/cache/gems_spec.rb index 2bd654ef43..ff9a3c5b7f 100644 --- a/spec/bundler/cache/gems_spec.rb +++ b/spec/bundler/cache/gems_spec.rb @@ -134,9 +134,7 @@ RSpec.describe "bundle cache" do end it "doesn't make remote request after caching the gem" do - build_gem "builtin_gem_2", "1.0.2", path: bundled_app("vendor/cache") do |s| - s.summary = "This builtin_gem is bundled with Ruby" - end + build_gem "builtin_gem_2", "1.0.2", path: bundled_app("vendor/cache"), default: true install_gemfile <<-G source "https://gem.repo2" -- cgit v1.2.3