ws-style 7.4.1 → 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: a6f359532d70d3826dd605a0f6a09ed9eb8395576bcad377323b08d5ba48188f
4
- data.tar.gz: 1cc4eb274413415f734589f6481678cd64c3850705e1960d15a1c13351c87b0a
3
+ metadata.gz: 681c861bf8299738350d6cdb2fbbc49b6697629d76edf381cf9e76a16db4aa46
4
+ data.tar.gz: fbcb3384958717d370100c3a0ff76703cf350c5a82148e09e585b2e99a1bc4b8
5
5
  SHA512:
6
- metadata.gz: c8a850adb9feca4fda4e443d1a96b1cc0a4042f23dfbe9ee0da1458dc78219a62c33ef2dea010e8e031bf3f33375860b7407ce75441d1b0b0b9d4cad0243cc72
7
- data.tar.gz: 62420eca720230931bc08d38df0da3333058605400976e661ac8a980dd66ecf2703dfa5b07f758d7861dff0090d6abe7bfb6b60db97724f34e7e53646d2cd96b
6
+ metadata.gz: ab6836e5515fe17119d959dc708535b2050cb972caf41f8495172b4dc453e979267f5d854e176dd801b4305b3e24eb438578595f1f19adf41189e14a7dbd4df7
7
+ data.tar.gz: 4026099a31524134ad98f9475015654d3db658a358e2f9d1ee9c870c9cd6bccc5cafb218a2b6721ad49e877c46f573b33ab912690d1419a9acf6bf0253a5f5a2
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ 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
+
9
13
  ## 7.4.1 - 2024-01-19
10
14
  ### Changed
11
15
  - Fix incorrect factory bot configuration
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (7.4.1)
4
+ ws-style (7.4.2)
5
5
  rubocop-rspec (>= 2.2.0)
6
6
  rubocop-vendor (>= 0.11)
7
7
  standard (>= 1.30.1)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.1.2)
14
+ activesupport (7.1.3)
15
15
  base64
16
16
  bigdecimal
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,11 +25,11 @@ GEM
25
25
  public_suffix (>= 2.0.2, < 6.0)
26
26
  ast (2.4.2)
27
27
  base64 (0.2.0)
28
- bigdecimal (3.1.5)
28
+ bigdecimal (3.1.6)
29
29
  bundler-audit (0.9.1)
30
30
  bundler (>= 1.2.0, < 3)
31
31
  thor (~> 1.0)
32
- concurrent-ruby (1.2.2)
32
+ concurrent-ruby (1.2.3)
33
33
  connection_pool (2.4.1)
34
34
  diff-lcs (1.5.0)
35
35
  drb (2.2.0)
@@ -42,12 +42,12 @@ GEM
42
42
  json (2.7.1)
43
43
  language_server-protocol (3.17.0.3)
44
44
  lint_roller (1.1.0)
45
- minitest (5.21.1)
45
+ minitest (5.21.2)
46
46
  mutex_m (0.2.0)
47
47
  parallel (1.24.0)
48
48
  parse_a_changelog (1.3.0)
49
49
  treetop (~> 1.6)
50
- parser (3.3.0.3)
50
+ parser (3.3.0.5)
51
51
  ast (~> 2.4.1)
52
52
  racc
53
53
  polyglot (0.3.5)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '7.4.1'.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
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.1
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-19 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