Update Ruby gems and Yarn packages.

This commit is contained in:
evazion
2021-10-12 03:00:24 -05:00
parent f6abf39ebc
commit 4b15e56909
4 changed files with 355 additions and 312 deletions

View File

@@ -86,7 +86,7 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.508.0)
aws-partitions (1.513.0)
aws-sdk-core (3.121.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
@@ -101,7 +101,7 @@ GEM
bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
benchmark (0.1.1)
benchmark-ips (2.9.1)
benchmark-ips (2.9.2)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
@@ -172,7 +172,7 @@ GEM
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ffaker (2.19.0)
ffaker (2.20.0)
ffi (1.15.4)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
@@ -182,7 +182,7 @@ GEM
ffi (~> 1.0)
globalid (0.5.2)
activesupport (>= 5.0)
google-apis-bigquery_v2 (0.18.0)
google-apis-bigquery_v2 (0.19.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.1)
addressable (~> 2.5, >= 2.5.1)
@@ -240,7 +240,7 @@ GEM
jaro_winkler (1.5.4)
jmespath (1.4.0)
json (2.5.1)
jwt (2.2.3)
jwt (2.3.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
@@ -260,7 +260,7 @@ GEM
rack-contrib (>= 1.1, < 3)
railties (>= 3.0.0, < 7)
method_source (1.0.0)
mini_mime (1.1.1)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest-ci (3.4.0)
@@ -374,7 +374,7 @@ GEM
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.5)
rubocop (1.22.0)
rubocop (1.22.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
@@ -385,7 +385,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.12.0)
parser (>= 3.0.1.1)
rubocop-rails (2.12.2)
rubocop-rails (2.12.3)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
@@ -444,7 +444,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stackprof (0.2.17)
stripe (5.38.0)
stripe (5.39.0)
stripe-ruby-mock (3.0.1)
dante (>= 0.2.0)
multi_json (~> 1.0)
@@ -456,7 +456,7 @@ GEM
trailblazer-option (0.1.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.2)
tzinfo-data (1.2021.3)
tzinfo (>= 1.0.0)
uber (0.1.0)
unf (0.1.4)

View File

@@ -1,2 +1,2 @@
import "../../../node_modules/ruffle-mirror/ruffle.js";
import "../../../node_modules/ruffle-mirror/c27ee5ce52635181c4a9.wasm";
import "../../../node_modules/ruffle-mirror/d0c41fcabf02fbab0f7e.wasm";

View File

@@ -27,7 +27,7 @@
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"rails-erb-loader": "^5.5.2",
"ruffle-mirror": "2021.9.28",
"ruffle-mirror": "2021.10.12",
"sass": "^1.38.2",
"sass-loader": "^12.1.0",
"spark-md5": "^3.0.2",
@@ -50,7 +50,7 @@
},
"resolutions": {
"webpack": "5.26.3",
"ruffle-mirror": "2021.9.28"
"ruffle-mirror": "2021.10.12"
},
"scripts": {
"eslint-all": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts",

641
yarn.lock

File diff suppressed because it is too large Load Diff