Compare commits

..

No commits in common. "snyk-fix-b746414b5cff8b0da5ad1d3bc8942719" and "master" have entirely different histories.

2 changed files with 40 additions and 38 deletions

View File

@ -1,11 +1,11 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'activerecord' gem 'activerecord'
gem 'sinatra', '>= 2.2.3' gem 'sinatra'
gem 'sqlite3' gem 'sqlite3'
gem 'sinatra-activerecord' gem 'sinatra-activerecord'
gem 'sinatra-contrib', '>= 2.2.3', require: false gem 'sinatra-contrib', require: false
gem 'sinatra-flash' gem 'sinatra-flash'
gem 'validate_url' gem 'validate_url'

View File

@ -1,18 +1,20 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activemodel (7.0.4) activemodel (5.1.4)
activesupport (= 7.0.4) activesupport (= 5.1.4)
activerecord (7.0.4) activerecord (5.1.4)
activemodel (= 7.0.4) activemodel (= 5.1.4)
activesupport (= 7.0.4) activesupport (= 5.1.4)
activesupport (7.0.4) arel (~> 8.0)
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (~> 0.7)
minitest (>= 5.1) minitest (~> 5.1)
tzinfo (~> 2.0) tzinfo (~> 1.1)
addressable (2.5.2) addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
arel (8.0.0)
aws-sdk (2.10.53) aws-sdk (2.10.53)
aws-sdk-resources (= 2.10.53) aws-sdk-resources (= 2.10.53)
aws-sdk-core (2.10.53) aws-sdk-core (2.10.53)
@ -21,6 +23,7 @@ GEM
aws-sdk-resources (2.10.53) aws-sdk-resources (2.10.53)
aws-sdk-core (= 2.10.53) aws-sdk-core (= 2.10.53)
aws-sigv4 (1.0.2) aws-sigv4 (1.0.2)
backports (3.8.0)
bigdecimal (1.3.2) bigdecimal (1.3.2)
capybara (2.15.1) capybara (2.15.1)
addressable addressable
@ -31,15 +34,14 @@ GEM
xpath (~> 2.0) xpath (~> 2.0)
cliver (0.3.2) cliver (0.3.2)
coderay (1.1.2) coderay (1.1.2)
concurrent-ruby (1.1.10) concurrent-ruby (1.0.5)
database_cleaner (1.6.1) database_cleaner (1.6.1)
diff-lcs (1.3) diff-lcs (1.3)
dotenv (2.2.1) dotenv (2.2.1)
factory_girl (4.8.0) factory_girl (4.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
ffi (1.9.18) ffi (1.9.18)
i18n (1.12.0) i18n (0.8.6)
concurrent-ruby (~> 1.0)
jmespath (1.3.1) jmespath (1.3.1)
launchy (2.4.3) launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
@ -50,10 +52,9 @@ GEM
method_source (0.9.0) method_source (0.9.0)
mini_mime (0.1.4) mini_mime (0.1.4)
mini_portile2 (2.3.0) mini_portile2 (2.3.0)
minitest (5.16.3) minitest (5.10.3)
multi_json (1.15.0) multi_json (1.12.2)
mustermann (3.0.0) mustermann (1.0.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.8.1) nokogiri (1.8.1)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
poltergeist (1.16.0) poltergeist (1.16.0)
@ -64,8 +65,8 @@ GEM
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
public_suffix (3.0.0) public_suffix (3.0.0)
rack (2.2.4) rack (2.0.3)
rack-protection (3.0.4) rack-protection (2.0.0)
rack rack
rack-test (0.7.0) rack-test (0.7.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@ -88,22 +89,22 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0) rspec-support (~> 3.6.0)
rspec-support (3.6.0) rspec-support (3.6.0)
ruby2_keywords (0.0.5)
ruby_dep (1.5.0) ruby_dep (1.5.0)
sinatra (3.0.4) sinatra (2.0.0)
mustermann (~> 3.0) mustermann (~> 1.0)
rack (~> 2.2, >= 2.2.4) rack (~> 2.0)
rack-protection (= 3.0.4) rack-protection (= 2.0.0)
tilt (~> 2.0) tilt (~> 2.0)
sinatra-activerecord (2.0.26) sinatra-activerecord (2.0.13)
activerecord (>= 4.1) activerecord (>= 3.2)
sinatra (>= 1.0) sinatra (>= 1.0)
sinatra-contrib (3.0.4) sinatra-contrib (2.0.0)
backports (>= 2.0)
multi_json multi_json
mustermann (~> 3.0) mustermann (~> 1.0)
rack-protection (= 3.0.4) rack-protection (= 2.0.0)
sinatra (= 3.0.4) sinatra (= 2.0.0)
tilt (~> 2.0) tilt (>= 1.3, < 3)
sinatra-flash (0.3.0) sinatra-flash (0.3.0)
sinatra (>= 1.0.0) sinatra (>= 1.0.0)
slim (3.0.8) slim (3.0.8)
@ -111,9 +112,10 @@ GEM
tilt (>= 1.3.3, < 2.1) tilt (>= 1.3.3, < 2.1)
sqlite3 (1.3.13) sqlite3 (1.3.13)
temple (0.8.0) temple (0.8.0)
tilt (2.0.11) thread_safe (0.3.6)
tzinfo (2.0.5) tilt (2.0.8)
concurrent-ruby (~> 1.0) tzinfo (1.2.3)
thread_safe (~> 0.1)
tzinfo-data (1.2017.2) tzinfo-data (1.2017.2)
tzinfo (>= 1.0.0) tzinfo (>= 1.0.0)
validate_url (1.0.2) validate_url (1.0.2)
@ -141,9 +143,9 @@ DEPENDENCIES
rake rake
rerun rerun
rspec rspec
sinatra (>= 2.2.3) sinatra
sinatra-activerecord sinatra-activerecord
sinatra-contrib (>= 2.2.3) sinatra-contrib
sinatra-flash sinatra-flash
slim slim
sqlite3 sqlite3
@ -151,4 +153,4 @@ DEPENDENCIES
validate_url validate_url
BUNDLED WITH BUNDLED WITH
1.17.3 1.15.3