Update ruby gems and yarn packages.

This commit is contained in:
evazion
2020-03-23 01:47:29 -05:00
parent a45c7f46be
commit 27f10d53d6
3 changed files with 330 additions and 394 deletions

View File

@@ -15,63 +15,63 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.0.2.1) actioncable (6.0.2.2)
actionpack (= 6.0.2.1) actionpack (= 6.0.2.2)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.0.2.1) actionmailbox (6.0.2.2)
actionpack (= 6.0.2.1) actionpack (= 6.0.2.2)
activejob (= 6.0.2.1) activejob (= 6.0.2.2)
activerecord (= 6.0.2.1) activerecord (= 6.0.2.2)
activestorage (= 6.0.2.1) activestorage (= 6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.0.2.1) actionmailer (6.0.2.2)
actionpack (= 6.0.2.1) actionpack (= 6.0.2.2)
actionview (= 6.0.2.1) actionview (= 6.0.2.2)
activejob (= 6.0.2.1) activejob (= 6.0.2.2)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.0.2.1) actionpack (6.0.2.2)
actionview (= 6.0.2.1) actionview (= 6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
rack (~> 2.0, >= 2.0.8) rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.2.1) actiontext (6.0.2.2)
actionpack (= 6.0.2.1) actionpack (= 6.0.2.2)
activerecord (= 6.0.2.1) activerecord (= 6.0.2.2)
activestorage (= 6.0.2.1) activestorage (= 6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.0.2.1) actionview (6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.2.1) activejob (6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.0.2.1) activemodel (6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
activemodel-serializers-xml (1.0.2) activemodel-serializers-xml (1.0.2)
activemodel (> 5.x) activemodel (> 5.x)
activesupport (> 5.x) activesupport (> 5.x)
builder (~> 3.1) builder (~> 3.1)
activerecord (6.0.2.1) activerecord (6.0.2.2)
activemodel (= 6.0.2.1) activemodel (= 6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
activerecord-hierarchical_query (1.2.3) activerecord-hierarchical_query (1.2.3)
activerecord (>= 5.0, < 6.1) activerecord (>= 5.0, < 6.1)
pg (>= 0.21, < 1.3) pg (>= 0.21, < 1.3)
activestorage (6.0.2.1) activestorage (6.0.2.2)
actionpack (= 6.0.2.1) actionpack (= 6.0.2.2)
activejob (= 6.0.2.1) activejob (= 6.0.2.2)
activerecord (= 6.0.2.1) activerecord (= 6.0.2.2)
marcel (~> 0.3.1) marcel (~> 0.3.1)
activesupport (6.0.2.1) activesupport (6.0.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@@ -83,8 +83,8 @@ GEM
sshkit (>= 1.6.1, != 1.7.0) sshkit (>= 1.6.1, != 1.7.0)
awesome_print (1.8.0) awesome_print (1.8.0)
aws-eventstream (1.0.3) aws-eventstream (1.0.3)
aws-partitions (1.284.0) aws-partitions (1.286.0)
aws-sdk-core (3.91.1) aws-sdk-core (3.92.0)
aws-eventstream (~> 1.0, >= 1.0.2) aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0) aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
@@ -253,8 +253,8 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
pg (1.2.2) pg (1.2.3)
pg (1.2.2-x64-mingw32) pg (1.2.3-x64-mingw32)
pry (0.12.2) pry (0.12.2)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
@@ -282,29 +282,29 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.0.2.1) rails (6.0.2.2)
actioncable (= 6.0.2.1) actioncable (= 6.0.2.2)
actionmailbox (= 6.0.2.1) actionmailbox (= 6.0.2.2)
actionmailer (= 6.0.2.1) actionmailer (= 6.0.2.2)
actionpack (= 6.0.2.1) actionpack (= 6.0.2.2)
actiontext (= 6.0.2.1) actiontext (= 6.0.2.2)
actionview (= 6.0.2.1) actionview (= 6.0.2.2)
activejob (= 6.0.2.1) activejob (= 6.0.2.2)
activemodel (= 6.0.2.1) activemodel (= 6.0.2.2)
activerecord (= 6.0.2.1) activerecord (= 6.0.2.2)
activestorage (= 6.0.2.1) activestorage (= 6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 6.0.2.1) railties (= 6.0.2.2)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.3) loofah (~> 2.3)
railties (6.0.2.1) railties (6.0.2.2)
actionpack (= 6.0.2.1) actionpack (= 6.0.2.2)
activesupport (= 6.0.2.1) activesupport (= 6.0.2.2)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0) thor (>= 0.20.3, < 2.0)
@@ -339,6 +339,7 @@ GEM
selenium-webdriver (3.142.7) selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0) childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
semantic_range (2.3.0)
shoulda-context (1.2.2) shoulda-context (1.2.2)
shoulda-matchers (4.3.0) shoulda-matchers (4.3.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@@ -387,10 +388,11 @@ GEM
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)
webpacker (4.2.2) webpacker (5.0.0)
activesupport (>= 4.2) activesupport (>= 5.2)
rack-proxy (>= 0.6.1) rack-proxy (>= 0.6.1)
railties (>= 4.2) railties (>= 5.2)
semantic_range (>= 2.3.0)
webrobots (0.1.2) webrobots (0.1.2)
websocket-driver (0.7.1) websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)

View File

@@ -3,7 +3,7 @@
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2", "@fortawesome/fontawesome-free": "^5.11.2",
"@rails/ujs": "^6.0.2-1", "@rails/ujs": "^6.0.2-1",
"@rails/webpacker": "^4.0.0", "@rails/webpacker": "^5.0.0",
"debug-loader": "^0.0.1", "debug-loader": "^0.0.1",
"dropzone": "^5.5.1", "dropzone": "^5.5.1",
"expose-loader": "^0.7.5", "expose-loader": "^0.7.5",

606
yarn.lock

File diff suppressed because it is too large Load Diff