From 6beed08500d9271d629b25834bf39ea2a9e49224 Mon Sep 17 00:00:00 2001 From: simoncolincap Date: Mon, 26 Aug 2024 14:36:58 +0000 Subject: [PATCH] DBP-830 Revert Gemfile to master-dbp --- Gemfile | 13 +- Gemfile.lock | 412 ++++++++++++++++++++++++++------------------------- 2 files changed, 216 insertions(+), 209 deletions(-) diff --git a/Gemfile b/Gemfile index dec4092085..f898461b08 100644 --- a/Gemfile +++ b/Gemfile @@ -11,8 +11,9 @@ gem 'aws-sdk-s3', require: false gem 'bcrypt', '~> 3.1.7' gem 'bigbluebutton-api-ruby', '1.9.1' gem 'bootsnap', require: false +gem 'clamby', '~> 1.6.10' gem 'cssbundling-rails', '>= 1.3.3' -gem 'data_migrate', '>= 9.2.0' +gem 'data_migrate', '>= 9.4.0' gem 'dotenv-rails' gem 'google-cloud-storage', '~> 1.44', require: false gem 'hcaptcha' @@ -20,16 +21,16 @@ gem 'hiredis', '~> 0.6.0' gem 'i18n-language-mapping' gem 'image_processing', '~> 1.2' gem 'jbuilder' -gem 'jsbundling-rails', '>= 1.2.1' +gem 'jsbundling-rails', '>= 1.2.2' gem 'jwt' gem 'mini_magick', '>= 4.9.5' -gem 'omniauth', '~> 2.1.0' +gem 'omniauth', '~> 2.1.2' gem 'omniauth_openid_connect', '>= 0.6.1' gem 'omniauth-rails_csrf_protection', '~> 1.0.1' gem 'pagy', '~> 6.0', '>= 6.0.0' gem 'pg' gem 'puma', '~> 5.6' -gem 'rails', '~> 7.1.1' +gem 'rails', '~> 7.1.3' gem 'redis', '~> 4.0' gem 'sprockets-rails' gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] @@ -41,6 +42,8 @@ end group :development do gem 'rubocop', '~> 1.26', require: false + gem 'rubocop-capybara', '~> 2.19.0', require: false + gem 'rubocop-factory_bot', '~> 2.24.0', require: false gem 'rubocop-performance', '~> 1.13', require: false gem 'rubocop-rails', '~> 2.18', '>= 2.18.0', require: false gem 'rubocop-rspec', '~> 2.9.0', require: false @@ -50,7 +53,7 @@ end group :test do gem 'capybara' gem 'factory_bot', '>= 6.4.1' - gem 'factory_bot_rails', '>= 6.3.0' + gem 'factory_bot_rails', '>= 6.4.3' gem 'faker' gem 'rspec-rails', '>= 6.0.4' gem 'selenium-webdriver' diff --git a/Gemfile.lock b/Gemfile.lock index b92b183103..f02025a5bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,35 +1,35 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) + actioncable (7.1.3.1) + actionpack (= 7.1.3.1) + activesupport (= 7.1.3.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.3.4) - actionpack (= 7.1.3.4) - activejob (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionmailbox (7.1.3.1) + actionpack (= 7.1.3.1) + activejob (= 7.1.3.1) + activerecord (= 7.1.3.1) + activestorage (= 7.1.3.1) + activesupport (= 7.1.3.1) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.1.3.4) - actionpack (= 7.1.3.4) - actionview (= 7.1.3.4) - activejob (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionmailer (7.1.3.1) + actionpack (= 7.1.3.1) + actionview (= 7.1.3.1) + activejob (= 7.1.3.1) + activesupport (= 7.1.3.1) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.2) - actionpack (7.1.3.4) - actionview (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionpack (7.1.3.1) + actionview (= 7.1.3.1) + activesupport (= 7.1.3.1) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -37,15 +37,15 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.3.4) - actionpack (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) + actiontext (7.1.3.1) + actionpack (= 7.1.3.1) + activerecord (= 7.1.3.1) + activestorage (= 7.1.3.1) + activesupport (= 7.1.3.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + actionview (7.1.3.1) + activesupport (= 7.1.3.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) @@ -55,27 +55,27 @@ GEM activemodel (>= 4.1) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - active_storage_validations (1.1.4) + active_storage_validations (1.1.0) activejob (>= 5.2.0) activemodel (>= 5.2.0) activestorage (>= 5.2.0) activesupport (>= 5.2.0) - activejob (7.1.3.4) - activesupport (= 7.1.3.4) + activejob (7.1.3.1) + activesupport (= 7.1.3.1) globalid (>= 0.3.6) - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activerecord (7.1.3.4) - activemodel (= 7.1.3.4) - activesupport (= 7.1.3.4) + activemodel (7.1.3.1) + activesupport (= 7.1.3.1) + activerecord (7.1.3.1) + activemodel (= 7.1.3.1) + activesupport (= 7.1.3.1) timeout (>= 0.4.0) - activestorage (7.1.3.4) - actionpack (= 7.1.3.4) - activejob (= 7.1.3.4) - activerecord (= 7.1.3.4) - activesupport (= 7.1.3.4) + activestorage (7.1.3.1) + actionpack (= 7.1.3.1) + activejob (= 7.1.3.1) + activerecord (= 7.1.3.1) + activesupport (= 7.1.3.1) marcel (~> 1.0) - activesupport (7.1.3.4) + activesupport (7.1.3.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -85,29 +85,29 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) + addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) ast (2.4.2) - attr_required (1.0.2) - aws-eventstream (1.3.0) - aws-partitions (1.940.0) - aws-sdk-core (3.197.0) - aws-eventstream (~> 1, >= 1.3.0) + attr_required (1.0.1) + aws-eventstream (1.2.0) + aws-partitions (1.708.0) + aws-sdk-core (3.170.0) + aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.8) + aws-sigv4 (~> 1.5) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.83.0) - aws-sdk-core (~> 3, >= 3.197.0) + aws-sdk-kms (1.62.0) + aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.152.0) - aws-sdk-core (~> 3, >= 3.197.0) + aws-sdk-s3 (1.119.0) + aws-sdk-core (~> 3, >= 3.165.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.8) - aws-sigv4 (1.8.0) + aws-sigv4 (~> 1.4) + aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) - base64 (0.2.0) - bcrypt (3.1.20) + base64 (0.1.1) + bcrypt (3.1.18) bigbluebutton-api-ruby (1.9.1) childprocess (>= 1.0.1) ffi (>= 1.9.24) @@ -116,130 +116,127 @@ GEM rack (>= 1.6.11) rubyzip (>= 1.3.0) xml-simple (~> 1.1) - bigdecimal (3.1.8) + bigdecimal (3.1.7) bindata (2.5.0) bindex (0.8.1) - bootsnap (1.18.3) + bootsnap (1.16.0) msgpack (~> 1.2) builder (3.2.4) - capybara (3.40.0) + capybara (3.38.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.11) + nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) case_transform (0.2) activesupport - childprocess (5.0.0) - concurrent-ruby (1.3.1) + childprocess (4.1.0) + clamby (1.6.10) + concurrent-ruby (1.2.3) connection_pool (2.4.1) - crack (1.0.0) - bigdecimal + crack (0.4.5) rexml crass (1.0.6) - cssbundling-rails (1.4.0) + cssbundling-rails (1.3.3) railties (>= 6.0.0) data_migrate (9.4.0) activerecord (>= 6.1) railties (>= 6.1) date (3.3.4) - debug (1.9.2) - irb (~> 1.10) - reline (>= 0.3.8) + debug (1.7.1) + irb (>= 1.5.0) + reline (>= 0.3.1) declarative (0.0.20) - diff-lcs (1.5.1) + diff-lcs (1.5.0) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) - dotenv (3.1.2) - dotenv-rails (3.1.2) - dotenv (= 3.1.2) - railties (>= 6.1) + dotenv (2.8.1) + dotenv-rails (2.8.1) + dotenv (= 2.8.1) + railties (>= 3.2) drb (2.2.1) - email_validator (2.2.4) - activemodel erubi (1.12.0) et-orbi (1.2.11) tzinfo - factory_bot (6.4.6) + factory_bot (6.4.5) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.4.1) + faker (3.1.1) i18n (>= 1.8.11, < 2) - faraday (2.9.1) + faraday (2.9.0) faraday-net_http (>= 2.0, < 3.2) faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0-x64-mingw-ucrt) - ffi (1.17.0-x86_64-linux-musl) + ffi (1.15.5) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - google-apis-core (0.15.0) + google-apis-core (0.11.0) addressable (~> 2.5, >= 2.5.1) - googleauth (~> 1.9) + googleauth (>= 0.16.2, < 2.a) httpclient (>= 2.8.1, < 3.a) mini_mime (~> 1.0) representable (~> 3.0) retriable (>= 2.0, < 4.a) rexml - google-apis-iamcredentials_v1 (0.21.0) - google-apis-core (>= 0.15.0, < 2.a) - google-apis-storage_v1 (0.39.0) - google-apis-core (>= 0.15.0, < 2.a) - google-cloud-core (1.7.0) - google-cloud-env (>= 1.0, < 3.a) + webrick + google-apis-iamcredentials_v1 (0.17.0) + google-apis-core (>= 0.11.0, < 2.a) + google-apis-storage_v1 (0.19.0) + google-apis-core (>= 0.9.0, < 2.a) + google-cloud-core (1.6.0) + google-cloud-env (~> 1.0) google-cloud-errors (~> 1.0) - google-cloud-env (2.1.1) - faraday (>= 1.0, < 3.a) - google-cloud-errors (1.4.0) - google-cloud-storage (1.52.0) + google-cloud-env (1.6.0) + faraday (>= 0.17.3, < 3.0) + google-cloud-errors (1.3.1) + google-cloud-storage (1.44.0) addressable (~> 2.8) digest-crc (~> 0.4) - google-apis-core (~> 0.13) - google-apis-iamcredentials_v1 (~> 0.18) - google-apis-storage_v1 (~> 0.38) + google-apis-iamcredentials_v1 (~> 0.1) + google-apis-storage_v1 (~> 0.19.0) google-cloud-core (~> 1.6) - googleauth (~> 1.9) + googleauth (>= 0.16.2, < 2.a) mini_mime (~> 1.0) - googleauth (1.11.0) - faraday (>= 1.0, < 3.a) - google-cloud-env (~> 2.1) + googleauth (1.6.0) + faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) + memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - hashdiff (1.1.0) + hashdiff (1.0.1) hashie (5.0.0) hcaptcha (7.1.0) json hiredis (0.6.3) httpclient (2.8.3) - i18n (1.14.5) + i18n (1.14.4) concurrent-ruby (~> 1.0) i18n-language-mapping (0.1.3.1) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) - irb (1.13.1) - rdoc (>= 4.0.0) + irb (1.12.0) + rdoc reline (>= 0.4.2) - jbuilder (2.12.0) + jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - jsbundling-rails (1.3.0) + jsbundling-rails (1.2.2) railties (>= 6.0.0) - json (2.7.2) + json (2.6.3) json-jwt (1.16.6) activesupport (>= 4.2) aes_key_wrap @@ -248,8 +245,7 @@ GEM faraday (~> 2.0) faraday-follow_redirects jsonapi-renderer (0.2.2) - jwt (2.8.1) - base64 + jwt (2.7.0) language_server-protocol (3.17.0.3) lograge (0.14.0) actionpack (>= 4) @@ -264,100 +260,102 @@ GEM net-imap net-pop net-smtp - marcel (1.0.4) + marcel (1.0.2) matrix (0.4.2) + memoist (0.16.2) mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.23.1) - msgpack (1.7.2) + mini_portile2 (2.8.6) + minitest (5.22.3) + msgpack (1.6.0) multi_json (1.15.0) mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.4.12) + net-imap (0.4.10) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.5.0) + net-smtp (0.4.0.1) net-protocol - nio4r (2.7.3) - nokogiri (1.16.5-x64-mingw-ucrt) + nio4r (2.7.0) + nokogiri (1.16.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.4-x86_64-linux) racc (~> 1.4) omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-rails_csrf_protection (1.0.2) + omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) omniauth_openid_connect (0.7.1) omniauth (>= 1.9, < 3) openid_connect (~> 2.2) - openid_connect (2.3.0) + openid_connect (2.2.0) activemodel attr_required (>= 1.0.0) - email_validator faraday (~> 2.0) faraday-follow_redirects json-jwt (>= 1.16) - mail + net-smtp rack-oauth2 (~> 2.2) swd (~> 2.0) tzinfo + validate_email validate_url webfinger (~> 2.0) os (1.1.4) - pagy (6.5.0) - parallel (1.24.0) - parser (3.3.2.0) + pagy (6.0.4) + parallel (1.23.0) + parser (3.2.2.3) ast (~> 2.4.1) racc - pg (1.5.6) - pg (1.5.6-x64-mingw-ucrt) + pg (1.4.5) psych (5.1.2) stringio - public_suffix (5.0.5) + public_suffix (5.0.3) puma (5.6.8) nio4r (~> 2.0) raabro (1.4.0) - racc (1.8.0) - rack (3.0.11) - rack-oauth2 (2.2.1) + racc (1.7.3) + rack (2.2.9) + rack-oauth2 (2.2.0) activesupport attr_required faraday (~> 2.0) faraday-follow_redirects json-jwt (>= 1.11.0) rack (>= 2.1.0) - rack-protection (4.0.0) + rack-protection (3.2.0) base64 (>= 0.1.0) - rack (>= 3.0.0, < 4) - rack-session (2.0.0) - rack (>= 3.0.0) + rack (~> 2.2, >= 2.2.4) + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) - rack (>= 3) - webrick (~> 1.8) - rails (7.1.3.4) - actioncable (= 7.1.3.4) - actionmailbox (= 7.1.3.4) - actionmailer (= 7.1.3.4) - actionpack (= 7.1.3.4) - actiontext (= 7.1.3.4) - actionview (= 7.1.3.4) - activejob (= 7.1.3.4) - activemodel (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.1.3.1) + actioncable (= 7.1.3.1) + actionmailbox (= 7.1.3.1) + actionmailer (= 7.1.3.1) + actionpack (= 7.1.3.1) + actiontext (= 7.1.3.1) + actionview (= 7.1.3.1) + activejob (= 7.1.3.1) + activemodel (= 7.1.3.1) + activerecord (= 7.1.3.1) + activestorage (= 7.1.3.1) + activesupport (= 7.1.3.1) bundler (>= 1.15.0) - railties (= 7.1.3.4) + railties (= 7.1.3.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -365,9 +363,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) + railties (7.1.3.1) + actionpack (= 7.1.3.1) + activesupport (= 7.1.3.1) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -375,11 +373,11 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.7.0) + rdoc (6.6.3.1) psych (>= 4.0.0) - redis (4.8.1) - regexp_parser (2.9.2) - reline (0.5.8) + redis (4.8.0) + regexp_parser (2.8.1) + reline (0.5.4) io-console (~> 0.5) remote_syslog_logger (1.0.4) syslog_protocol @@ -387,78 +385,80 @@ GEM declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - request_store (1.7.0) + request_store (1.5.1) rack (>= 1.4) retriable (3.1.2) - rexml (3.2.8) - strscan (>= 3.0.9) - rspec-core (3.13.0) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rexml (3.2.6) + rspec-core (3.12.2) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-rails (6.1.2) + rspec-support (~> 3.12.0) + rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) - rspec-support (3.13.1) - rubocop (1.64.1) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) + rspec-support (3.12.1) + rubocop (1.56.1) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.3.0.2) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) - parser (>= 3.3.1.0) - rubocop-performance (1.21.0) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-ast (1.29.0) + parser (>= 3.2.1.0) + rubocop-capybara (2.19.0) + rubocop (~> 1.41) + rubocop-factory_bot (2.24.0) + rubocop (~> 1.33) + rubocop-performance (1.16.0) + rubocop (>= 1.7.0, < 2.0) + rubocop-ast (>= 0.4.0) + rubocop-rails (2.20.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) rubocop-rspec (2.9.0) rubocop (~> 1.19) ruby-progressbar (1.13.0) - ruby-vips (2.2.1) + ruby-vips (2.1.4) ffi (~> 1.12) rubyzip (2.3.2) rufus-scheduler (3.9.1) fugit (~> 1.1, >= 1.1.6) - selenium-webdriver (4.10.0) + selenium-webdriver (4.8.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - signet (0.19.0) + signet (0.17.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - sprockets (4.2.1) + sprockets (4.2.0) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.0) - actionpack (>= 6.1) - activesupport (>= 6.1) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) stringio (3.1.0) - strscan (3.1.0) - swd (2.0.3) + swd (2.0.2) activesupport (>= 3) attr_required (>= 0.0.5) faraday (~> 2.0) @@ -469,11 +469,12 @@ GEM trailblazer-option (0.1.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2024.1) - tzinfo (>= 1.0.0) uber (0.1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.4.2) uri (0.13.0) + validate_email (0.1.6) + activemodel (>= 3.0) + mail (>= 2.2.5) validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix @@ -482,20 +483,20 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (5.3.1) + webdrivers (5.2.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0, < 4.11) - webfinger (2.1.3) + selenium-webdriver (~> 4.0) + webfinger (2.1.2) activesupport faraday (~> 2.0) faraday-follow_redirects - webmock (3.23.1) + webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.9) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -503,11 +504,11 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.15) + zeitwerk (2.6.13) PLATFORMS - x64-mingw-ucrt - x86_64-linux-musl + ruby + x86_64-linux DEPENDENCIES active_model_serializers (>= 0.10.14) @@ -517,12 +518,13 @@ DEPENDENCIES bigbluebutton-api-ruby (= 1.9.1) bootsnap capybara + clamby (~> 1.6.10) cssbundling-rails (>= 1.3.3) - data_migrate (>= 9.2.0) + data_migrate (>= 9.4.0) debug dotenv-rails factory_bot (>= 6.4.1) - factory_bot_rails (>= 6.3.0) + factory_bot_rails (>= 6.4.3) faker google-cloud-storage (~> 1.44) hcaptcha @@ -530,21 +532,23 @@ DEPENDENCIES i18n-language-mapping image_processing (~> 1.2) jbuilder - jsbundling-rails (>= 1.2.1) + jsbundling-rails (>= 1.2.2) jwt lograge (~> 0.14.0) mini_magick (>= 4.9.5) - omniauth (~> 2.1.0) + omniauth (~> 2.1.2) omniauth-rails_csrf_protection (~> 1.0.1) omniauth_openid_connect (>= 0.6.1) pagy (~> 6.0, >= 6.0.0) pg puma (~> 5.6) - rails (~> 7.1.1) + rails (~> 7.1.3) redis (~> 4.0) remote_syslog_logger rspec-rails (>= 6.0.4) rubocop (~> 1.26) + rubocop-capybara (~> 2.19.0) + rubocop-factory_bot (~> 2.24.0) rubocop-performance (~> 1.13) rubocop-rails (~> 2.18, >= 2.18.0) rubocop-rspec (~> 2.9.0) @@ -558,7 +562,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.3p157 + ruby 3.2.2p53 BUNDLED WITH 2.5.11