Skip to content

Commit 825ddf9

Browse files
Bump omniauth-facebook from 7.0.0 to 8.0.0
Bumps [omniauth-facebook](https://github.com/simi/omniauth-facebook) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/simi/omniauth-facebook/releases) - [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](simi/omniauth-facebook@v7.0.0...v8.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent b859048 commit 825ddf9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'less-rails', '~> 5.0'
3131
gem 'mocha', '~> 1.11'
3232
gem 'mustermann' , '1.1.1'
3333
gem 'omniauth', '~> 1.9'
34-
gem 'omniauth-facebook', '~> 7.0'
34+
gem 'omniauth-facebook', '~> 8.0'
3535
gem 'omniauth-github', '~> 1.4'
3636
gem 'omniauth-google-oauth2'
3737
gem 'omniauth-twitter'

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@ GEM
134134
equalizer (0.0.11)
135135
erubi (1.9.0)
136136
execjs (2.7.0)
137-
faraday (1.0.1)
137+
faraday (1.1.0)
138138
multipart-post (>= 1.2, < 3)
139+
ruby2_keywords
139140
ffi (1.11.3)
140141
ffi-compiler (1.0.1)
141142
ffi (>= 1.0.0)
@@ -318,7 +319,7 @@ GEM
318319
omniauth (1.9.0)
319320
hashie (>= 3.4.6, < 3.7.0)
320321
rack (>= 1.6.2, < 3)
321-
omniauth-facebook (7.0.0)
322+
omniauth-facebook (8.0.0)
322323
omniauth-oauth2 (~> 1.2)
323324
omniauth-github (1.4.0)
324325
omniauth (~> 1.5)
@@ -630,7 +631,7 @@ DEPENDENCIES
630631
mysql2 (>= 0.4.4)
631632
nifty-generators
632633
omniauth (~> 1.9)
633-
omniauth-facebook (~> 7.0)
634+
omniauth-facebook (~> 8.0)
634635
omniauth-github (~> 1.4)
635636
omniauth-google-oauth2
636637
omniauth-twitter

0 commit comments

Comments
 (0)