Update Ruby gems and Yarn packages.

This commit is contained in:
evazion
2021-02-28 16:57:49 -06:00
parent d1da3d0e1a
commit 340eeec023
5 changed files with 469 additions and 423 deletions

View File

@@ -30,7 +30,7 @@ gem 'addressable'
gem 'rakismet'
gem 'recaptcha', require: "recaptcha/rails"
gem 'activemodel-serializers-xml'
gem 'webpacker', '= 6.0.0.beta.4'
gem 'webpacker', '= 6.0.0.beta.6'
gem 'rake'
gem 'redis'
gem 'builder'

View File

@@ -103,7 +103,7 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.1.0)
aws-partitions (1.427.0)
aws-partitions (1.429.0)
aws-sdk-core (3.112.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
@@ -125,7 +125,7 @@ GEM
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
capistrano (3.15.0)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
@@ -181,7 +181,7 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffaker (2.17.0)
ffaker (2.18.0)
ffi (1.14.2)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
@@ -223,7 +223,7 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
minitest (5.14.4)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
minitest-reporters (1.4.3)
@@ -319,7 +319,7 @@ GEM
recaptcha (5.7.0)
json
redis (4.2.5)
regexp_parser (2.0.3)
regexp_parser (2.1.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
@@ -380,7 +380,7 @@ GEM
stackprof (0.2.16)
streamio-ffmpeg (3.0.2)
multi_json (~> 1.8)
stripe (5.29.1)
stripe (5.30.0)
stripe-ruby-mock (3.0.1)
dante (>= 0.2.0)
multi_json (~> 1.0)
@@ -400,9 +400,9 @@ GEM
unicorn-worker-killer (0.4.4)
get_process_mem (~> 0)
unicorn (>= 4, < 6)
view_component (2.25.1)
view_component (2.26.1)
activesupport (>= 5.0.0, < 7.0)
webpacker (6.0.0.beta.4)
webpacker (6.0.0.beta.6)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
@@ -493,7 +493,7 @@ DEPENDENCIES
unicorn
unicorn-worker-killer
view_component
webpacker (= 6.0.0.beta.4)
webpacker (= 6.0.0.beta.6)
whenever
BUNDLED WITH

View File

@@ -16,8 +16,8 @@
<% if CurrentUser.user.blacklisted_tags.present? %>
<meta name="blacklisted-tags" content="<%= CurrentUser.user.blacklisted_tags.gsub(/(?:\r|\n)+/, ",") %>">
<% end %>
<%= javascript_packs_with_chunks_tag "application" %>
<%= stylesheet_packs_with_chunks_tag "application" %>
<%= javascript_pack_tag "application" %>
<%= stylesheet_pack_tag "application" %>
<% if CurrentUser.user.custom_style.present? && params.fetch(:css, "true").truthy? %>
<%= stylesheet_link_tag custom_style_users_path(md5: Digest::MD5.hexdigest(CurrentUser.user.custom_style)), media: "screen" %>
<% end %>

View File

@@ -12,7 +12,7 @@
"@fontsource/unifrakturmaguntia": "^4.0.0",
"@fortawesome/fontawesome-free": "^5.11.2",
"@rails/ujs": "^6.0.2-1",
"@rails/webpacker": "^6.0.0-beta.4",
"@rails/webpacker": "=6.0.0-beta.6",
"css-loader": "^5.0.1",
"dropzone": "^5.5.1",
"hammerjs": "^2.0.8",

866
yarn.lock

File diff suppressed because it is too large Load Diff