diff --git a/Gemfile.lock b/Gemfile.lock index 752cf2d..de7d87a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google_sign_in (1.0.1) + google_sign_in (1.0.2) google-id-token (>= 1.4.0) oauth2 (>= 1.4.0) rails (>= 5.2.0) diff --git a/google_sign_in.gemspec b/google_sign_in.gemspec index efebedd..b52dcc5 100644 --- a/google_sign_in.gemspec +++ b/google_sign_in.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'google_sign_in' - s.version = '1.0.1' + s.version = '1.0.2' s.authors = ['David Heinemeier Hansson', 'George Claghorn'] s.email = ['david@basecamp.com', 'george@basecamp.com'] s.summary = 'Sign in (or up) with Google for Rails applications'