dashbrains-rubocop-config 1.0.3 → 1.0.4

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: b885c92ad7d91b61a2731252529915ca3d253b57ff5a114cf4cea2c91caa8bae
4
- data.tar.gz: 5987786b037200f9ed2d8b105641c0dddaf3cd22936da59498ada1a177bee552
3
+ metadata.gz: a245aea0f467b59a87ac9a6824ca3b03ee75ca489e9f8fa91340c2c644cdee79
4
+ data.tar.gz: 0e83e032333f963d9bb09f68770fb85d968b46878f3e40e839eb8013649c68f9
5
5
  SHA512:
6
- metadata.gz: ac25bc8b274b87a355385d14559ecfb282c93fd416eb5d1257ba31ca513e99f144824cee711edee064d472e00985b2b5a8850fd29a1bcd22b47a909efe11b56c
7
- data.tar.gz: c9e8853ad69501851b25fb44943cbef0dd6076995a2b8732406a9c2ef0e53993714bce0d70c969eebbf18f23fbe954f5e93a6e3de8d9cbb0de81497df1794a3b
6
+ metadata.gz: a326e45d0ad25120d07b1c37f5e1b29778a00524e4878a864f47191589efb7619088da89fbbdab3808d03703f4c71c3752625e17913f5d56887ca9759f92fb02
7
+ data.tar.gz: 58527ccf04a5e6167b31933ae3702a12a9e12d03b6619fe7d0545906fca5027c6b52bea466f60b48b2f0251f191134f48d2e687e0f76740cf41e1ad0b5e59968
@@ -1,6 +1,7 @@
1
1
  name: Format & Lint & Build & Analysis
2
2
 
3
3
  on:
4
+ merge_group:
4
5
  pull_request:
5
6
  workflow_dispatch:
6
7
  workflow_call:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.4](https://github.com/DashBrains/rubocop-config/compare/v1.0.3...v1.0.4) (2024-08-31)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release 1.0.4 ([a9103ea](https://github.com/DashBrains/rubocop-config/commit/a9103ea30c9f2277be121bade06142ac7d97a42b))
9
+
3
10
  ## [1.0.3](https://github.com/DashBrains/rubocop-config/compare/v1.0.2...v1.0.3) (2024-08-24)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dashbrains-rubocop-config (1.0.3)
4
+ dashbrains-rubocop-config (1.0.4)
5
5
  rubocop
6
6
  rubocop-capybara
7
7
  rubocop-factory_bot
@@ -50,17 +50,14 @@ GEM
50
50
  rack (3.1.7)
51
51
  rainbow (3.1.1)
52
52
  regexp_parser (2.9.2)
53
- rexml (3.3.6)
54
- strscan
55
- rubocop (1.65.1)
53
+ rubocop (1.66.0)
56
54
  json (~> 2.3)
57
55
  language_server-protocol (>= 3.17.0)
58
56
  parallel (~> 1.10)
59
57
  parser (>= 3.3.0.2)
60
58
  rainbow (>= 2.2.2, < 4.0)
61
59
  regexp_parser (>= 2.4, < 3.0)
62
- rexml (>= 3.2.5, < 4.0)
63
- rubocop-ast (>= 1.31.1, < 2.0)
60
+ rubocop-ast (>= 1.32.1, < 2.0)
64
61
  ruby-progressbar (~> 1.7)
65
62
  unicode-display_width (>= 2.4.0, < 3.0)
66
63
  rubocop-ast (1.32.1)
@@ -71,16 +68,16 @@ GEM
71
68
  rubocop (~> 1.61)
72
69
  rubocop-graphql (1.5.4)
73
70
  rubocop (>= 1.50, < 2)
74
- rubocop-minitest (0.35.1)
71
+ rubocop-minitest (0.36.0)
75
72
  rubocop (>= 1.61, < 2.0)
76
73
  rubocop-ast (>= 1.31.1, < 2.0)
77
74
  rubocop-performance (1.21.1)
78
75
  rubocop (>= 1.48.1, < 2.0)
79
76
  rubocop-ast (>= 1.31.1, < 2.0)
80
- rubocop-rails (2.25.1)
77
+ rubocop-rails (2.26.0)
81
78
  activesupport (>= 4.2.0)
82
79
  rack (>= 1.1)
83
- rubocop (>= 1.33.0, < 2.0)
80
+ rubocop (>= 1.52.0, < 2.0)
84
81
  rubocop-ast (>= 1.31.1, < 2.0)
85
82
  rubocop-rspec (3.0.4)
86
83
  rubocop (~> 1.61)
@@ -91,8 +88,7 @@ GEM
91
88
  rubocop (>= 1)
92
89
  ruby-progressbar (1.13.0)
93
90
  securerandom (0.3.1)
94
- strscan (3.1.0)
95
- thor (1.3.1)
91
+ thor (1.3.2)
96
92
  tzinfo (2.0.6)
97
93
  concurrent-ruby (~> 1.0)
98
94
  unicode-display_width (2.5.0)
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = 'Shared Rubocop config used at DashBrains'
13
13
  spec.homepage = 'https://github.com/DashBrains/rubocop-config'
14
14
  spec.license = 'MIT'
15
- spec.required_ruby_version = '>= 2.6.0'
15
+ spec.required_ruby_version = '>= 3.0.0'
16
16
 
17
17
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
18
18
 
data/lib/version.rb CHANGED
@@ -4,7 +4,7 @@
4
4
  module Dashbrains
5
5
  module Rubocop
6
6
  module Config
7
- VERSION = '1.0.3'
7
+ VERSION = '1.0.4'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dashbrains-rubocop-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - DashBrains
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-24 00:00:00.000000000 Z
11
+ date: 2024-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  requirements:
191
191
  - - ">="
192
192
  - !ruby/object:Gem::Version
193
- version: 2.6.0
193
+ version: 3.0.0
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - ">="