We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cf9cd9 + 390d479 commit 7528aceCopy full SHA for 7528ace
lib/omniauth-wsfed/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module WSFed
3
- VERSION = '0.2.3.1'
+ VERSION = '0.2.3.2'
4
end
5
omniauth-wsfed.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
gem.license = 'MIT'
15
16
gem.add_runtime_dependency 'omniauth', '~> 1.2.2'
17
- gem.add_runtime_dependency 'nokogiri', '~> 1.8.2'
+ gem.add_runtime_dependency 'nokogiri', '~> 1.12'
18
19
gem.add_development_dependency 'rspec', '>= 2.12.0'
20
gem.add_development_dependency 'rake', '>= 10.1.0'
0 commit comments