From c8ae4c6c24b8ab6ebbf61c6624fca83ea1f96f58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 06:27:17 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674179 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674176 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674184 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674192 - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674188 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index bceda5423ab2e..2adec6ea28fbc --- a/Gemfile +++ b/Gemfile @@ -29,14 +29,14 @@ end group :development, :test do # automatically include factories from spec/factories - gem 'factory_bot_rails' + gem 'factory_bot_rails', '>= 6.2.0' # Make rspec output shorter and more useful gem 'fivemat' # running documentation generation tasks and rspec tasks gem 'rake' # Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the # environment is development - gem 'rspec-rails' + gem 'rspec-rails', '>= 5.0.1' gem 'rspec-rerun' gem 'rubocop' gem 'swagger-blocks'