-
- Downloads
Security: updated gems to latest versions (#3467)
* updated gems to latest versions * updated gems
Showing
- .ruby-version 1 addition, 1 deletion.ruby-version
- Gemfile 6 additions, 6 deletionsGemfile
- Gemfile.lock 128 additions, 111 deletionsGemfile.lock
- app/controllers/sessions_controller.rb 1 addition, 1 deletionapp/controllers/sessions_controller.rb
- lib/omniauth_options.rb 0 additions, 1 deletionlib/omniauth_options.rb
... | @@ -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' | ||
... | ... |
Please register or sign in to comment