Skip to content

Commit 822febc

Browse files
committed
Update dependencies
1 parent fe7fbc1 commit 822febc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

omniauth-ldap.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Gem::Specification.new do |gem|
99
gem.homepage = "https://github.com/intridea/omniauth-ldap"
1010
gem.license = "MIT"
1111

12-
gem.add_runtime_dependency 'omniauth', '~> 1.0'
12+
gem.add_runtime_dependency 'omniauth', '~> 1.8.1'
1313
gem.add_runtime_dependency 'net-ldap', '~> 0.16'
14-
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.2'#0.0.3.1 has been yanked
15-
gem.add_runtime_dependency 'rubyntlm', '~> 0.3.4'
14+
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.3'
15+
gem.add_runtime_dependency 'rubyntlm', '~> 0.6.2'
1616
gem.add_development_dependency 'rspec', '~> 3.0'
1717
gem.add_development_dependency 'simplecov'
1818
gem.add_development_dependency 'rack-test'

0 commit comments

Comments
 (0)