We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685882 commit 4a5b945Copy full SHA for 4a5b945
Gemfile.lock
@@ -96,7 +96,7 @@ GEM
96
rake
97
mini_mime (1.0.2)
98
mini_portile2 (2.6.1)
99
- minitest (5.12.2)
+ minitest (5.14.4)
100
multi_json (1.13.1)
101
multi_xml (0.6.0)
102
multipart-post (2.1.1)
@@ -175,4 +175,4 @@ DEPENDENCIES
175
webmock (>= 3.4.2)
176
177
BUNDLED WITH
178
- 1.17.2
+ 1.17.3
google_sign_in.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = 'google_sign_in'
3
- s.version = '1.2.0'
+ s.version = '1.2.1'
4
s.authors = ['David Heinemeier Hansson', 'George Claghorn']
5
s.email = ['david@basecamp.com', 'george@basecamp.com']
6
s.summary = 'Sign in (or up) with Google for Rails applications'
0 commit comments