Dutchie-Style 2.0.5 → 2.0.7

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: ab4eb4db4d27e26e5abe86716e745f2096afab8c4616947b90816096c62ddf82
4
- data.tar.gz: 4a52bf29c164d56e0db6b20392dea83f7ed631db6d14d6879159c26583693e41
3
+ metadata.gz: 65273e051cf2984400af56b705adb309d5d679664f0e4b0d2516223db16e0470
4
+ data.tar.gz: '0208a19e313688ff46475083fce4b44d446eb30f3a4010bf6dd07931227d7bbe'
5
5
  SHA512:
6
- metadata.gz: 259eceafc8d5e50ceaaaf447b9c91a0d4c3d662efe7b8fcb2cad01fbd6c785b352baf329ac0431c52ffdd492c6dd68fcf05f23a72549bb8301bb606373085752
7
- data.tar.gz: 6a8b13e5d3e2c24e99cc2f05b3d5b86396363f8006582add8e9b850f54caa59418579d9f574c0ac5aaeff3f83fbd52299b68254946a5837f09f7aa34bfbc2cb5
6
+ metadata.gz: b74f3ff0bc262f7f7c4312b4a390e84655925915b9eddfd9f95f7863e632e922643a3c791797b60c753f4a5aab60c98f63c7bb3556b2a4aebe17de31afd9d8e8
7
+ data.tar.gz: 62fcfc8ffe8461d3eaabbc4d5579a4d18ca4c6eca8320b461d3280b16a7d4dac90203b74076bd00084b15128995e3a9fbf4340e75207e599c4b8d1ac09923261
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
28
 
29
- spec.add_dependency "rubocop", "~> 1.30.1"
29
+ spec.add_dependency "rubocop", "~> 1.56"
30
30
  spec.add_dependency "rubocop-rspec"
31
31
  spec.add_dependency "rubocop-rails"
32
32
  end
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ gemspec
5
5
 
6
6
  gem "rake", "~> 12.0"
7
7
  gem "rspec", "~> 3.0"
8
- gem "rubocop", "~> 1.30.1"
9
- gem "rubocop-rails", "~> 2.14.2"
8
+ gem "rubocop", "~> 1.56"
9
+ gem "rubocop-rails", "~> 2.14"
data/Gemfile.lock CHANGED
@@ -1,34 +1,38 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- Dutchie-Style (1.0.10)
5
- rubocop (~> 0.93.1)
4
+ Dutchie-Style (2.0.7)
5
+ rubocop (~> 1.56)
6
6
  rubocop-rails
7
7
  rubocop-rspec
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.0.3.2)
12
+ activesupport (7.0.7.2)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
- i18n (>= 0.7, < 2)
15
- minitest (~> 5.1)
16
- tzinfo (~> 1.1)
17
- zeitwerk (~> 2.2, >= 2.2.2)
18
- ast (2.4.1)
19
- concurrent-ruby (1.1.7)
14
+ i18n (>= 1.6, < 2)
15
+ minitest (>= 5.1)
16
+ tzinfo (~> 2.0)
17
+ ast (2.4.2)
18
+ base64 (0.1.1)
19
+ concurrent-ruby (1.2.2)
20
20
  diff-lcs (1.4.2)
21
- i18n (1.8.5)
21
+ i18n (1.14.1)
22
22
  concurrent-ruby (~> 1.0)
23
- minitest (5.14.2)
24
- parallel (1.19.2)
25
- parser (2.7.2.0)
23
+ json (2.6.3)
24
+ language_server-protocol (3.17.0.3)
25
+ minitest (5.20.0)
26
+ parallel (1.23.0)
27
+ parser (3.2.2.3)
26
28
  ast (~> 2.4.1)
27
- rack (2.2.3)
28
- rainbow (3.0.0)
29
+ racc
30
+ racc (1.7.1)
31
+ rack (3.0.8)
32
+ rainbow (3.1.1)
29
33
  rake (12.3.3)
30
- regexp_parser (1.8.2)
31
- rexml (3.2.4)
34
+ regexp_parser (2.8.1)
35
+ rexml (3.2.6)
32
36
  rspec (3.9.0)
33
37
  rspec-core (~> 3.9.0)
34
38
  rspec-expectations (~> 3.9.0)
@@ -42,30 +46,36 @@ GEM
42
46
  diff-lcs (>= 1.2.0, < 2.0)
43
47
  rspec-support (~> 3.9.0)
44
48
  rspec-support (3.9.3)
45
- rubocop (0.93.1)
49
+ rubocop (1.56.2)
50
+ base64 (~> 0.1.1)
51
+ json (~> 2.3)
52
+ language_server-protocol (>= 3.17.0)
46
53
  parallel (~> 1.10)
47
- parser (>= 2.7.1.5)
54
+ parser (>= 3.2.2.3)
48
55
  rainbow (>= 2.2.2, < 4.0)
49
- regexp_parser (>= 1.8)
50
- rexml
51
- rubocop-ast (>= 0.6.0)
56
+ regexp_parser (>= 1.8, < 3.0)
57
+ rexml (>= 3.2.5, < 4.0)
58
+ rubocop-ast (>= 1.28.1, < 2.0)
52
59
  ruby-progressbar (~> 1.7)
53
- unicode-display_width (>= 1.4.0, < 2.0)
54
- rubocop-ast (0.7.1)
55
- parser (>= 2.7.1.5)
56
- rubocop-rails (2.6.0)
60
+ unicode-display_width (>= 2.4.0, < 3.0)
61
+ rubocop-ast (1.29.0)
62
+ parser (>= 3.2.1.0)
63
+ rubocop-capybara (2.18.0)
64
+ rubocop (~> 1.41)
65
+ rubocop-factory_bot (2.23.1)
66
+ rubocop (~> 1.33)
67
+ rubocop-rails (2.14.2)
57
68
  activesupport (>= 4.2.0)
58
69
  rack (>= 1.1)
59
- rubocop (>= 0.82.0)
60
- rubocop-rspec (1.44.1)
61
- rubocop (~> 0.87)
62
- rubocop-ast (>= 0.7.1)
63
- ruby-progressbar (1.10.1)
64
- thread_safe (0.3.6)
65
- tzinfo (1.2.7)
66
- thread_safe (~> 0.1)
67
- unicode-display_width (1.7.0)
68
- zeitwerk (2.4.0)
70
+ rubocop (>= 1.7.0, < 2.0)
71
+ rubocop-rspec (2.23.2)
72
+ rubocop (~> 1.33)
73
+ rubocop-capybara (~> 2.17)
74
+ rubocop-factory_bot (~> 2.22)
75
+ ruby-progressbar (1.13.0)
76
+ tzinfo (2.0.6)
77
+ concurrent-ruby (~> 1.0)
78
+ unicode-display_width (2.4.2)
69
79
 
70
80
  PLATFORMS
71
81
  ruby
@@ -74,8 +84,8 @@ DEPENDENCIES
74
84
  Dutchie-Style!
75
85
  rake (~> 12.0)
76
86
  rspec (~> 3.0)
77
- rubocop (~> 0.93.1)
78
- rubocop-rails (~> 2.6.0)
87
+ rubocop (~> 1.56)
88
+ rubocop-rails (~> 2.14)
79
89
 
80
90
  BUNDLED WITH
81
- 2.2.27
91
+ 2.4.8
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dutchie
4
4
  module Style
5
- VERSION = '2.0.5'
5
+ VERSION = '2.0.7'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Dutchie-Style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Ostrowski
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.30.1
19
+ version: '1.56'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.30.1
26
+ version: '1.56'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rspec
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ metadata:
75
75
  homepage_uri: https://github.com/GetDutchie/Dutchie-Style
76
76
  source_code_uri: https://github.com/GetDutchie/Dutchie-Style
77
77
  changelog_uri: https://github.com/GetDutchie/Dutchie-Style/releases
78
- post_install_message:
78
+ post_install_message:
79
79
  rdoc_options: []
80
80
  require_paths:
81
81
  - lib
@@ -90,8 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 3.2.22
94
- signing_key:
93
+ rubygems_version: 3.0.3.1
94
+ signing_key:
95
95
  specification_version: 4
96
96
  summary: Rubocop Settings for all dutchie Ruby Apps
97
97
  test_files: []