forked from Lainports/freebsd-ports
- Sort RUN_DEPENDS Changes: https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
11 lines
590 B
Text
11 lines
590 B
Text
--- omniauth-google-oauth2.gemspec.orig 2015-10-30 15:11:58 UTC
|
|
+++ omniauth-google-oauth2.gemspec
|
|
@@ -22,7 +22,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.1.1"])
|
|
- s.add_runtime_dependency(%q<omniauth-oauth2>, ["~> 1.3.1"])
|
|
+ s.add_runtime_dependency(%q<omniauth-oauth2>, [">= 1.3.1"])
|
|
s.add_runtime_dependency(%q<jwt>, ["~> 1.0"])
|
|
s.add_runtime_dependency(%q<multi_json>, ["~> 1.3"])
|
|
s.add_runtime_dependency(%q<addressable>, ["~> 2.3"])
|