Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: house-master/vendor/bundle/ruby/2.3.0/gems/factory_bot_rails-4.8…
….2/Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-2400638
  • Loading branch information
snyk-bot committed Feb 14, 2022
commit 6aa90b9859fc66c10f90a7b258ca161b275c107f
6 changes: 3 additions & 3 deletions house-master/vendor/bundle/ruby/2.3.0/gems/factory_bot_rails-4.8.2/Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ gemspec name: 'factory_bot_rails'

gem 'appraisal'
gem 'aruba'
gem 'coffee-rails'
gem 'coffee-rails', '>= 4.2.2'
gem 'cucumber', '1.3.19'
gem 'jquery-rails'
gem 'jquery-rails', '>= 4.0.1'
gem 'rake'
gem 'rspec-rails'
gem 'rspec-rails', '>= 2.14.2'
gem 'uglifier'
gem 'test-unit'

Expand Down