Skip to content

Commit

Permalink
Merge pull request #48 from procore/google-omniauth-bump
Browse files Browse the repository at this point in the history
Bump to google-omniauth-oauth2 0.6.0 to move off of deprecated G+ API
  • Loading branch information
mcasper authored Jan 2, 2019
2 parents 425850b + e715f9c commit 253dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.add_dependency "rails", ">= 4.2.0"
s.add_dependency "omniauth", ">= 1.8.1"
s.add_dependency "omniauth-google-oauth2", ">= 0.5.0"
s.add_dependency "omniauth-google-oauth2", ">= 0.6.0"

s.add_development_dependency "bundler"
s.add_development_dependency "pg"
Expand Down

0 comments on commit 253dfcf

Please sign in to comment.