1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00

(security) updated omniauth

This commit is contained in:
Sylvain 2023-03-28 14:25:39 +02:00
parent 8f0dfe7514
commit 41ed9b93f5
3 changed files with 36 additions and 26 deletions

View File

@ -16,6 +16,9 @@
- Updated multi_json to 1.15 - Updated multi_json to 1.15
- Updated spring to 4.0 - Updated spring to 4.0
- Updated spring-watcher-listen to 2.1 - Updated spring-watcher-listen to 2.1
- Updated omniauth to 2.1
- Updated omniauth-rails_csrf_protection to 1.0
- Updated omniauth_openid_connect to 0.6
- Fill the holes in the logical sequence of invoices references with nil invoices - Fill the holes in the logical sequence of invoices references with nil invoices
- Updated the invoices chaining method with a more flexible model - Updated the invoices chaining method with a more flexible model
- Fix a bug: broken display after a plan category was deleted - Fix a bug: broken display after a plan category was deleted

View File

@ -69,10 +69,10 @@ gem 'pg_search'
# authentication # authentication
gem 'devise', '>= 4.9' gem 'devise', '>= 4.9'
gem 'omniauth', '~> 1.9.2' gem 'omniauth', '~> 2.1'
gem 'omniauth-oauth2' gem 'omniauth-oauth2'
gem 'omniauth_openid_connect' gem 'omniauth_openid_connect'
gem 'omniauth-rails_csrf_protection', '~> 0.1' gem 'omniauth-rails_csrf_protection', '~> 1.0'
gem 'rolify' gem 'rolify'

View File

@ -72,8 +72,8 @@ GEM
tzinfo (~> 2.0) tzinfo (~> 2.0)
acts_as_list (1.0.4) acts_as_list (1.0.4)
activerecord (>= 4.2) activerecord (>= 4.2)
addressable (2.8.0) addressable (2.8.1)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0) aes_key_wrap (1.1.0)
afm (0.2.2) afm (0.2.2)
ansi (1.5.0) ansi (1.5.0)
@ -88,7 +88,7 @@ GEM
ice_nine (~> 0.11.0) ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.18) bcrypt (3.1.18)
bindata (2.4.10) bindata (2.4.15)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.16.0) bootsnap (1.16.0)
msgpack (~> 1.2) msgpack (~> 1.2)
@ -208,10 +208,11 @@ GEM
jbuilder_cache_multi (0.1.0) jbuilder_cache_multi (0.1.0)
jbuilder (>= 1.5.0, < 3) jbuilder (>= 1.5.0, < 3)
json (2.3.1) json (2.3.1)
json-jwt (1.13.0) json-jwt (1.15.3)
activesupport (>= 4.2) activesupport (>= 4.2)
aes_key_wrap aes_key_wrap
bindata bindata
httpclient
jsonpath (1.1.0) jsonpath (1.1.0)
multi_json multi_json
jwt (2.2.1) jwt (2.2.1)
@ -233,8 +234,11 @@ GEM
loofah (2.19.1) loofah (2.19.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.8.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2) marcel (1.0.2)
matrix (0.4.2) matrix (0.4.2)
message_format (0.0.6) message_format (0.0.6)
@ -274,29 +278,30 @@ GEM
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
oj (3.14.2) oj (3.14.2)
omniauth (1.9.2) omniauth (2.1.1)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 1.6.2, < 3) rack (>= 2.2.3)
omniauth-oauth2 (1.6.0) rack-protection
oauth2 (~> 1.1) omniauth-oauth2 (1.8.0)
omniauth (~> 1.9) oauth2 (>= 1.4, < 3)
omniauth-rails_csrf_protection (0.1.2) omniauth (~> 2.0)
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2) actionpack (>= 4.2)
omniauth (>= 1.3.1) omniauth (~> 2.0)
omniauth_openid_connect (0.4.0) omniauth_openid_connect (0.6.1)
addressable (~> 2.5)
omniauth (>= 1.9, < 3) omniauth (>= 1.9, < 3)
openid_connect (~> 1.1) openid_connect (~> 1.1)
openid_connect (1.3.0) openid_connect (1.4.2)
activemodel activemodel
attr_required (>= 1.0.0) attr_required (>= 1.0.0)
json-jwt (>= 1.5.0) json-jwt (>= 1.15.0)
rack-oauth2 (>= 1.6.1) net-smtp
swd (>= 1.0.0) rack-oauth2 (~> 1.21)
swd (~> 1.3)
tzinfo tzinfo
validate_email validate_email
validate_url validate_url
webfinger (>= 1.0.1) webfinger (~> 1.2)
openlab_ruby (0.0.7) openlab_ruby (0.0.7)
httparty (~> 0.20) httparty (~> 0.20)
orm_adapter (0.5.0) orm_adapter (0.5.0)
@ -326,7 +331,7 @@ GEM
pry (0.14.2) pry (0.14.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (4.0.6) public_suffix (5.0.1)
puma (6.1.0) puma (6.1.0)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.1.0) pundit (2.1.0)
@ -334,12 +339,14 @@ GEM
raabro (1.4.0) raabro (1.4.0)
racc (1.6.2) racc (1.6.2)
rack (2.2.6.4) rack (2.2.6.4)
rack-oauth2 (1.19.0) rack-oauth2 (1.21.3)
activesupport activesupport
attr_required attr_required
httpclient httpclient
json-jwt (>= 1.11.0) json-jwt (>= 1.11.0)
rack (>= 2.1.0) rack (>= 2.1.0)
rack-protection (3.0.5)
rack
rack-proxy (0.7.6) rack-proxy (0.7.6)
rack rack
rack-test (2.1.0) rack-test (2.1.0)
@ -488,7 +495,7 @@ GEM
validate_email (0.1.6) validate_email (0.1.6)
activemodel (>= 3.0) activemodel (>= 3.0)
mail (>= 2.2.5) mail (>= 2.2.5)
validate_url (1.0.13) validate_url (1.0.15)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
public_suffix public_suffix
vcr (6.1.0) vcr (6.1.0)
@ -559,9 +566,9 @@ DEPENDENCIES
net-pop net-pop
net-smtp net-smtp
oj oj
omniauth (~> 1.9.2) omniauth (~> 2.1)
omniauth-oauth2 omniauth-oauth2
omniauth-rails_csrf_protection (~> 0.1) omniauth-rails_csrf_protection (~> 1.0)
omniauth_openid_connect omniauth_openid_connect
openlab_ruby openlab_ruby
overcommit overcommit