Skip to content

Commit c248676

Browse files
authored
Revert "[Snyk] Fix for 1 vulnerabilities (bigbluebutton#5828)" (bigbluebutton#5830)
This reverts commit 689a073.
1 parent 689a073 commit c248676

File tree

2 files changed

+129
-131
lines changed

2 files changed

+129
-131
lines changed

Gemfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby '>= 3.0'
77

88
gem 'active_model_serializers', '>= 0.10.14'
9-
gem 'active_storage_validations', '>= 1.1.1'
9+
gem 'active_storage_validations', '>= 1.1.0'
1010
gem 'aws-sdk-s3', require: false
1111
gem 'bcrypt', '~> 3.1.7'
1212
gem 'bigbluebutton-api-ruby', '1.9.1'
1313
gem 'bootsnap', require: false
1414
gem 'clamby', '~> 1.6.10'
15-
gem 'cssbundling-rails', '>= 1.4.0'
15+
gem 'cssbundling-rails', '>= 1.3.3'
1616
gem 'data_migrate', '>= 9.4.0'
17-
gem 'dotenv-rails', '>= 3.0.0'
17+
gem 'dotenv-rails'
1818
gem 'google-cloud-storage', '~> 1.44', require: false
1919
gem 'hcaptcha'
2020
gem 'hiredis', '~> 0.6.0'
2121
gem 'i18n-language-mapping'
2222
gem 'image_processing', '~> 1.2'
23-
gem 'jbuilder', '>= 2.12.0'
24-
gem 'jsbundling-rails', '>= 1.3.0'
23+
gem 'jbuilder'
24+
gem 'jsbundling-rails', '>= 1.2.2'
2525
gem 'jwt'
2626
gem 'mini_magick', '>= 4.9.5'
2727
gem 'omniauth', '~> 2.1.2'
2828
gem 'omniauth_openid_connect', '>= 0.6.1'
29-
gem 'omniauth-rails_csrf_protection', '~> 1.0.2'
29+
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
3030
gem 'pagy', '~> 6.0', '>= 6.0.0'
3131
gem 'pg'
3232
gem 'puma', '~> 5.6'
33-
gem 'rails', '~> 7.1.3', '>= 7.1.3.2'
33+
gem 'rails', '~> 7.1.3'
3434
gem 'redis', '~> 4.0'
3535
gem 'sprockets-rails'
3636
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
@@ -50,14 +50,14 @@ group :development do
5050
end
5151

5252
group :test do
53-
gem 'capybara', '>= 3.39.0'
53+
gem 'capybara'
5454
gem 'factory_bot', '>= 6.4.1'
5555
gem 'factory_bot_rails', '>= 6.4.3'
5656
gem 'faker'
57-
gem 'rspec-rails', '>= 6.1.1'
57+
gem 'rspec-rails', '>= 6.0.4'
5858
gem 'selenium-webdriver'
5959
gem 'shoulda-matchers', '~> 5.0'
60-
gem 'webdrivers', '>= 5.3.0'
60+
gem 'webdrivers'
6161
gem 'webmock'
6262
end
6363

0 commit comments

Comments
 (0)