art-rubocop 1.1.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +19 -18
  3. data/art-rubocop.gemspec +1 -1
  4. data/default.yml +0 -11
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 012f9fb6d4843d001b405e5ca867f59b31d0c869bbef4a4768ee4642085dfff7
4
- data.tar.gz: 3b1f7a92447b6a099aee61922948802f81a6888cbfd9c1fef695c6e249c89157
3
+ metadata.gz: 5b6b2aa9106616edf1931de3affd76a91fddcca20c11a9b7ddaaa42bb691017b
4
+ data.tar.gz: 7f7d33ece1467ee15e234a9aa597547f8a302b92c76d54bd2339ee122a04b969
5
5
  SHA512:
6
- metadata.gz: 37b8e016ab3eaac121ef79c29c2b26ce22ca58e5883871452ff836a4847f9ed459354c550a763cfda0389250c59899dc9c5e0a514ad02f366cfef0454cf01d13
7
- data.tar.gz: e3d59d3dec99a08d498a9425b485399aae470444b59465c457f58f388a37ff6efef61ace102201e470a8817e8c629a831b0df8b84a75f64867ddabdcc04dd06f
6
+ metadata.gz: fc740c6bbafb58b9e73e7aa90050e59d7baa861b0a9de512f6e151445549a1f8c42c7f1888073352b43524cdbc16042d7940e24eddf98e3973c21d8794cfd52b
7
+ data.tar.gz: 5f9a4a46ea9488217c72ccb224bded7ef5e3f10333a043d4aaff188e474ae996372cd7e33c4fcd93f4e1ea5423e4854f038815e7979b91cc8486b8589cafd379
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- art-rubocop (1.1.0)
4
+ art-rubocop (1.1.3)
5
5
  rubocop (~> 1.41, >= 1.41.0)
6
6
  rubocop-performance (~> 1.15, >= 1.15.1)
7
7
  rubocop-rails (~> 2.17, >= 2.17.3)
@@ -10,56 +10,57 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.4.2)
13
+ activesupport (7.0.4.3)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
18
  ast (2.4.2)
19
- concurrent-ruby (1.2.0)
19
+ concurrent-ruby (1.2.2)
20
20
  i18n (1.12.0)
21
21
  concurrent-ruby (~> 1.0)
22
22
  json (2.6.3)
23
- minitest (5.17.0)
24
- parallel (1.22.1)
25
- parser (3.2.0.0)
23
+ minitest (5.18.0)
24
+ parallel (1.23.0)
25
+ parser (3.2.2.0)
26
26
  ast (~> 2.4.1)
27
- rack (3.0.4.1)
27
+ rack (3.0.7)
28
28
  rainbow (3.1.1)
29
29
  rake (13.0.6)
30
- regexp_parser (2.7.0)
30
+ regexp_parser (2.8.0)
31
31
  rexml (3.2.5)
32
- rubocop (1.45.1)
32
+ rubocop (1.50.2)
33
33
  json (~> 2.3)
34
34
  parallel (~> 1.10)
35
35
  parser (>= 3.2.0.0)
36
36
  rainbow (>= 2.2.2, < 4.0)
37
37
  regexp_parser (>= 1.8, < 3.0)
38
38
  rexml (>= 3.2.5, < 4.0)
39
- rubocop-ast (>= 1.24.1, < 2.0)
39
+ rubocop-ast (>= 1.28.0, < 2.0)
40
40
  ruby-progressbar (~> 1.7)
41
41
  unicode-display_width (>= 2.4.0, < 3.0)
42
- rubocop-ast (1.24.1)
43
- parser (>= 3.1.1.0)
44
- rubocop-capybara (2.17.0)
42
+ rubocop-ast (1.28.0)
43
+ parser (>= 3.2.1.0)
44
+ rubocop-capybara (2.17.1)
45
45
  rubocop (~> 1.41)
46
- rubocop-performance (1.16.0)
46
+ rubocop-performance (1.17.1)
47
47
  rubocop (>= 1.7.0, < 2.0)
48
48
  rubocop-ast (>= 0.4.0)
49
- rubocop-rails (2.17.4)
49
+ rubocop-rails (2.19.1)
50
50
  activesupport (>= 4.2.0)
51
51
  rack (>= 1.1)
52
52
  rubocop (>= 1.33.0, < 2.0)
53
- rubocop-rspec (2.18.1)
53
+ rubocop-rspec (2.20.0)
54
54
  rubocop (~> 1.33)
55
55
  rubocop-capybara (~> 2.17)
56
- ruby-progressbar (1.11.0)
56
+ ruby-progressbar (1.13.0)
57
57
  tzinfo (2.0.6)
58
58
  concurrent-ruby (~> 1.0)
59
59
  unicode-display_width (2.4.2)
60
60
 
61
61
  PLATFORMS
62
62
  arm64-darwin-21
63
+ arm64-darwin-22
63
64
  x86_64-linux
64
65
 
65
66
  DEPENDENCIES
@@ -68,4 +69,4 @@ DEPENDENCIES
68
69
  rake
69
70
 
70
71
  BUNDLED WITH
71
- 2.3.7
72
+ 2.4.12
data/art-rubocop.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "art-rubocop"
5
- spec.version = "1.1.1"
5
+ spec.version = "1.1.3"
6
6
  spec.authors = ["Growth Engineering"]
7
7
  spec.email = ["devinrm@articulate.com"]
8
8
  spec.summary = "Rubocop style guide for Articulate Growth Engineering"
data/default.yml CHANGED
@@ -898,17 +898,6 @@ Rails/Validation:
898
898
  Description: "Use validates :attribute, hash of validations."
899
899
  Enabled: false
900
900
 
901
- Capybara/CurrentPathExpectation:
902
- Description: Checks that no expectations are set on Capybara's `current_path`.
903
- Enabled: true
904
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/CurrentPathExpectation
905
-
906
- Capybara/FeatureMethods:
907
- Description: Checks for consistent method usage in feature specs.
908
- Enabled: false
909
- EnabledMethods: []
910
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/FeatureMethods
911
-
912
901
  RSpec/FactoryBot/AttributeDefinedStatically:
913
902
  Description: Always declare attribute values as blocks.
914
903
  Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: art-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Growth Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.4.6
161
+ rubygems_version: 3.4.12
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Rubocop style guide for Articulate Growth Engineering