From 4c8e0e72c73dc883b7e876713a861c89c33ee995 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 00:38:39 +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-ACTIONPACK-2400638 - https://snyk.io/vuln/SNYK-RUBY-PUMA-2400629 --- .../tmp/aruba/testapp/Gemfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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..b296a833 --- 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 @@ -7,22 +7,22 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.0.6' +gem 'rails', '~> 5.2.6', '>= 5.2.6.2' # 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.11' # 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 # Use jquery as the JavaScript library -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.3.1' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder @@ -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'