Skip to content

Commit b1433d1

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 71080b2 commit b1433d1

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)
@@ -196,7 +197,7 @@ GEM
196197
activerecord (>= 4.2, < 7.0)
197198
request_store (~> 1.0)
198199
hashdiff (1.0.1)
199-
hashie (3.5.7)
200+
hashie (5.0.0)
200201
httpclient (2.8.3)
201202
i18n (1.14.1)
202203
concurrent-ruby (~> 1.0)
@@ -281,14 +282,15 @@ GEM
281282
multi_json (~> 1.3)
282283
multi_xml (~> 0.5)
283284
rack (>= 1.2, < 3)
284-
omniauth (1.8.1)
285-
hashie (>= 3.4.6, < 3.6.0)
286-
rack (>= 1.6.2, < 3)
285+
omniauth (2.1.2)
286+
hashie (>= 3.4.6)
287+
rack (>= 2.2.3)
288+
rack-protection
287289
omniauth-facebook (3.0.0)
288290
omniauth-oauth2 (~> 1.2)
289-
omniauth-oauth2 (1.5.0)
290-
oauth2 (~> 1.1)
291-
omniauth (~> 1.2)
291+
omniauth-oauth2 (1.8.0)
292+
oauth2 (>= 1.4, < 3)
293+
omniauth (~> 2.0)
292294
orm_adapter (0.5.0)
293295
parallel (1.24.0)
294296
parser (3.2.2.4)
@@ -327,6 +329,9 @@ GEM
327329
rack (2.2.8)
328330
rack-cors (2.0.1)
329331
rack (>= 2.0.0)
332+
rack-protection (3.2.0)
333+
base64 (>= 0.1.0)
334+
rack (~> 2.2, >= 2.2.4)
330335
rack-test (2.1.0)
331336
rack (>= 1.3)
332337
rack-timeout (0.6.0)
@@ -517,7 +522,7 @@ DEPENDENCIES
517522
mongoid (= 7.3.3)
518523
mongoid-rspec
519524
nearest_time_zone
520-
omniauth (= 1.8.1)
525+
omniauth (= 2.1.2)
521526
omniauth-facebook (= 3.0.0)
522527
pg (= 1.2.3)
523528
pry-byebug

0 commit comments

Comments
 (0)