Skip to content

Commit 89ef7d3

Browse files
Bump omniauth from 1.8.1 to 2.1.2 in /backend
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] <[email protected]>
1 parent 6f81652 commit 89ef7d3

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

backend/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem "cancancan", "~> 3.3.0"
2424
gem "cancancan-mongoid", "2.0.0"
2525
gem "devise", "4.8.0"
2626
gem "devise_invitable", "2.0.5"
27-
gem "omniauth", "1.8.1"
27+
gem "omniauth", "2.1.2"
2828
gem "omniauth-facebook", "3.0.0"
2929

3030
# Colored output to console

backend/Gemfile.lock

+13-8
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ GEM
7171
rake (>= 10.4, < 14.0)
7272
ast (2.4.2)
7373
awesome_print (1.9.2)
74+
base64 (0.2.0)
7475
bcrypt (3.1.16)
7576
bcrypt (3.1.16-java)
7677
better_errors (2.10.1)
@@ -179,7 +180,7 @@ GEM
179180
activerecord (>= 4.2, < 7.0)
180181
request_store (~> 1.0)
181182
hashdiff (1.0.1)
182-
hashie (3.5.7)
183+
hashie (5.0.0)
183184
httpclient (2.8.3)
184185
i18n (1.14.1)
185186
concurrent-ruby (~> 1.0)
@@ -263,14 +264,15 @@ GEM
263264
multi_json (~> 1.3)
264265
multi_xml (~> 0.5)
265266
rack (>= 1.2, < 3)
266-
omniauth (1.8.1)
267-
hashie (>= 3.4.6, < 3.6.0)
268-
rack (>= 1.6.2, < 3)
267+
omniauth (2.1.2)
268+
hashie (>= 3.4.6)
269+
rack (>= 2.2.3)
270+
rack-protection
269271
omniauth-facebook (3.0.0)
270272
omniauth-oauth2 (~> 1.2)
271-
omniauth-oauth2 (1.5.0)
272-
oauth2 (~> 1.1)
273-
omniauth (~> 1.2)
273+
omniauth-oauth2 (1.8.0)
274+
oauth2 (>= 1.4, < 3)
275+
omniauth (~> 2.0)
274276
orm_adapter (0.5.0)
275277
parallel (1.23.0)
276278
parser (3.2.2.3)
@@ -309,6 +311,9 @@ GEM
309311
rack (2.2.8)
310312
rack-cors (2.0.1)
311313
rack (>= 2.0.0)
314+
rack-protection (3.2.0)
315+
base64 (>= 0.1.0)
316+
rack (~> 2.2, >= 2.2.4)
312317
rack-test (2.1.0)
313318
rack (>= 1.3)
314319
rack-timeout (0.6.0)
@@ -494,7 +499,7 @@ DEPENDENCIES
494499
mongoid (= 7.3.3)
495500
mongoid-rspec
496501
nearest_time_zone
497-
omniauth (= 1.8.1)
502+
omniauth (= 2.1.2)
498503
omniauth-facebook (= 3.0.0)
499504
pg (= 1.2.3)
500505
pry-byebug

0 commit comments

Comments
 (0)