From bd7abaca3fe586661ba199d11fa0b7552c373463 Mon Sep 17 00:00:00 2001 From: Awaru Ryudo Date: Mon, 9 Feb 2015 18:02:12 +0800 Subject: [PATCH] Use new 1.2.x version of omniauth-oauth2 to be compatible with other oauth2 gems --- omniauth-wordpress.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-wordpress.gemspec b/omniauth-wordpress.gemspec index 9afd1e3..c552554 100644 --- a/omniauth-wordpress.gemspec +++ b/omniauth-wordpress.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1.0' + s.add_runtime_dependency 'omniauth-oauth2', '~> 1.2.0' s.add_development_dependency 'rspec', '~> 2.7.0' s.add_development_dependency 'rake'