Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Delegate should be supported now
Browse files Browse the repository at this point in the history
Since `did_you_mean` dropped its dependency on it.
  • Loading branch information
deivid-rodriguez committed Dec 14, 2019
1 parent 935c727 commit 9c26878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/runtime/setup_spec.rb
Expand Up @@ -1203,7 +1203,7 @@ def lock_with(ruby_version = nil)
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"
Expand Down

0 comments on commit 9c26878

Please sign in to comment.