freebsd-ports/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec
Michael Moll 613fce7669 net/rubygem-gitlab_omniauth-ldap: update to 1.2.1
PR:		199944
Differential Revision:	https://reviews.freebsd.org/D2634
Submitted by:	Michael Fausten <ports@michael-fausten.de>
Approved by:	mat (mentor)
2015-05-26 18:07:52 +00:00

11 lines
527 B
Ruby

--- gitlab_omniauth-ldap.gemspec.orig 2015-05-23 14:49:06 UTC
+++ gitlab_omniauth-ldap.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<omniauth>, ["~> 1.0"])
- s.add_runtime_dependency(%q<net-ldap>, ["~> 0.9"])
+ s.add_runtime_dependency(%q<net-ldap>, [">= 0.9"])
s.add_runtime_dependency(%q<pyu-ruby-sasl>, ["~> 0.0.3.1"])
s.add_runtime_dependency(%q<rubyntlm>, ["~> 0.3"])
else