Skip to content

Commit

Permalink
Revert "[Snyk] Fix for 1 vulnerabilities (bigbluebutton#5828)" (bigbl…
Browse files Browse the repository at this point in the history
…uebutton#5830)

This reverts commit 689a073.
  • Loading branch information
farhatahmad authored Jun 3, 2024
1 parent 689a073 commit c248676
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 131 deletions.
20 changes: 10 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '>= 3.0'

gem 'active_model_serializers', '>= 0.10.14'
gem 'active_storage_validations', '>= 1.1.1'
gem 'active_storage_validations', '>= 1.1.0'
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.4.0'
gem 'cssbundling-rails', '>= 1.3.3'
gem 'data_migrate', '>= 9.4.0'
gem 'dotenv-rails', '>= 3.0.0'
gem 'dotenv-rails'
gem 'google-cloud-storage', '~> 1.44', require: false
gem 'hcaptcha'
gem 'hiredis', '~> 0.6.0'
gem 'i18n-language-mapping'
gem 'image_processing', '~> 1.2'
gem 'jbuilder', '>= 2.12.0'
gem 'jsbundling-rails', '>= 1.3.0'
gem 'jbuilder'
gem 'jsbundling-rails', '>= 1.2.2'
gem 'jwt'
gem 'mini_magick', '>= 4.9.5'
gem 'omniauth', '~> 2.1.2'
gem 'omniauth_openid_connect', '>= 0.6.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.2'
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.3', '>= 7.1.3.2'
gem 'rails', '~> 7.1.3'
gem 'redis', '~> 4.0'
gem 'sprockets-rails'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand All @@ -50,14 +50,14 @@ group :development do
end

group :test do
gem 'capybara', '>= 3.39.0'
gem 'capybara'
gem 'factory_bot', '>= 6.4.1'
gem 'factory_bot_rails', '>= 6.4.3'
gem 'faker'
gem 'rspec-rails', '>= 6.1.1'
gem 'rspec-rails', '>= 6.0.4'
gem 'selenium-webdriver'
gem 'shoulda-matchers', '~> 5.0'
gem 'webdrivers', '>= 5.3.0'
gem 'webdrivers'
gem 'webmock'
end

Expand Down
Loading

0 comments on commit c248676

Please sign in to comment.