Skip to content

Commit

Permalink
Set the omniauth to version 1.9.1 in the gemspec
Browse files Browse the repository at this point in the history
Needed to fix the version of omniauth to 1.9.1 as version >= 2.0 causes an error with omniauth-facebook where facebook sign in methods don't work.
  • Loading branch information
piyushswain committed Aug 12, 2022
1 parent 4746235 commit 9bc5e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidus_social.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'deface'
spec.add_dependency 'oa-core'
spec.add_dependency 'omniauth'
spec.add_dependency 'omniauth', '~> 1.9.1'
spec.add_dependency 'omniauth-facebook'
spec.add_dependency 'omniauth-github'
spec.add_dependency 'omniauth-google-oauth2'
Expand Down

0 comments on commit 9bc5e05

Please sign in to comment.