From b36a6eb8fe5ec85d10e59f000984e911317bb81c Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Mon, 22 Oct 2018 13:23:40 -0500 Subject: [PATCH] v1.1.2 --- Gemfile.lock | 18 +++++++++--------- google_sign_in.gemspec | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c4ee5d7..44bcbcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google_sign_in (1.1.1) + google_sign_in (1.1.2) google-id-token (>= 1.4.0) oauth2 (>= 1.4.0) rails (>= 5.2.0) @@ -60,20 +60,20 @@ GEM safe_yaml (~> 1.0.0) crass (1.0.4) erubi (1.7.1) - faraday (0.12.2) + faraday (0.15.3) multipart-post (>= 1.2, < 3) globalid (0.4.1) activesupport (>= 4.2.0) google-id-token (1.4.2) jwt (>= 1) hashdiff (0.3.7) - i18n (1.1.0) + i18n (1.1.1) concurrent-ruby (~> 1.0) jwt (1.5.6) loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.0) + mail (2.7.1) mini_mime (>= 0.1.1) marcel (0.3.3) mimemagic (~> 0.3.2) @@ -86,11 +86,11 @@ GEM multi_xml (0.6.0) multipart-post (2.0.0) nio4r (2.3.1) - nokogiri (1.8.4) + nokogiri (1.8.5) mini_portile2 (~> 2.3.0) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) + oauth2 (1.4.1) + faraday (>= 0.8, < 0.16.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) @@ -155,4 +155,4 @@ DEPENDENCIES webmock (>= 3.4.2) BUNDLED WITH - 1.16.4 + 1.16.6 diff --git a/google_sign_in.gemspec b/google_sign_in.gemspec index 23c0c8b..f5541f6 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.1.1' + s.version = '1.1.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'