Skip to content
Snippets Groups Projects
Unverified Commit 950a3f6c authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Security fixes (#4725)

parent 7496308f
No related branches found
No related tags found
No related merge requests found
FROM ruby:2.7.5-alpine3.14 AS base FROM ruby:2.7.7-alpine3.16 AS base
# Set a variable for the install location. # Set a variable for the install location.
ARG RAILS_ROOT=/usr/src/app ARG RAILS_ROOT=/usr/src/app
......
...@@ -59,7 +59,7 @@ end ...@@ -59,7 +59,7 @@ end
group :development, :test do group :development, :test do
gem 'byebug', '~> 11.1', platform: :mri gem 'byebug', '~> 11.1', platform: :mri
gem 'dotenv-rails', '~> 2.7', '>= 2.7.6' gem 'dotenv-rails', '~> 2.8', '>= 2.8.1'
end end
group :test do group :test do
......
...@@ -507,7 +507,7 @@ DEPENDENCIES ...@@ -507,7 +507,7 @@ DEPENDENCIES
byebug (~> 11.1) byebug (~> 11.1)
cancancan (~> 2.3.0) cancancan (~> 2.3.0)
coveralls (~> 0.8.23) coveralls (~> 0.8.23)
dotenv-rails (~> 2.7, >= 2.7.6) dotenv-rails (~> 2.8, >= 2.8.1)
factory_bot_rails (~> 6.2, >= 6.2.0) factory_bot_rails (~> 6.2, >= 6.2.0)
faker (~> 2.16) faker (~> 2.16)
font-awesome-sass (~> 5.9.0) font-awesome-sass (~> 5.9.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment