Skip to content

Commit

Permalink
Locked the omniauth-oauth2 version to 1.3.1
Browse files Browse the repository at this point in the history
omniauth/omniauth-oauth2#70 introduced a
breaking change for a number of oauth providers.  Right now the
recommended fix is to lock to 1.3.1

Here's the relevant doorkeeper discussion.
doorkeeper-gem/doorkeeper#737
  • Loading branch information
theycallmeswift committed Dec 14, 2015
1 parent 17a8bd7 commit 4bc07f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-mlh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'omniauth', '~> 1.0'
spec.add_dependency 'omniauth-oauth2', '>= 1.1.1', '< 2.0'
spec.add_dependency 'omniauth-oauth2', '~> 1.3.1'

spec.add_development_dependency 'rspec', '~> 2.7'
spec.add_development_dependency 'rack-test'
Expand Down

0 comments on commit 4bc07f9

Please sign in to comment.