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 1 vulnerabilities #12

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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_source(:github) { |repo_slug| "https://github.com/#{repo_slug}" }
ruby '~> 2.6'

gem 'ransack', '~> 2.3.2'
gem 'rails', '~> 5.2.4'
gem 'rails', '~> 5.2.6', '>= 5.2.6.3'
gem 'puma', '~> 3.12.2'
gem 'mysql2', '~> 0.5.2'
gem 'redis', '~> 4.1.2', require: ['redis', 'redis/connection/hiredis']
Expand Down
177 changes: 65 additions & 112 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,43 @@ GEM
specs:
aasm (5.0.8)
concurrent-ruby (~> 1.0)
actioncable (5.2.4.4)
actionpack (= 5.2.4.4)
actioncable (5.2.6.3)
actionpack (= 5.2.6.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.4.4)
actionpack (= 5.2.4.4)
actionview (= 5.2.4.4)
activejob (= 5.2.4.4)
actionmailer (5.2.6.3)
actionpack (= 5.2.6.3)
actionview (= 5.2.6.3)
activejob (= 5.2.6.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.4.4)
actionview (= 5.2.4.4)
activesupport (= 5.2.4.4)
actionpack (5.2.6.3)
actionview (= 5.2.6.3)
activesupport (= 5.2.6.3)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.4.4)
activesupport (= 5.2.4.4)
actionview (5.2.6.3)
activesupport (= 5.2.6.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.4.4)
activesupport (= 5.2.4.4)
activejob (5.2.6.3)
activesupport (= 5.2.6.3)
globalid (>= 0.3.6)
activemodel (5.2.4.4)
activesupport (= 5.2.4.4)
activerecord (5.2.4.4)
activemodel (= 5.2.4.4)
activesupport (= 5.2.4.4)
activemodel (5.2.6.3)
activesupport (= 5.2.6.3)
activerecord (5.2.6.3)
activemodel (= 5.2.6.3)
activesupport (= 5.2.6.3)
arel (>= 9.0)
activestorage (5.2.4.4)
actionpack (= 5.2.4.4)
activerecord (= 5.2.4.4)
marcel (~> 0.3.1)
activesupport (5.2.4.4)
activestorage (5.2.6.3)
actionpack (= 5.2.6.3)
activerecord (= 5.2.6.3)
marcel (~> 1.0.0)
activesupport (5.2.6.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -68,8 +68,8 @@ GEM
arel-to-sql (1.0.0)
arel (>= 6.0)
ast (2.4.1)
aws-eventstream (1.1.0)
aws-sigv4 (1.2.2)
aws-eventstream (1.2.0)
aws-sigv4 (1.4.0)
aws-eventstream (~> 1, >= 1.0.2)
base58 (0.2.3)
better-faraday (1.0.8)
Expand All @@ -90,7 +90,7 @@ GEM
base58 (~> 0.2.2)
clamp (1.3.2)
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
cookiejar (0.3.3)
crack (0.4.3)
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
activesupport (>= 3.2)
env-tweaks (1.0.0)
activesupport (>= 3.0, < 6.0)
erubi (1.9.0)
erubi (1.10.0)
eventmachine (1.2.7)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
Expand All @@ -168,8 +168,8 @@ GEM
ffi (1.13.1)
figaro (1.1.1)
thor (~> 0.14)
globalid (0.4.2)
activesupport (>= 4.2.0)
globalid (1.0.0)
activesupport (>= 5.0)
god (0.13.7)
grape (1.3.3)
activesupport
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
hashie (3.6.0)
hiredis (0.6.3)
http_parser.rb (0.6.0)
i18n (1.8.5)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
influxdb (0.7.0)
io-console (0.5.6)
Expand Down Expand Up @@ -233,20 +233,18 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.7.0)
loofah (2.14.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
marcel (1.0.2)
memoist (0.16.2)
method-not-implemented (1.0.1)
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.2)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
mocha (1.11.2)
msgpack (1.3.3)
multi_json (1.15.0)
Expand All @@ -258,9 +256,10 @@ GEM
mysql2 (0.5.3)
net-http-persistent (3.0.1)
connection_pool (~> 2.2)
nio4r (2.5.3)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
Expand All @@ -278,47 +277,6 @@ GEM
mysql2
prometheus-client
thin
peatio-bitcoincash (2.6.1)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
cash-addr (~> 0.2.0)
faraday (~> 0.17)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (>= 0.6.3)
peatio-bitgo (2.6.3)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
faraday (~> 0.17)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (>= 0.6.3)
peatio-dash (2.6.1)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
faraday (~> 0.17)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (>= 0.6.3)
peatio-electrum (2.6.2)
activesupport (~> 5.2.3)
faraday (~> 0.17)
net-http-persistent (~> 3.0.1)
peatio (>= 0.6.3)
peatio-litecoin (2.6.1)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
faraday (~> 0.17)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (>= 0.6.3)
peatio-ripple (2.6.1)
activesupport (~> 5.2.3)
better-faraday (~> 1.0.5)
faraday (~> 0.17)
memoist (~> 0.16.0)
net-http-persistent (~> 3.0.1)
peatio (>= 0.6.3)
polyamorous (2.3.2)
activerecord (>= 5.2.1)
prometheus-client (2.1.0)
Expand All @@ -330,6 +288,7 @@ GEM
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (3.12.6)
racc (1.6.0)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
Expand All @@ -339,32 +298,32 @@ GEM
rack (>= 1.6.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.4.4)
actioncable (= 5.2.4.4)
actionmailer (= 5.2.4.4)
actionpack (= 5.2.4.4)
actionview (= 5.2.4.4)
activejob (= 5.2.4.4)
activemodel (= 5.2.4.4)
activerecord (= 5.2.4.4)
activestorage (= 5.2.4.4)
activesupport (= 5.2.4.4)
rails (5.2.6.3)
actioncable (= 5.2.6.3)
actionmailer (= 5.2.6.3)
actionpack (= 5.2.6.3)
actionview (= 5.2.6.3)
activejob (= 5.2.6.3)
activemodel (= 5.2.6.3)
activerecord (= 5.2.6.3)
activestorage (= 5.2.6.3)
activesupport (= 5.2.6.3)
bundler (>= 1.3.0)
railties (= 5.2.4.4)
railties (= 5.2.6.3)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (5.2.4.4)
actionpack (= 5.2.4.4)
activesupport (= 5.2.4.4)
railties (5.2.6.3)
actionpack (= 5.2.6.3)
activesupport (= 5.2.6.3)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
rake (13.0.6)
ransack (2.3.2)
activerecord (>= 5.2.1)
activesupport (>= 5.2.1)
Expand Down Expand Up @@ -420,12 +379,12 @@ GEM
parser
sentry-raven (2.9.0)
faraday (>= 0.7.6, < 1.0)
sprockets (4.0.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
Expand All @@ -434,7 +393,7 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
uniform_notifier (1.13.0)
Expand All @@ -443,13 +402,13 @@ GEM
public_suffix
validates_lengths_from_database (0.7.0)
activerecord (>= 3)
vault (0.15.0)
vault (0.16.0)
aws-sigv4
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.3)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)

Expand Down Expand Up @@ -504,17 +463,11 @@ DEPENDENCIES
mysql2 (~> 0.5.2)
net-http-persistent (~> 3.0.1)
peatio (~> 2.6.2)
peatio-bitcoincash (~> 2.6.1)
peatio-bitgo (~> 2.6.3)
peatio-dash (~> 2.6.1)
peatio-electrum (~> 2.6.2)
peatio-litecoin (~> 2.6.1)
peatio-ripple (~> 2.6.1)
pry-byebug (~> 3.7)
puma (~> 3.12.2)
rack-attack (~> 5.4.2)
rack-cors (~> 1.0.6)
rails (~> 5.2.4)
rails (~> 5.2.6, >= 5.2.6.3)
ransack (~> 2.3.2)
rbtree (~> 0.4.2)
redis (~> 4.1.2)
Expand All @@ -536,4 +489,4 @@ RUBY VERSION
ruby 2.6.6p146

BUNDLED WITH
2.1.4
1.17.3