From 4de44cb07f81d53b171e46366ab5b35fe60d4f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 20 Jan 2025 10:26:24 +0100 Subject: [rubygems/rubygems] RDoc is no longer a default gem in Ruby 3.5 https://github.com/rubygems/rubygems/commit/0e889ae7fb --- spec/bundler/commands/info_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb index 42f288a1d8..2dc06b9cd9 100644 --- a/spec/bundler/commands/info_spec.rb +++ b/spec/bundler/commands/info_spec.rb @@ -88,8 +88,8 @@ RSpec.describe "bundle info" do context "given a default gem shippped in ruby", :ruby_repo do it "prints information about the default gem" do - bundle "info rdoc" - expect(out).to include("* rdoc") + bundle "info json" + expect(out).to include("* json") expect(out).to include("Default Gem: yes") end end -- cgit v1.2.3