From 0dfe427cbaf6bd207ac2922496daae31fcfd3b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 15 May 2025 12:59:40 +0200 Subject: [PATCH] [rubygems/rubygems] Fix typo "shippped" => "shipped" https://github.com/rubygems/rubygems/commit/1762d18d7b --- spec/bundler/commands/info_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb index 478cf06405..f403db684f 100644 --- a/spec/bundler/commands/info_spec.rb +++ b/spec/bundler/commands/info_spec.rb @@ -86,7 +86,7 @@ RSpec.describe "bundle info" do expect(err).to include(default_bundle_path("gems", "rails-2.3.2").to_s) end - context "given a default gem shippped in ruby", :ruby_repo do + context "given a default gem shipped in ruby", :ruby_repo do it "prints information about the default gem" do bundle "info json" expect(out).to include("* json")