Skip to content

Commit

Permalink
Bump omniauth from 1.8.1 to 2.1.2 in /backend
Browse files Browse the repository at this point in the history
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.8.1 to 2.1.2.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.8.1...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent 9be170b commit c991ed8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "cancancan", "~> 3.3.0"
gem "cancancan-mongoid", "2.0.0"
gem "devise", "4.8.0"
gem "devise_invitable", "2.0.5"
gem "omniauth", "1.8.1"
gem "omniauth", "2.1.2"
gem "omniauth-facebook", "3.0.0"

# Colored output to console
Expand Down
21 changes: 13 additions & 8 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ GEM
rake (>= 10.4, < 14.0)
ast (2.4.2)
awesome_print (1.9.2)
base64 (0.2.0)
bcrypt (3.1.16)
bcrypt (3.1.16-java)
better_errors (2.10.1)
Expand Down Expand Up @@ -196,7 +197,7 @@ GEM
activerecord (>= 4.2, < 7.0)
request_store (~> 1.0)
hashdiff (1.0.1)
hashie (3.5.7)
hashie (5.0.0)
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -281,14 +282,15 @@ GEM
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 (2.1.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-facebook (3.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-oauth2 (1.5.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
orm_adapter (0.5.0)
parallel (1.24.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -327,6 +329,9 @@ GEM
rack (2.2.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.6.3)
Expand Down Expand Up @@ -517,7 +522,7 @@ DEPENDENCIES
mongoid (= 7.3.3)
mongoid-rspec
nearest_time_zone
omniauth (= 1.8.1)
omniauth (= 2.1.2)
omniauth-facebook (= 3.0.0)
pg (= 1.2.3)
pry-byebug
Expand Down

0 comments on commit c991ed8

Please # to comment.