Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities (#40)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RAILS-1071902
- https://snyk.io/vuln/SNYK-RUBY-RAILS-1071903

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
cbrenner04 and snyk-bot committed Mar 15, 2021
1 parent 295d376 commit 50e402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'devise', '~> 4.7', '>= 4.7.2'
gem 'jbuilder', '~> 2.7', '>= 2.7.0'
gem 'pg', '~> 1.0'
gem 'puma', '~> 5.0', '>= 5.0.4'
gem 'rails', '~> 6.1', '>= 6.1.1'
gem 'rails', '~> 6.1', '>= 6.1.2.1'
gem 'sass-rails', '~> 6.0', '>= 6.0.0'
gem 'turbolinks', '~> 5'
gem 'uglifier', '>= 1.3.0'
Expand Down

0 comments on commit 50e402d

Please sign in to comment.