diff --git a/Gemfile b/Gemfile index 9e19b81431..b705353336 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,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.4.0' +gem 'data_migrate', '>= 9.4.1' gem 'dotenv-rails' gem 'google-cloud-storage', '~> 1.44', require: false gem 'hcaptcha' diff --git a/Gemfile.lock b/Gemfile.lock index 86bfec749b..2c62080ec5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,14 +135,14 @@ GEM activesupport childprocess (4.1.0) clamby (1.6.10) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) cssbundling-rails (1.3.3) railties (>= 6.0.0) - data_migrate (9.4.0) + data_migrate (9.4.1) activerecord (>= 6.1) railties (>= 6.1) date (3.3.4) @@ -158,7 +158,7 @@ GEM dotenv (= 2.8.1) railties (>= 3.2) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) factory_bot (6.4.5) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) @@ -222,7 +222,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.11.5) @@ -261,7 +261,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) msgpack (1.6.0) multi_json (1.15.0) mutex_m (0.2.0) @@ -277,10 +277,10 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) omniauth (2.1.2) hashie (>= 3.4.6) @@ -317,7 +317,7 @@ GEM public_suffix (5.0.3) puma (5.6.8) nio4r (~> 2.0) - racc (1.8.0) + racc (1.8.1) rack (2.2.9) rack-oauth2 (2.2.0) activesupport @@ -449,7 +449,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.0) + stringio (3.1.1) swd (2.0.2) activesupport (>= 3) attr_required (>= 0.0.5) @@ -496,7 +496,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS ruby @@ -512,7 +512,7 @@ DEPENDENCIES capybara clamby (~> 1.6.10) cssbundling-rails (>= 1.3.3) - data_migrate (>= 9.4.0) + data_migrate (>= 9.4.1) debug dotenv-rails factory_bot (>= 6.4.1) @@ -551,3 +551,9 @@ DEPENDENCIES web-console (>= 4.2.1) webdrivers webmock + +RUBY VERSION + ruby 3.0.0p0 + +BUNDLED WITH + 2.2.3