fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-1080913
This commit is contained in:
parent
849a696148
commit
6f612dc4b1
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -1,10 +1,10 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'activerecord'
|
||||
gem 'activerecord', '>= 5.2.4.5'
|
||||
gem 'sinatra'
|
||||
gem 'sqlite3'
|
||||
|
||||
gem 'sinatra-activerecord'
|
||||
gem 'sinatra-activerecord', '>= 2.0.13'
|
||||
gem 'sinatra-contrib', require: false
|
||||
gem 'sinatra-flash'
|
||||
gem 'validate_url'
|
||||
|
|
Loading…
Reference in a new issue