зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Remove unnecessary `local` helper
https://github.com/rubygems/rubygems/commit/27ed6870ce
This commit is contained in:
Родитель
8a8ade7e5e
Коммит
9492efbe71
|
@ -172,7 +172,7 @@ RSpec.describe "bundle check" do
|
|||
rack (1.0.0)
|
||||
|
||||
PLATFORMS
|
||||
#{local}
|
||||
#{generic_local_platform}
|
||||
#{not_local}
|
||||
|
||||
DEPENDENCIES
|
||||
|
@ -203,7 +203,7 @@ RSpec.describe "bundle check" do
|
|||
rack (1.0.0)
|
||||
|
||||
PLATFORMS
|
||||
#{local}
|
||||
#{generic_local_platform}
|
||||
#{not_local}
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
|
@ -141,7 +141,7 @@ RSpec.describe "install in deployment or frozen mode" do
|
|||
rack (1.0.0)
|
||||
|
||||
PLATFORMS
|
||||
#{local}
|
||||
#{generic_local_platform}
|
||||
|
||||
DEPENDENCIES
|
||||
rack
|
||||
|
|
|
@ -52,10 +52,6 @@ module Spec
|
|||
[rb, java, linux, windows_platforms].flatten
|
||||
end
|
||||
|
||||
def local
|
||||
generic_local_platform
|
||||
end
|
||||
|
||||
def specific_local_platform
|
||||
Bundler.local_platform
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче