From 7152f236fe565e7f286267ce4ba627e9d2f7385f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 00:38:38 +0000 Subject: [PATCH] fix: house-master/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-2400638 --- house-master/Gemfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 house-master/Gemfile diff --git a/house-master/Gemfile b/house-master/Gemfile old mode 100755 new mode 100644 index 024689dc..4a5cd8c3 --- a/house-master/Gemfile +++ b/house-master/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 4.2.10' +gem 'rails', '~> 5.2.6', '>= 5.2.6.2' # #1 group :production do @@ -15,19 +15,19 @@ group :development do end # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 5.0', '>= 5.0.7' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.1.0' +gem 'coffee-rails', '~> 4.2.2' # Use jquery as the JavaScript library -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.3.3' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks # gem 'turbolinks' # bootstrap is a css framework. Provides layouts,forms etc gem 'bootstrap-sass' # devise for sign in & sign out -gem 'devise' +gem 'devise', '>= 4.5.0' #font-awesome gem 'font-awesome-sass' #faker seed gem @@ -39,11 +39,11 @@ gem 'omniauth' gem 'sendgrid-ruby' gem 'bootstrap', '~> 4.0.0.alpha6' gem 'byebug' -gem 'activeadmin' +gem 'activeadmin', '>= 1.3.1' group :development, :test do gem 'pry-rails' gem 'awesome_print' - gem 'rspec-rails', '~> 3.0' - gem 'factory_bot_rails' + gem 'rspec-rails', '~> 3.8', '>= 3.8.0' + gem 'factory_bot_rails', '>= 4.11.0' end pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy