Compare commits
No commits in common. "snyk-fix-f1285d29fc134e64e0286a2897f756d9" and "master" have entirely different histories.
snyk-fix-f
...
master
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -1,10 +1,10 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'activerecord', '>= 5.2.4.5'
|
||||
gem 'activerecord'
|
||||
gem 'sinatra'
|
||||
gem 'sqlite3'
|
||||
|
||||
gem 'sinatra-activerecord', '>= 2.0.13'
|
||||
gem 'sinatra-activerecord'
|
||||
gem 'sinatra-contrib', require: false
|
||||
gem 'sinatra-flash'
|
||||
gem 'validate_url'
|
||||
|
|
Loading…
Reference in a new issue