Skip to content

Commit

Permalink
Bump omniauth-google-oauth2 from 0.5.3 to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and julianguyen committed Dec 13, 2018
1 parent 01c1e74 commit f329c53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'figaro', '1.1.1'
gem 'google-api-client', '~> 0.26.0'
gem 'kaminari', '1.1.1'
gem 'omniauth', '~> 1.8.1'
gem 'omniauth-google-oauth2', '~> 0.5.2'
gem 'omniauth-google-oauth2', '~> 0.5.4'
gem 'pusher', '1.3.2'
gem 'rails-i18n', '~> 5.1.2'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
faraday (0.12.2)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
figaro (1.1.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.1.0)
jwt (1.5.6)
jwt (2.1.0)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
Expand Down Expand Up @@ -217,16 +217,16 @@ GEM
nio4r (2.3.1)
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)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-google-oauth2 (0.5.3)
omniauth-google-oauth2 (0.5.4)
jwt (>= 1.5)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.5)
Expand Down Expand Up @@ -493,7 +493,7 @@ DEPENDENCIES
kaminari (= 1.1.1)
letter_opener
omniauth (~> 1.8.1)
omniauth-google-oauth2 (~> 0.5.2)
omniauth-google-oauth2 (~> 0.5.4)
pg (= 1.1.3)
pry-byebug
pry-rails
Expand Down

0 comments on commit f329c53

Please sign in to comment.