[前][次][番号順一覧][スレッド一覧]

ruby-changes:72128

From: David <ko1@a...>
Date: Sat, 11 Jun 2022 18:43:45 +0900 (JST)
Subject: [ruby-changes:72128] 870e5a39d5 (master): [rubygems/rubygems] Remove another unnecessary require

https://git.ruby-lang.org/ruby.git/commit/?id=870e5a39d5

From 870e5a39d59d574f92676db17555869fed5d9afb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Sat, 26 Mar 2022 10:00:42 +0100
Subject: [rubygems/rubygems] Remove another unnecessary require

https://github.com/rubygems/rubygems/commit/04e6a5ae31
---
 lib/bundler/rubygems_integration.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index 7e1f5ee451..b5ca9120a2 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -204,7 +204,6 @@ module Bundler https://github.com/ruby/ruby/blob/trunk/lib/bundler/rubygems_integration.rb#L204
     end
 
     def spec_from_gem(path, policy = nil)
-      require "psych"
       gem_from_path(path, security_policies[policy]).spec
     rescue Gem::Security::Exception => e
       raise SecurityError,
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]