Skip to content

Commit d8eb095

Browse files
committed
fix: house-master/vendor/bundle/ruby/2.5.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-PUMA-2437090
1 parent 33ff13a commit d8eb095

File tree

1 file changed

+1
-1
lines changed
  • house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp

1 file changed

+1
-1
lines changed

house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.6'
1111
# Use sqlite3 as the database for Active Record
1212
gem 'sqlite3'
1313
# Use Puma as the app server
14-
gem 'puma', '~> 3.0'
14+
gem 'puma', '~> 4.3', '>= 4.3.12'
1515
# Use SCSS for stylesheets
1616
gem 'sass-rails', '~> 5.0'
1717
# Use Uglifier as compressor for JavaScript assets

0 commit comments

Comments
 (0)