From 239b873fb25f1d86374ff1a38cf0b6c9e69e6e4d Mon Sep 17 00:00:00 2001 From: JCount <JCount42@gmail.com> Date: Sat, 1 Apr 2017 16:32:36 -0400 Subject: [PATCH] gpg2_requirement_spec: switch test to gnupg 2.1.x --- Library/Homebrew/test/gpg2_requirement_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/gpg2_requirement_spec.rb b/Library/Homebrew/test/gpg2_requirement_spec.rb index d7767abd33..a5501c84e4 100644 --- a/Library/Homebrew/test/gpg2_requirement_spec.rb +++ b/Library/Homebrew/test/gpg2_requirement_spec.rb @@ -9,7 +9,7 @@ describe GPG2Requirement do ENV["PATH"] = dir/"bin" (dir/"bin/gpg").write <<-EOS.undent #!/bin/bash - echo 2.0.30 + echo 2.1.20 EOS FileUtils.chmod 0755, dir/"bin/gpg" -- GitLab