Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit 78eedc0

Browse files
committed
chore(deps): bundle update & yarn upgrade
1 parent 5b6dacf commit 78eedc0

File tree

4 files changed

+449
-364
lines changed

4 files changed

+449
-364
lines changed

.rubocop.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@ Rails/ShortI18n:
175175
Rails/WhereExists:
176176
Enabled: true
177177

178+
Rails/AfterCommitOverride: # (new in 2.8)
179+
Enabled: true
180+
181+
Rails/SquishedSQLHeredocs: # (new in 2.8)
182+
Enabled: true
183+
184+
Rails/WhereNot: # (new in 2.8)
185+
Enabled: true
186+
187+
Rails/UniqueValidationWithoutIndex:
188+
Enabled: false
189+
178190
Lint/BinaryOperatorWithIdenticalOperands:
179191
Enabled: true
180192

@@ -216,3 +228,27 @@ Style/SingleArgumentDig:
216228

217229
Style/StringConcatenation:
218230
Enabled: true
231+
232+
Lint/DuplicateRequire: # (new in 0.90)
233+
Enabled: true
234+
235+
Lint/EmptyFile: # (new in 0.90)
236+
Enabled: true
237+
238+
Lint/TrailingCommaInAttributeDeclaration: # (new in 0.90)
239+
Enabled: true
240+
241+
Lint/UselessMethodDefinition: # (new in 0.90)
242+
Enabled: true
243+
244+
Style/CombinableLoops: # (new in 0.90)
245+
Enabled: true
246+
247+
Style/KeywordParametersOrder: # (new in 0.90)
248+
Enabled: true
249+
250+
Style/RedundantSelfAssignment: # (new in 0.90)
251+
Enabled: true
252+
253+
Style/SoleNestedConditional: # (new in 0.89)
254+
Enabled: true

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/an-lee/mixin_bot.git
3-
revision: 1766fad3cc4a58876c4cb863da3448596792c35f
3+
revision: 33cdd80eb6221fab33a8280eaa981ce24d3ae14c
44
branch: master
55
specs:
66
mixin_bot (0.2.0)
@@ -246,12 +246,12 @@ GEM
246246
mini_magick (4.10.1)
247247
mini_mime (1.0.2)
248248
mini_portile2 (2.4.0)
249-
minitest (5.14.1)
249+
minitest (5.14.2)
250250
msgpack (1.3.3)
251251
mustermann (1.1.1)
252252
ruby2_keywords (~> 0.0.1)
253253
netrc (0.11.0)
254-
nio4r (2.5.2)
254+
nio4r (2.5.3)
255255
nokogiri (1.10.10)
256256
mini_portile2 (~> 2.4.0)
257257
open4 (1.3.4)
@@ -263,17 +263,17 @@ GEM
263263
path_expander (1.1.0)
264264
pg (1.2.3)
265265
pg_query (1.2.0)
266-
pghero (2.7.0)
266+
pghero (2.7.1)
267267
activerecord (>= 5)
268268
polyamorous (2.3.2)
269269
activerecord (>= 5.2.1)
270-
public_suffix (4.0.5)
271-
puma (4.3.5)
270+
public_suffix (4.0.6)
271+
puma (4.3.6)
272272
nio4r (~> 2.0)
273273
rack (2.2.3)
274274
rack-livereload (0.3.17)
275275
rack
276-
rack-protection (2.0.8.1)
276+
rack-protection (2.1.0)
277277
rack
278278
rack-proxy (0.6.5)
279279
rack
@@ -324,7 +324,7 @@ GEM
324324
execjs
325325
railties (>= 3.2)
326326
tilt
327-
redis (4.2.1)
327+
redis (4.2.2)
328328
redis-namespace (1.8.0)
329329
redis (>= 3.0.4)
330330
redis-objects (1.5.0)
@@ -340,7 +340,7 @@ GEM
340340
mime-types (>= 1.16, < 4.0)
341341
netrc (~> 0.8)
342342
rexml (3.2.4)
343-
rubocop (0.89.1)
343+
rubocop (0.90.0)
344344
parallel (~> 1.10)
345345
parser (>= 2.7.1.1)
346346
rainbow (>= 2.2.2, < 4.0)
@@ -351,15 +351,15 @@ GEM
351351
unicode-display_width (>= 1.4.0, < 2.0)
352352
rubocop-ast (0.3.0)
353353
parser (>= 2.7.1.4)
354-
rubocop-rails (2.7.1)
354+
rubocop-rails (2.8.0)
355355
activesupport (>= 4.2.0)
356356
rack (>= 1.1)
357357
rubocop (>= 0.87.0)
358358
ruby-progressbar (1.10.1)
359359
ruby-vips (2.0.17)
360360
ffi (~> 1.9)
361361
ruby2_keywords (0.0.2)
362-
ruby_parser (3.14.2)
362+
ruby_parser (3.15.0)
363363
sexp_processor (~> 4.9)
364364
rubyzip (2.3.0)
365365
safe_yaml (1.0.5)
@@ -377,19 +377,19 @@ GEM
377377
childprocess (>= 0.5, < 4.0)
378378
rubyzip (>= 1.2.2)
379379
semantic_range (2.3.0)
380-
sexp_processor (4.15.0)
381-
sidekiq (6.1.1)
380+
sexp_processor (4.15.1)
381+
sidekiq (6.1.2)
382382
connection_pool (>= 2.2.2)
383383
rack (~> 2.0)
384384
redis (>= 4.2.0)
385385
simplecov (0.19.0)
386386
docile (~> 1.1)
387387
simplecov-html (~> 0.11)
388388
simplecov-html (0.12.2)
389-
sinatra (2.0.8.1)
389+
sinatra (2.1.0)
390390
mustermann (~> 1.0)
391-
rack (~> 2.0)
392-
rack-protection (= 2.0.8.1)
391+
rack (~> 2.2)
392+
rack-protection (= 2.1.0)
393393
tilt (~> 2.0)
394394
spring (2.1.1)
395395
spring-watcher-listen (2.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "^16.9.49",
1919
"@types/react-dom": "^16.9.8",
2020
"@types/react-router-dom": "^5.1.5",
21-
"antd": "^4.6.2",
21+
"antd": "^4.6.3",
2222
"apollo-boost": "^0.4.9",
2323
"awesome-typescript-loader": "^5.2.1",
2424
"babel-plugin-import": "^1.13.0",

0 commit comments

Comments
 (0)