From f3d35c05cbc491d335e8b82f837aaa333ed9be2b Mon Sep 17 00:00:00 2001 From: lyzellis Date: Tue, 9 Sep 2014 16:13:55 -0700 Subject: [PATCH] update omniauth-oauth2 dependency --- omniauth-wordpress.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-wordpress.gemspec b/omniauth-wordpress.gemspec index 9afd1e3..8d02e84 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.1.0' s.add_development_dependency 'rspec', '~> 2.7.0' s.add_development_dependency 'rake'