Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities (#42)
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-ACTIONPACK-1080916
- https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-1080913

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
cbrenner04 and snyk-bot committed Mar 15, 2021
1 parent bfe9501 commit e2155db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git_source(:github) do |repo_name|
end

gem 'coffee-rails', '~> 5.0', '>= 5.0.0'
gem 'devise', '~> 4.7', '>= 4.7.2'
gem 'devise', '~> 4.7', '>= 4.7.3'
gem 'jbuilder', '~> 2.7', '>= 2.7.0'
gem 'pg', '~> 1.0'
gem 'puma', '~> 5.0', '>= 5.0.4'
Expand All @@ -26,7 +26,7 @@ group :development do
gem 'rubocop', '~> 1.11.0'
gem 'spring', '>= 2.0.2'
gem 'spring-watcher-listen', '~> 2.0.1'
gem 'web-console', '>= 3.7.0'
gem 'web-console', '>= 4.1.0'
end

gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

0 comments on commit e2155db

Please sign in to comment.