Compare commits

...
Author SHA1 Message Date
snyk-bot f0aeb98d5a fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124
2024-09-21 11:16:24 +00:00
+1 -1
View File
@@ -63,7 +63,7 @@ gem 'activerecord-import'
##--- gems for server & infra configuration ---##
gem 'dotenv-rails', '>= 3.0.0'
gem 'foreman'
gem 'puma'
gem 'puma', '>= 6.4.3'
gem 'webpacker'
# metrics on heroku
gem 'barnes'