From d8eb09581e89a9bce7727deea9130b6313532dbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Apr 2022 01:10:59 +0000 Subject: [PATCH] fix: house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-2437090 --- .../gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile diff --git a/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile b/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile old mode 100755 new mode 100644 index 8a9da453..1327b4e4 --- a/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile +++ b/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.6' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3', '>= 4.3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets