Skip to content

Commit

Permalink
Bump omniauth-oauth2 from 1.7.1 to 1.7.2 in /src/supermarket
Browse files Browse the repository at this point in the history
Bumps [omniauth-oauth2](https://github.com/omniauth/omniauth-oauth2) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/omniauth/omniauth-oauth2/releases)
- [Commits](omniauth/omniauth-oauth2@v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: omniauth-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2021
1 parent 029bf64 commit 3a4c1a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/supermarket/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rails", "~> 6.1.4"
gem "omniauth", "~> 2.0.0"
gem "omniauth-chef-oauth2"
gem "omniauth-github", "~> 2.0.0"
gem "omniauth-oauth2", "~> 1.7.1"
gem "omniauth-oauth2", "~> 1.7.2"
gem "omniauth-rails_csrf_protection"
gem "coderay" # markdown doc - syntax highlighting

Expand Down
6 changes: 3 additions & 3 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ GEM
activesupport (>= 5.0.0)
jmespath (1.4.0)
json (2.5.1)
jwt (2.2.3)
jwt (2.3.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
Expand Down Expand Up @@ -460,7 +460,7 @@ GEM
omniauth-github (2.0.0)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.7.1)
omniauth-oauth2 (1.7.1)
omniauth-oauth2 (1.7.2)
oauth2 (~> 1.4)
omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (1.0.0)
Expand Down Expand Up @@ -822,7 +822,7 @@ DEPENDENCIES
omniauth (~> 2.0.0)
omniauth-chef-oauth2
omniauth-github (~> 2.0.0)
omniauth-oauth2 (~> 1.7.1)
omniauth-oauth2 (~> 1.7.2)
omniauth-rails_csrf_protection
paperclip
pg
Expand Down

0 comments on commit 3a4c1a9

Please sign in to comment.