Skip to content

Commit b184e1c

Browse files
authored
Merge branch 'mastodon:main' into main
2 parents 31cdcea + 9c92907 commit b184e1c

File tree

6 files changed

+378
-399
lines changed

6 files changed

+378
-399
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem 'blurhash', '~> 0.1'
2525

2626
gem 'active_model_serializers', '~> 0.10'
2727
gem 'addressable', '~> 2.8'
28-
gem 'bootsnap', '~> 1.6.0', require: false
28+
gem 'bootsnap', '~> 1.8.1', require: false
2929
gem 'browser'
3030
gem 'charlock_holmes', '~> 0.7.7'
3131
gem 'iso-639'
@@ -66,7 +66,7 @@ gem 'nsa', '~> 0.2'
6666
gem 'oj', '~> 3.13'
6767
gem 'ox', '~> 2.14'
6868
gem 'parslet'
69-
gem 'parallel', '~> 1.20'
69+
gem 'parallel', '~> 1.21'
7070
gem 'posix-spawn'
7171
gem 'pundit', '~> 2.1'
7272
gem 'premailer-rails'
@@ -138,7 +138,7 @@ group :development do
138138
gem 'rubocop', '~> 1.21', require: false
139139
gem 'rubocop-rails', '~> 2.12', require: false
140140
gem 'brakeman', '~> 5.1', require: false
141-
gem 'bundler-audit', '~> 0.8', require: false
141+
gem 'bundler-audit', '~> 0.9', require: false
142142

143143
gem 'capistrano', '~> 3.16'
144144
gem 'capistrano-rails', '~> 1.6'

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GEM
106106
debug_inspector (>= 0.0.1)
107107
blurhash (0.1.5)
108108
ffi (~> 1.14)
109-
bootsnap (1.6.0)
109+
bootsnap (1.8.1)
110110
msgpack (~> 1.0)
111111
brakeman (5.1.1)
112112
browser (4.2.0)
@@ -117,7 +117,7 @@ GEM
117117
bullet (6.1.5)
118118
activesupport (>= 3.0.0)
119119
uniform_notifier (~> 1.11)
120-
bundler-audit (0.8.0)
120+
bundler-audit (0.9.0.1)
121121
bundler (>= 1.2.0, < 3)
122122
thor (~> 1.0)
123123
byebug (11.1.3)
@@ -384,7 +384,7 @@ GEM
384384
concurrent-ruby (~> 1.0, >= 1.0.2)
385385
sidekiq (>= 3.5)
386386
statsd-ruby (~> 1.4, >= 1.4.0)
387-
oj (3.13.4)
387+
oj (3.13.7)
388388
omniauth (1.9.1)
389389
hashie (>= 3.4.6)
390390
rack (>= 1.6.2, < 3)
@@ -418,7 +418,7 @@ GEM
418418
mime-types
419419
mimemagic (~> 0.3.0)
420420
terrapin (~> 0.6.0)
421-
parallel (1.20.1)
421+
parallel (1.21.0)
422422
parallel_tests (3.7.1)
423423
parallel
424424
parser (3.0.2.0)
@@ -717,11 +717,11 @@ DEPENDENCIES
717717
better_errors (~> 2.9)
718718
binding_of_caller (~> 1.0)
719719
blurhash (~> 0.1)
720-
bootsnap (~> 1.6.0)
720+
bootsnap (~> 1.8.1)
721721
brakeman (~> 5.1)
722722
browser
723723
bullet (~> 6.1)
724-
bundler-audit (~> 0.8)
724+
bundler-audit (~> 0.9)
725725
capistrano (~> 3.16)
726726
capistrano-rails (~> 1.6)
727727
capistrano-rbenv (~> 2.2)
@@ -780,7 +780,7 @@ DEPENDENCIES
780780
omniauth-saml (~> 1.10)
781781
ox (~> 2.14)
782782
paperclip (~> 6.0)
783-
parallel (~> 1.20)
783+
parallel (~> 1.21)
784784
parallel_tests (~> 3.7)
785785
parslet
786786
pg (~> 1.2)

chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mastodon:
6060
concurrency: 25
6161
smtp:
6262
auth_method: plain
63-
ca_file:
63+
ca_file: /etc/ssl/certs/ca-certificates.crt
6464
delivery_method: smtp
6565
domain:
6666
enable_starttls_auto: true

config/boot.rb

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
cache_dir: File.expand_path('../tmp/cache', __dir__),
1313
development_mode: ENV.fetch('RAILS_ENV', 'development') == 'development',
1414
load_path_cache: true,
15-
autoload_paths_cache: true,
16-
disable_trace: false,
1715
compile_cache_iseq: false,
1816
compile_cache_yaml: false
1917
)

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@babel/plugin-proposal-decorators": "^7.15.4",
6565
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
6666
"@babel/plugin-transform-runtime": "^7.15.0",
67-
"@babel/preset-env": "^7.15.4",
67+
"@babel/preset-env": "^7.15.6",
6868
"@babel/preset-react": "^7.14.5",
6969
"@babel/runtime": "^7.15.4",
7070
"@gamestdio/websocket": "^0.3.2",
@@ -152,7 +152,7 @@
152152
"requestidlecallback": "^0.3.0",
153153
"reselect": "^4.0.0",
154154
"rimraf": "^3.0.2",
155-
"sass": "^1.39.0",
155+
"sass": "^1.39.2",
156156
"sass-loader": "^10.2.0",
157157
"stacktrace-js": "^2.0.2",
158158
"stringz": "^2.1.0",
@@ -169,19 +169,19 @@
169169
"webpack-cli": "^3.3.12",
170170
"webpack-merge": "^5.8.0",
171171
"wicg-inert": "^3.1.1",
172-
"ws": "^8.2.1"
172+
"ws": "^8.2.2"
173173
},
174174
"devDependencies": {
175175
"@testing-library/jest-dom": "^5.14.1",
176-
"@testing-library/react": "^12.0.0",
176+
"@testing-library/react": "^12.1.0",
177177
"babel-eslint": "^10.1.0",
178-
"babel-jest": "^27.1.0",
178+
"babel-jest": "^27.2.0",
179179
"eslint": "^7.32.0",
180180
"eslint-plugin-import": "~2.24.2",
181181
"eslint-plugin-jsx-a11y": "~6.4.1",
182182
"eslint-plugin-promise": "~5.1.0",
183183
"eslint-plugin-react": "~7.25.1",
184-
"jest": "^27.1.0",
184+
"jest": "^27.2.0",
185185
"raf": "^3.4.1",
186186
"react-intl-translations-manager": "^5.0.3",
187187
"react-test-renderer": "^16.14.0",

0 commit comments

Comments
 (0)