Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeclaghorn committed Oct 22, 2018
1 parent 095bbcf commit b36a6eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -155,4 +155,4 @@ DEPENDENCIES
webmock (>= 3.4.2)

BUNDLED WITH
1.16.4
1.16.6
2 changes: 1 addition & 1 deletion google_sign_in.gemspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit b36a6eb

Please sign in to comment.