From cfc2d3956f90a8d2a8b1ca56e3295708fb41ea5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Feb 2022 00:07:51 +0000 Subject: [PATCH] fix: house-master/vendor/bundle/ruby/2.3.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-NOKOGIRI-2413994 --- .../gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 house-master/vendor/bundle/ruby/2.3.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile diff --git a/house-master/vendor/bundle/ruby/2.3.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile b/house-master/vendor/bundle/ruby/2.3.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile old mode 100755 new mode 100644 index 8a9da453..61a9b38b --- a/house-master/vendor/bundle/ruby/2.3.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile +++ b/house-master/vendor/bundle/ruby/2.3.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile @@ -13,11 +13,11 @@ gem 'sqlite3' # Use Puma as the app server gem 'puma', '~> 3.0' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 5.0', '>= 5.0.6' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.2' +gem 'coffee-rails', '~> 4.2', '>= 4.2.2' # See https://github.com/rails/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby @@ -42,7 +42,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. - gem 'web-console', '>= 3.3.0' + gem 'web-console', '>= 3.5.1' gem 'listen', '~> 3.0.5' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'