Skip to content
Snippets Groups Projects
Unverified Commit 3d46d422 authored by Jesus Federico's avatar Jesus Federico Committed by GitHub
Browse files

Security: updated gems to latest versions (#3467)

* updated gems to latest versions

* updated gems
parent b5278e02
No related branches found
No related tags found
No related merge requests found
2.7.2 2.7.6
...@@ -10,7 +10,7 @@ end ...@@ -10,7 +10,7 @@ end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'aws-sdk-s3', '~> 1.88.1' gem 'aws-sdk-s3', '~> 1.88.1'
gem 'bcrypt', '~> 3.1.7' gem 'bcrypt', '~> 3.1.7'
gem 'bigbluebutton-api-ruby', git: 'https://github.com/mconf/bigbluebutton-api-ruby.git', branch: 'master' gem 'bigbluebutton-api-ruby', '~> 1.9'
gem 'bn-ldap-authentication', '~> 0.1.4' gem 'bn-ldap-authentication', '~> 0.1.4'
gem 'bootsnap', '~> 1.7.2', require: false gem 'bootsnap', '~> 1.7.2', require: false
gem 'bootstrap', '~> 4.3.1' gem 'bootstrap', '~> 4.3.1'
...@@ -25,12 +25,12 @@ gem 'jquery-rails', '~> 4.4.0' ...@@ -25,12 +25,12 @@ gem 'jquery-rails', '~> 4.4.0'
gem 'jquery-ui-rails', '~> 6.0.1' gem 'jquery-ui-rails', '~> 6.0.1'
gem 'local_time', '~> 2.1.0' gem 'local_time', '~> 2.1.0'
gem 'net-ldap', '~> 0.17.0' gem 'net-ldap', '~> 0.17.0'
gem 'omniauth', '~> 1.9.1' gem 'omniauth', '~> 2.1.0'
gem 'omniauth-bn-launcher', '~> 0.1.3' gem 'omniauth-bn-launcher', '~> 0.1.4'
gem 'omniauth-bn-office365', '~> 0.1.1' gem 'omniauth-bn-office365', '~> 0.1.2'
gem 'omniauth-google-oauth2', '~> 0.7.0' gem 'omniauth-google-oauth2', '~> 1.0.1'
gem 'omniauth_openid_connect', '~> 0.4.0' gem 'omniauth_openid_connect', '~> 0.4.0'
gem 'omniauth-rails_csrf_protection', '~> 0.1.2' gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'omniauth-twitter', '~> 1.4.0' gem 'omniauth-twitter', '~> 1.4.0'
gem 'pagy', '~> 3.11.0' gem 'pagy', '~> 3.11.0'
gem 'pluck_to_hash', '~> 1.0.2' gem 'pluck_to_hash', '~> 1.0.2'
......
...@@ -6,20 +6,6 @@ GIT ...@@ -6,20 +6,6 @@ GIT
tabler-rubygem (0.1.4.1) tabler-rubygem (0.1.4.1)
autoprefixer-rails (>= 6.0.3) autoprefixer-rails (>= 6.0.3)
GIT
remote: https://github.com/mconf/bigbluebutton-api-ruby.git
revision: 91dc495324a6b7e162773227ec3650f8a5b39c50
branch: master
specs:
bigbluebutton-api-ruby (1.7.0)
childprocess (>= 1.0.1)
ffi (>= 1.9.24)
json (>= 1.8.6)
nokogiri (>= 1.10.4)
rack (>= 1.6.11)
rubyzip (>= 1.3.0)
xml-simple (~> 1.1)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
...@@ -72,30 +58,38 @@ GEM ...@@ -72,30 +58,38 @@ GEM
arel (9.0.0) arel (9.0.0)
ast (2.4.2) ast (2.4.2)
attr_required (1.0.1) attr_required (1.0.1)
autoprefixer-rails (10.2.4.0) autoprefixer-rails (10.4.7.0)
execjs execjs (~> 2)
aws-eventstream (1.1.1) aws-eventstream (1.2.0)
aws-partitions (1.435.0) aws-partitions (1.592.0)
aws-sdk-core (3.113.0) aws-sdk-core (3.131.1)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0) aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
jmespath (~> 1.0) jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.43.0) aws-sdk-kms (1.57.0)
aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.88.2) aws-sdk-s3 (1.88.2)
aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1) aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.3) aws-sigv4 (1.5.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.16) bcrypt (3.1.18)
bigbluebutton-api-ruby (1.9.0)
childprocess (>= 1.0.1)
ffi (>= 1.9.24)
json (>= 1.8.6)
nokogiri (>= 1.10.4)
rack (>= 1.6.11)
rubyzip (>= 1.3.0)
xml-simple (~> 1.1)
bindata (2.4.10) bindata (2.4.10)
bindex (0.8.1) bindex (0.8.1)
bn-ldap-authentication (0.1.4) bn-ldap-authentication (0.1.4)
net-ldap (~> 0) net-ldap (~> 0)
bootsnap (1.7.3) bootsnap (1.7.7)
msgpack (~> 1.0) msgpack (~> 1.0)
bootstrap (4.3.1) bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0) autoprefixer-rails (>= 9.1.0)
...@@ -104,7 +98,7 @@ GEM ...@@ -104,7 +98,7 @@ GEM
builder (3.2.4) builder (3.2.4)
byebug (11.1.3) byebug (11.1.3)
cancancan (2.3.0) cancancan (2.3.0)
childprocess (4.0.0) childprocess (4.1.0)
concurrent-ruby (1.1.10) concurrent-ruby (1.1.10)
coveralls (0.8.23) coveralls (0.8.23)
json (>= 1.8, < 3) json (>= 1.8, < 3)
...@@ -116,54 +110,70 @@ GEM ...@@ -116,54 +110,70 @@ GEM
rexml rexml
crass (1.0.6) crass (1.0.6)
declarative (0.0.20) declarative (0.0.20)
declarative-option (0.1.0) diff-lcs (1.5.0)
diff-lcs (1.4.4) digest-crc (0.6.4)
digest-crc (0.6.3)
rake (>= 12.0.0, < 14.0.0) rake (>= 12.0.0, < 14.0.0)
docile (1.3.5) docile (1.4.0)
dotenv (2.7.6) dotenv (2.7.6)
dotenv-rails (2.7.6) dotenv-rails (2.7.6)
dotenv (= 2.7.6) dotenv (= 2.7.6)
railties (>= 3.2) railties (>= 3.2)
erubi (1.10.0) erubi (1.10.0)
execjs (2.7.0) execjs (2.8.1)
factory_bot (6.1.0) factory_bot (6.2.1)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.1.0) factory_bot_rails (6.2.0)
factory_bot (~> 6.1.0) factory_bot (~> 6.2.0)
railties (>= 5.0.0) railties (>= 5.0.0)
faker (2.17.0) faker (2.21.0)
i18n (>= 1.6, < 2) i18n (>= 1.8.11, < 2)
faraday (1.3.0) faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0) faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1) faraday-net_http (1.0.1)
ffi (1.15.0) faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
font-awesome-sass (5.9.0) font-awesome-sass (5.9.0)
sassc (>= 1.11) sassc (>= 1.11)
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
google-apis-core (0.3.0) google-apis-core (0.5.0)
addressable (~> 2.5, >= 2.5.1) addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.14) googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.0) httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0) mini_mime (~> 1.0)
representable (~> 3.0) representable (~> 3.0)
retriable (>= 2.0, < 4.0) retriable (>= 2.0, < 4.a)
rexml rexml
signet (~> 0.14)
webrick webrick
google-apis-iamcredentials_v1 (0.2.0) google-apis-iamcredentials_v1 (0.10.0)
google-apis-core (~> 0.1) google-apis-core (>= 0.4, < 2.a)
google-apis-storage_v1 (0.3.0) google-apis-storage_v1 (0.14.0)
google-apis-core (~> 0.1) google-apis-core (>= 0.4, < 2.a)
google-cloud-core (1.6.0) google-cloud-core (1.6.0)
google-cloud-env (~> 1.0) google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0) google-cloud-errors (~> 1.0)
google-cloud-env (1.5.0) google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 2.0) faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.1.0) google-cloud-errors (1.2.0)
google-cloud-storage (1.30.0) google-cloud-storage (1.30.0)
addressable (~> 2.5) addressable (~> 2.5)
digest-crc (~> 0.4) digest-crc (~> 0.4)
...@@ -172,37 +182,38 @@ GEM ...@@ -172,37 +182,38 @@ GEM
google-cloud-core (~> 1.2) google-cloud-core (~> 1.2)
googleauth (~> 0.9) googleauth (~> 0.9)
mini_mime (~> 1.0) mini_mime (~> 1.0)
googleauth (0.16.0) googleauth (0.17.1)
faraday (>= 0.17.3, < 2.0) faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0) jwt (>= 1.4, < 3.0)
memoist (~> 0.16) memoist (~> 0.16)
multi_json (~> 1.11) multi_json (~> 1.11)
os (>= 0.9, < 2.0) os (>= 0.9, < 2.0)
signet (~> 0.14) signet (~> 0.15)
hashdiff (1.0.1) hashdiff (1.0.1)
hashie (4.1.0) hashie (5.0.0)
hiredis (0.6.3) hiredis (0.6.3)
http_accept_language (2.1.1) http_accept_language (2.1.1)
httpclient (2.8.3) httpclient (2.8.3)
i18n (1.10.0) i18n (1.10.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-language-mapping (0.1.3.1) i18n-language-mapping (0.1.3.1)
jbuilder (2.11.2) jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
jmespath (1.4.0) jmespath (1.6.1)
jquery-rails (4.4.0) jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1) jquery-ui-rails (6.0.1)
railties (>= 3.2.16) railties (>= 3.2.16)
json (2.5.1) json (2.6.2)
json-jwt (1.13.0) json-jwt (1.13.0)
activesupport (>= 4.2) activesupport (>= 4.2)
aes_key_wrap aes_key_wrap
bindata bindata
jwt (2.2.2) jwt (2.3.0)
listen (3.5.0) listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
local_time (2.1.0) local_time (2.1.0)
...@@ -211,7 +222,7 @@ GEM ...@@ -211,7 +222,7 @@ GEM
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.17.0) loofah (2.18.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
...@@ -222,7 +233,7 @@ GEM ...@@ -222,7 +233,7 @@ GEM
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.0) mini_portile2 (2.8.0)
minitest (5.15.0) minitest (5.15.0)
msgpack (1.4.2) msgpack (1.5.1)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.1.1)
...@@ -231,35 +242,37 @@ GEM ...@@ -231,35 +242,37 @@ GEM
nokogiri (1.13.6) nokogiri (1.13.6)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
oauth (0.5.5) oauth (0.5.10)
oauth2 (1.4.7) oauth2 (1.4.9)
faraday (>= 0.8, < 2.0) faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0) jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
omniauth (1.9.1) omniauth (2.1.0)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 1.6.2, < 3) rack (>= 2.2.3)
omniauth-bn-launcher (0.1.3) rack-protection
omniauth (~> 1.3, >= 1.3.2) omniauth-bn-launcher (0.1.4)
omniauth-oauth2 (= 1.5.0) omniauth (~> 2.1, >= 2.1.0)
omniauth-bn-office365 (0.1.1) omniauth-oauth2 (= 1.7.2)
omniauth (>= 1.3.2) omniauth-bn-office365 (0.1.2)
omniauth-oauth2 (>= 1.5.0) omniauth (~> 2.1, >= 2.1.0)
omniauth-google-oauth2 (0.7.0) omniauth-oauth2 (= 1.7.2)
omniauth-google-oauth2 (1.0.1)
jwt (>= 2.0) jwt (>= 2.0)
omniauth (>= 1.1.1) oauth2 (~> 1.1)
omniauth-oauth2 (>= 1.5) omniauth (~> 2.0)
omniauth-oauth2 (~> 1.7.1)
omniauth-oauth (1.2.0) omniauth-oauth (1.2.0)
oauth oauth
omniauth (>= 1.0, < 3) omniauth (>= 1.0, < 3)
omniauth-oauth2 (1.5.0) omniauth-oauth2 (1.7.2)
oauth2 (~> 1.1) oauth2 (~> 1.4)
omniauth (~> 1.2) omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (0.1.2) omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2) actionpack (>= 4.2)
omniauth (>= 1.3.1) omniauth (~> 2.0)
omniauth-twitter (1.4.0) omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1) omniauth-oauth (~> 1.1)
rack rack
...@@ -277,17 +290,17 @@ GEM ...@@ -277,17 +290,17 @@ GEM
validate_email validate_email
validate_url validate_url
webfinger (>= 1.0.1) webfinger (>= 1.0.1)
os (1.1.1) os (1.1.4)
pagy (3.11.0) pagy (3.11.0)
parallel (1.20.1) parallel (1.22.1)
parser (3.0.0.0) parser (3.1.2.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (0.21.0) pg (0.21.0)
pluck_to_hash (1.0.2) pluck_to_hash (1.0.2)
activerecord (>= 4.0.2) activerecord (>= 4.0.2)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
popper_js (1.16.0) popper_js (1.16.0)
public_suffix (4.0.6) public_suffix (4.0.7)
puma (4.3.12) puma (4.3.12)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.6.0)
...@@ -298,6 +311,8 @@ GEM ...@@ -298,6 +311,8 @@ GEM
httpclient httpclient
json-jwt (>= 1.11.0) json-jwt (>= 1.11.0)
rack (>= 2.1.0) rack (>= 2.1.0)
rack-protection (2.2.0)
rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.2.7.1) rails (5.2.7.1)
...@@ -328,25 +343,25 @@ GEM ...@@ -328,25 +343,25 @@ GEM
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rainbow (3.0.0) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
random_password (0.1.1) random_password (0.1.1)
rb-fsevent (0.10.4) rb-fsevent (0.11.1)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
recaptcha (5.7.0) recaptcha (5.7.0)
json json
redcarpet (3.5.1) redcarpet (3.5.1)
redis (4.2.5) redis (4.2.5)
regexp_parser (2.1.1) regexp_parser (2.4.0)
remote_syslog_logger (1.0.4) remote_syslog_logger (1.0.4)
syslog_protocol syslog_protocol
repost (0.3.8) repost (0.3.8)
representable (3.0.4) representable (3.2.0)
declarative (< 0.1.0) declarative (< 0.1.0)
declarative-option (< 0.2.0) trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0) uber (< 0.2.0)
request_store (1.5.0) request_store (1.5.1)
rack (>= 1.4) rack (>= 1.4)
retriable (3.1.2) retriable (3.1.2)
rexml (3.2.5) rexml (3.2.5)
...@@ -376,11 +391,11 @@ GEM ...@@ -376,11 +391,11 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0) rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0) unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1) rubocop-ast (1.18.0)
parser (>= 2.7.1.5) parser (>= 3.1.1.0)
ruby-progressbar (1.11.0) ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4) ruby2_keywords (0.0.5)
rubyzip (2.3.0) rubyzip (2.3.2)
sassc (2.4.0) sassc (2.4.0)
ffi (~> 1.9) ffi (~> 1.9)
sassc-rails (2.1.2) sassc-rails (2.1.2)
...@@ -392,9 +407,9 @@ GEM ...@@ -392,9 +407,9 @@ GEM
sequel (5.41.0) sequel (5.41.0)
shoulda-matchers (3.1.3) shoulda-matchers (3.1.3)
activesupport (>= 4.0.0) activesupport (>= 4.0.0)
signet (0.15.0) signet (0.16.1)
addressable (~> 2.3) addressable (~> 2.8)
faraday (>= 0.17.3, < 2.0) faraday (>= 0.17.5, < 3.0)
jwt (>= 1.5, < 3.0) jwt (>= 1.5, < 3.0)
multi_json (~> 1.10) multi_json (~> 1.10)
simplecov (0.16.1) simplecov (0.16.1)
...@@ -425,23 +440,24 @@ GEM ...@@ -425,23 +440,24 @@ GEM
thor (1.2.1) thor (1.2.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
tins (1.28.0) tins (1.31.1)
sync sync
trailblazer-option (0.1.2)
turbolinks (5.2.1) turbolinks (5.2.1)
turbolinks-source (~> 5.2) turbolinks-source (~> 5.2)
turbolinks-source (5.2.0) turbolinks-source (5.2.0)
tzinfo (1.2.9) tzinfo (1.2.9)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2021.1) tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0) tzinfo (>= 1.0.0)
uber (0.1.0) uber (0.1.0)
uglifier (4.2.0) uglifier (4.2.0)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unicode-display_width (2.0.0) unicode-display_width (2.1.0)
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
web-console (3.7.0) web-console (3.7.0)
...@@ -452,15 +468,16 @@ GEM ...@@ -452,15 +468,16 @@ GEM
webfinger (1.2.0) webfinger (1.2.0)
activesupport activesupport
httpclient (>= 2.4) httpclient (>= 2.4)
webmock (3.12.1) webmock (3.14.0)
addressable (>= 2.3.6) addressable (>= 2.8.0)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0) webrick (1.7.0)
websocket-driver (0.7.5) websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xml-simple (1.1.8) xml-simple (1.1.9)
rexml
PLATFORMS PLATFORMS
ruby ruby
...@@ -469,7 +486,7 @@ DEPENDENCIES ...@@ -469,7 +486,7 @@ DEPENDENCIES
action-cable-testing (~> 0.6) action-cable-testing (~> 0.6)
aws-sdk-s3 (~> 1.88.1) aws-sdk-s3 (~> 1.88.1)
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
bigbluebutton-api-ruby! bigbluebutton-api-ruby (~> 1.9)
bn-ldap-authentication (~> 0.1.4) bn-ldap-authentication (~> 0.1.4)
bootsnap (~> 1.7.2) bootsnap (~> 1.7.2)
bootstrap (~> 4.3.1) bootstrap (~> 4.3.1)
...@@ -491,11 +508,11 @@ DEPENDENCIES ...@@ -491,11 +508,11 @@ DEPENDENCIES
local_time (~> 2.1.0) local_time (~> 2.1.0)
lograge (~> 0.11.2) lograge (~> 0.11.2)
net-ldap (~> 0.17.0) net-ldap (~> 0.17.0)
omniauth (~> 1.9.1) omniauth (~> 2.1.0)
omniauth-bn-launcher (~> 0.1.3) omniauth-bn-launcher (~> 0.1.4)
omniauth-bn-office365 (~> 0.1.1) omniauth-bn-office365 (~> 0.1.2)
omniauth-google-oauth2 (~> 0.7.0) omniauth-google-oauth2 (~> 1.0.1)
omniauth-rails_csrf_protection (~> 0.1.2) omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-twitter (~> 1.4.0) omniauth-twitter (~> 1.4.0)
omniauth_openid_connect (~> 0.4.0) omniauth_openid_connect (~> 0.4.0)
pagy (~> 3.11.0) pagy (~> 3.11.0)
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/. # BigBlueButton open source conferencing system - http://www.bigbluebutton.org/.
# #
# Copyright (c) 2018 BigBlueButton Inc. and by respective authors (see below). # Copyright (c) 2018 BigBlueButton Inc. and by respective authors (see below).
#
# This program is free software; you can redistribute it and/or modify it under the # This program is free software; you can redistribute it and/or modify it under the
#
# terms of the GNU Lesser General Public License as published by the Free Software # terms of the GNU Lesser General Public License as published by the Free Software
# Foundation; either version 3.0 of the License, or (at your option) any later # Foundation; either version 3.0 of the License, or (at your option) any later
# version. # version.
......
...@@ -23,7 +23,6 @@ module OmniauthOptions ...@@ -23,7 +23,6 @@ module OmniauthOptions
case env['omniauth.strategy'].options[:name] case env['omniauth.strategy'].options[:name]
when "bn_launcher" when "bn_launcher"
protocol = Rails.env.production? ? "https" : env["rack.url_scheme"] protocol = Rails.env.production? ? "https" : env["rack.url_scheme"]
customer_redirect_url = "#{protocol}://#{env['SERVER_NAME']}:#{env['SERVER_PORT']}" customer_redirect_url = "#{protocol}://#{env['SERVER_NAME']}:#{env['SERVER_PORT']}"
user_domain = parse_user_domain(env["SERVER_NAME"]) user_domain = parse_user_domain(env["SERVER_NAME"])
env['omniauth.strategy'].options[:customer] = user_domain env['omniauth.strategy'].options[:customer] = user_domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment