Skip to content

Commit e1593f2

Browse files
committed
Update oauth2 gem to 1.4
1 parent 471c0b0 commit e1593f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniauth-oauth2.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33
require "omniauth-oauth2/version"
44

55
Gem::Specification.new do |gem|
6-
gem.add_dependency "oauth2", "~> 1.1"
6+
gem.add_dependency "oauth2", "~> 1.4"
77
gem.add_dependency "omniauth", "~> 1.9"
88

99
gem.add_development_dependency "bundler", "~> 1.0"

0 commit comments

Comments
 (0)