Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 13 vulnerabilities #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
source 'https://rubygems.org'

gem 'smashing'
gem 'smashing', '>= 1.3.6'

gem 'rake', '~> 12.3.3'
gem 'sinatra'
gem 'sinatra-activerecord', '~> 2.0', '>= 2.0.11'
gem 'activerecord', '~> 5.2.8'
gem 'sinatra', '>= 2.2.3'
gem 'sinatra-activerecord', '~> 2.0', '>= 2.0.26'
gem 'activerecord', '~> 6.1.7', '>= 6.1.7.5'
gem 'mysql2', '~> 0.5.4'
gem 'pg'
gem 'json-compare'
gem 'rails-erd'
gem 'rails-erd', '>= 1.7.2'
gem 'ruby-graphviz'
gem 'puma'
gem 'puma', '>= 5.6.7'
gem 'sinatra-twitter-bootstrap', :require => 'sinatra/twitter-bootstrap'

group :development do
Expand Down
101 changes: 50 additions & 51 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.8.1)
activesupport (= 5.2.8.1)
activerecord (5.2.8.1)
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activesupport (5.2.8.1)
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activerecord (6.1.7.6)
activemodel (= 6.1.7.6)
activesupport (= 6.1.7.6)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
awesome_print (1.9.2)
bond (0.5.1)
choice (0.2.0)
Expand All @@ -21,45 +20,45 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
daemons (1.4.1)
et-orbi (1.2.7)
tzinfo
eventmachine (1.2.7)
execjs (2.8.1)
ffi (1.15.5)
fugit (1.5.3)
execjs (2.9.1)
ffi (1.16.3)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
i18n (1.11.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json-compare (0.1.8)
method_source (1.0.0)
minitest (5.16.2)
minitest (5.20.0)
multi_json (1.15.0)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.4)
nio4r (2.5.8)
nio4r (2.5.9)
pg (1.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
puma (5.6.4)
puma (6.4.0)
nio4r (~> 2.0)
raabro (1.4.0)
rack (2.2.4)
rack-protection (2.2.0)
rack (2.2.8)
rack-protection (2.2.4)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails-erd (1.7.1)
rails-erd (1.7.2)
activerecord (>= 4.2)
activesupport (>= 4.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rake (12.3.3)
rexml (3.2.5)
rexml (3.2.6)
ripl (0.7.1)
bond (~> 0.5.1)
ripl-multi_line (0.3.1)
Expand All @@ -71,78 +70,78 @@ GEM
ruby-graphviz (1.2.5)
rexml
ruby2_keywords (0.0.5)
rufus-scheduler (3.8.2)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
sassc (2.4.0)
ffi (~> 1.9)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.4)
tilt (~> 2.0)
sinatra-activerecord (2.0.25)
sinatra-activerecord (2.0.26)
activerecord (>= 4.1)
sinatra (>= 1.0)
sinatra-contrib (2.2.0)
sinatra-contrib (2.2.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
mustermann (~> 2.0)
rack-protection (= 2.2.4)
sinatra (= 2.2.4)
tilt (~> 2.0)
sinatra-twitter-bootstrap (2.3.4)
smashing (1.3.5)
smashing (1.3.6)
coffee-script (~> 2.4)
execjs (~> 2.7)
rack (~> 2.2)
rack (>= 2.2, < 4.0)
rufus-scheduler (~> 3.6)
sassc (~> 2.0)
sinatra (~> 2.0)
sinatra (~> 2.2)
sinatra-contrib (~> 2.0)
sprockets (~> 4.0)
thin (~> 1.7)
thor (~> 1.0)
sprockets (4.1.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sqlite3 (1.4.4)
thin (1.8.1)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
thor (1.3.0)
tilt (2.3.0)
tux (0.3.0)
ripl (>= 0.3.5)
ripl-multi_line (>= 0.2.4)
ripl-rack (>= 0.2.0)
sinatra (>= 1.2.1)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.12)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 5.2.8)
activerecord (~> 6.1.7, >= 6.1.7.5)
awesome_print
json-compare
mysql2 (~> 0.5.4)
pg
pry
puma
rails-erd
puma (>= 5.6.7)
rails-erd (>= 1.7.2)
rake (~> 12.3.3)
ruby-graphviz
shotgun
sinatra
sinatra-activerecord (~> 2.0, >= 2.0.11)
sinatra (>= 2.2.3)
sinatra-activerecord (~> 2.0, >= 2.0.26)
sinatra-twitter-bootstrap
smashing
smashing (>= 1.3.6)
sqlite3
tux

BUNDLED WITH
2.0.1
2.1.4