1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Delegate should be supported now

Since `did_you_mean` dropped its dependency on it.
This commit is contained in:
David Rodríguez 2019-12-14 14:15:43 +01:00 committed by SHIBATA Hiroshi
parent 286cb3395f
commit 9f43160014
Notes: git 2019-12-15 16:41:37 +09:00

View file

@ -1203,7 +1203,7 @@ end
describe "default gem activation" do
let(:exemptions) do
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new("2.7")
%w[delegate did_you_mean]
%w[did_you_mean]
else
%w[io-console openssl]
end << "bundler"