ws-style 7.4.0 → 7.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bdfd7481f2a346ae8249338dbd85849a5fc3974508ce41f933c860c990b5565
4
- data.tar.gz: 72159d30a24acb21043b80babe236fa63d019cc2308218e8a4ebf81fb6c440fb
3
+ metadata.gz: 681c861bf8299738350d6cdb2fbbc49b6697629d76edf381cf9e76a16db4aa46
4
+ data.tar.gz: fbcb3384958717d370100c3a0ff76703cf350c5a82148e09e585b2e99a1bc4b8
5
5
  SHA512:
6
- metadata.gz: 6f5cbcc9c745ad54fcbc81abd94bc359b896f626a03aa6f4e92806ce5de97aa20b6309b42de8e6d04738e554feb15054e6f41cbcbdeff4c97074735507d2012e
7
- data.tar.gz: 67921984d519166c252005b428353b9b8a4270f82787ac786abf8a0e29c8b0d4c90dadae972bb93f28530f381a6838470061f0114871939b83bb3bbc5f2ae522
6
+ metadata.gz: ab6836e5515fe17119d959dc708535b2050cb972caf41f8495172b4dc453e979267f5d854e176dd801b4305b3e24eb438578595f1f19adf41189e14a7dbd4df7
7
+ data.tar.gz: 4026099a31524134ad98f9475015654d3db658a358e2f9d1ee9c870c9cd6bccc5cafb218a2b6721ad49e877c46f573b33ab912690d1419a9acf6bf0253a5f5a2
data/.github/CODEOWNERS CHANGED
@@ -1 +1 @@
1
- * @wealthsimple/developer-tools
1
+ * @wealthsimple/backend-platform
data/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 7.4.2 - 2024-01-26
10
+ ### Changed
11
+ - Disable `Rails/BulkChangeTable` rule
12
+
13
+ ## 7.4.1 - 2024-01-19
14
+ ### Changed
15
+ - Fix incorrect factory bot configuration
16
+
9
17
  ## 7.4.0 - 2024-01-14
10
18
  ### Changed
11
19
  - Add rubocop-factory_bot
data/Gemfile.lock CHANGED
@@ -1,8 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (7.4.0)
5
- rubocop-factory_bot (>= 2.25.1)
4
+ ws-style (7.4.2)
6
5
  rubocop-rspec (>= 2.2.0)
7
6
  rubocop-vendor (>= 0.11)
8
7
  standard (>= 1.30.1)
@@ -12,7 +11,7 @@ PATH
12
11
  GEM
13
12
  remote: https://rubygems.org/
14
13
  specs:
15
- activesupport (7.1.2)
14
+ activesupport (7.1.3)
16
15
  base64
17
16
  bigdecimal
18
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -26,16 +25,16 @@ GEM
26
25
  public_suffix (>= 2.0.2, < 6.0)
27
26
  ast (2.4.2)
28
27
  base64 (0.2.0)
29
- bigdecimal (3.1.5)
28
+ bigdecimal (3.1.6)
30
29
  bundler-audit (0.9.1)
31
30
  bundler (>= 1.2.0, < 3)
32
31
  thor (~> 1.0)
33
- concurrent-ruby (1.2.2)
32
+ concurrent-ruby (1.2.3)
34
33
  connection_pool (2.4.1)
35
34
  diff-lcs (1.5.0)
36
35
  drb (2.2.0)
37
36
  ruby2_keywords
38
- git (1.19.0)
37
+ git (1.19.1)
39
38
  addressable (~> 2.8)
40
39
  rchardet (~> 1.8)
41
40
  i18n (1.14.1)
@@ -43,12 +42,12 @@ GEM
43
42
  json (2.7.1)
44
43
  language_server-protocol (3.17.0.3)
45
44
  lint_roller (1.1.0)
46
- minitest (5.20.0)
45
+ minitest (5.21.2)
47
46
  mutex_m (0.2.0)
48
47
  parallel (1.24.0)
49
48
  parse_a_changelog (1.3.0)
50
49
  treetop (~> 1.6)
51
- parser (3.3.0.2)
50
+ parser (3.3.0.5)
52
51
  ast (~> 2.4.1)
53
52
  racc
54
53
  polyglot (0.3.5)
@@ -90,7 +89,7 @@ GEM
90
89
  rubocop (~> 1.41)
91
90
  rubocop-factory_bot (2.25.1)
92
91
  rubocop (~> 1.41)
93
- rubocop-performance (1.20.1)
92
+ rubocop-performance (1.20.2)
94
93
  rubocop (>= 1.48.1, < 2.0)
95
94
  rubocop-ast (>= 1.30.0, < 2.0)
96
95
  rubocop-rails (2.23.1)
@@ -102,7 +101,7 @@ GEM
102
101
  rubocop (~> 1.40)
103
102
  rubocop-capybara (~> 2.17)
104
103
  rubocop-factory_bot (~> 2.22)
105
- rubocop-vendor (0.12.2)
104
+ rubocop-vendor (0.13.0)
106
105
  rubocop
107
106
  ruby-progressbar (1.13.0)
108
107
  ruby2_keywords (0.0.5)
@@ -115,10 +114,10 @@ GEM
115
114
  standard-custom (1.0.2)
116
115
  lint_roller (~> 1.0)
117
116
  rubocop (~> 1.50)
118
- standard-performance (1.3.0)
117
+ standard-performance (1.3.1)
119
118
  lint_roller (~> 1.1)
120
- rubocop-performance (~> 1.20.1)
121
- standard-rails (1.0.0)
119
+ rubocop-performance (~> 1.20.2)
120
+ standard-rails (1.0.2)
122
121
  lint_roller (~> 1.0)
123
122
  rubocop-rails (~> 2.23.1)
124
123
  thor (1.3.0)
data/core.yml CHANGED
@@ -11,7 +11,6 @@ require:
11
11
  - standard-custom
12
12
  - rubocop-performance
13
13
  - rubocop-vendor
14
- - rubocop-factory_bot
15
14
 
16
15
  inherit_gem:
17
16
  standard: config/base.yml
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '7.4.0'.freeze
3
+ VERSION = '7.4.2'.freeze
4
4
  end
5
5
  end
data/rails.yml CHANGED
@@ -13,3 +13,6 @@ Rails/EnvironmentVariableAccess:
13
13
 
14
14
  Rails/PluckId:
15
15
  Enabled: false
16
+
17
+ Rails/BulkChangeTable:
18
+ Enabled: false
data/rspec.yml CHANGED
@@ -4,6 +4,9 @@ require:
4
4
  RSpec:
5
5
  Enabled: true
6
6
 
7
+ FactoryBot:
8
+ Enabled: true
9
+
7
10
  # rubocop-rspec overrides
8
11
  RSpec/AnyInstance:
9
12
  Enabled: false
data/ws-style.gemspec CHANGED
@@ -27,7 +27,6 @@ Gem::Specification.new do |s|
27
27
  s.add_dependency 'standard-rails', '>= 0.1.0'
28
28
  s.add_dependency 'rubocop-rspec', '>= 2.2.0'
29
29
  s.add_dependency 'rubocop-vendor', '>= 0.11'
30
- s.add_dependency 'rubocop-factory_bot', '>= 2.25.1'
31
30
 
32
31
  s.add_development_dependency 'bundler'
33
32
  s.add_development_dependency 'bundler-audit'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.4.0
4
+ version: 7.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-15 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -80,20 +80,6 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.11'
83
- - !ruby/object:Gem::Dependency
84
- name: rubocop-factory_bot
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: 2.25.1
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: 2.25.1
97
83
  - !ruby/object:Gem::Dependency
98
84
  name: bundler
99
85
  requirement: !ruby/object:Gem::Requirement