From ca99b5bb88e36403bdd4d56f175f013521fca494 Mon Sep 17 00:00:00 2001 From: Nick Charlton Date: Sun, 26 Feb 2012 12:42:09 +0000 Subject: [PATCH] Specifies the dependency version better. --- omniauth-pam.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-pam.gemspec b/omniauth-pam.gemspec index 91304bc..8ada5f3 100644 --- a/omniauth-pam.gemspec +++ b/omniauth-pam.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_runtime_dependency "omniauth", '~> 1.0' - s.add_runtime_dependency "rpam-ruby19" + s.add_runtime_dependency "rpam-ruby19", '~> 1.2.1' end