Skip to content

Commit 4b1d14c

Browse files
[HFH-3523] Bump rubocop in power-tools to 1.75.0 V2 (#366)
Bump rubocop and rubocop-powerhome to 1.75.0 to unblock dependabot updates - Updated package's gemfiles using bundle && bundle exec appraisal - Fix up gem order errors - Fix redundant format error https://runway.powerhrg.com/backlog_items/HFH-3523
1 parent f30f604 commit 4b1d14c

File tree

115 files changed

+535
-411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+535
-411
lines changed

packages/aether_observatory/Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ../rubocop-powerhome
33
specs:
4-
rubocop-powerhome (0.5.5)
5-
rubocop (= 1.74.0)
4+
rubocop-powerhome (0.5.6)
5+
rubocop (= 1.75.0)
66
rubocop-performance
77
rubocop-rails
88
rubocop-rake
@@ -66,9 +66,10 @@ GEM
6666
method_source (1.1.0)
6767
minitest (5.25.5)
6868
parallel (1.26.3)
69-
parser (3.3.7.1)
69+
parser (3.3.9.0)
7070
ast (~> 2.4.1)
7171
racc
72+
prism (1.4.0)
7273
pry (0.14.2)
7374
coderay (~> 1.1)
7475
method_source (~> 1.0)
@@ -94,19 +95,20 @@ GEM
9495
diff-lcs (>= 1.2.0, < 2.0)
9596
rspec-support (~> 3.13.0)
9697
rspec-support (3.13.2)
97-
rubocop (1.74.0)
98+
rubocop (1.75.0)
9899
json (~> 2.3)
99100
language_server-protocol (~> 3.17.0.2)
100101
lint_roller (~> 1.1.0)
101102
parallel (~> 1.10)
102103
parser (>= 3.3.0.2)
103104
rainbow (>= 2.2.2, < 4.0)
104105
regexp_parser (>= 2.9.3, < 3.0)
105-
rubocop-ast (>= 1.38.0, < 2.0)
106+
rubocop-ast (>= 1.43.0, < 2.0)
106107
ruby-progressbar (~> 1.7)
107108
unicode-display_width (>= 2.4.0, < 4.0)
108-
rubocop-ast (1.39.0)
109-
parser (>= 3.3.1.0)
109+
rubocop-ast (1.46.0)
110+
parser (>= 3.3.7.2)
111+
prism (~> 1.4)
110112
rubocop-performance (1.24.0)
111113
lint_roller (~> 1.1)
112114
rubocop (>= 1.72.1, < 2.0)

packages/aether_observatory/gemfiles/rails_6_1.gemfile.lock

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ../../rubocop-powerhome
33
specs:
4-
rubocop-powerhome (0.5.5)
5-
rubocop (= 1.74.0)
4+
rubocop-powerhome (0.5.6)
5+
rubocop (= 1.75.0)
66
rubocop-performance
77
rubocop-rails
88
rubocop-rake
@@ -64,11 +64,11 @@ GEM
6464
byebug (~> 11.0)
6565
pry (>= 0.13, < 0.15)
6666
racc (1.8.1)
67-
rack (3.2.0)
67+
rack (3.2.1)
6868
rainbow (3.1.1)
6969
rake (13.3.0)
7070
regexp_parser (2.11.2)
71-
rexml (3.4.1)
71+
rexml (3.4.3)
7272
rspec (3.13.1)
7373
rspec-core (~> 3.13.0)
7474
rspec-expectations (~> 3.13.0)
@@ -81,35 +81,35 @@ GEM
8181
rspec-mocks (3.13.5)
8282
diff-lcs (>= 1.2.0, < 2.0)
8383
rspec-support (~> 3.13.0)
84-
rspec-support (3.13.4)
85-
rubocop (1.74.0)
84+
rspec-support (3.13.5)
85+
rubocop (1.75.0)
8686
json (~> 2.3)
8787
language_server-protocol (~> 3.17.0.2)
8888
lint_roller (~> 1.1.0)
8989
parallel (~> 1.10)
9090
parser (>= 3.3.0.2)
9191
rainbow (>= 2.2.2, < 4.0)
9292
regexp_parser (>= 2.9.3, < 3.0)
93-
rubocop-ast (>= 1.38.0, < 2.0)
93+
rubocop-ast (>= 1.43.0, < 2.0)
9494
ruby-progressbar (~> 1.7)
9595
unicode-display_width (>= 2.4.0, < 4.0)
9696
rubocop-ast (1.46.0)
9797
parser (>= 3.3.7.2)
9898
prism (~> 1.4)
99-
rubocop-performance (1.24.0)
99+
rubocop-performance (1.26.0)
100100
lint_roller (~> 1.1)
101-
rubocop (>= 1.72.1, < 2.0)
102-
rubocop-ast (>= 1.38.0, < 2.0)
103-
rubocop-rails (2.30.3)
101+
rubocop (>= 1.75.0, < 2.0)
102+
rubocop-ast (>= 1.44.0, < 2.0)
103+
rubocop-rails (2.33.3)
104104
activesupport (>= 4.2.0)
105105
lint_roller (~> 1.1)
106106
rack (>= 1.1)
107-
rubocop (>= 1.72.1, < 2.0)
108-
rubocop-ast (>= 1.38.0, < 2.0)
107+
rubocop (>= 1.75.0, < 2.0)
108+
rubocop-ast (>= 1.44.0, < 2.0)
109109
rubocop-rake (0.7.1)
110110
lint_roller (~> 1.1)
111111
rubocop (>= 1.72.1)
112-
rubocop-rspec (3.6.0)
112+
rubocop-rspec (3.7.0)
113113
lint_roller (~> 1.1)
114114
rubocop (~> 1.72, >= 1.72.1)
115115
ruby-progressbar (1.13.0)
@@ -124,22 +124,18 @@ GEM
124124
tomlrb (2.0.3)
125125
tzinfo (2.0.6)
126126
concurrent-ruby (~> 1.0)
127-
unicode-display_width (3.1.4)
128-
unicode-emoji (~> 4.0, >= 4.0.4)
129-
unicode-emoji (4.0.4)
127+
unicode-display_width (3.2.0)
128+
unicode-emoji (~> 4.1)
129+
unicode-emoji (4.1.0)
130130
with_env (1.1.0)
131131
xml-simple (1.1.9)
132132
rexml
133133
yard (0.9.21)
134134
zeitwerk (2.6.18)
135135

136136
PLATFORMS
137-
aarch64-linux
138-
arm-linux
139-
arm64-darwin
140-
x86-linux
141-
x86_64-darwin
142-
x86_64-linux
137+
arm64-darwin-24
138+
ruby
143139

144140
DEPENDENCIES
145141
activemodel (~> 6.1.7.10)
@@ -159,4 +155,4 @@ DEPENDENCIES
159155
zeitwerk (< 2.7)
160156

161157
BUNDLED WITH
162-
2.4.22
158+
2.5.23

packages/aether_observatory/gemfiles/rails_7_0.gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ../../rubocop-powerhome
33
specs:
4-
rubocop-powerhome (0.5.5)
5-
rubocop (= 1.74.0)
4+
rubocop-powerhome (0.5.6)
5+
rubocop (= 1.75.0)
66
rubocop-performance
77
rubocop-rails
88
rubocop-rake
@@ -81,15 +81,15 @@ GEM
8181
diff-lcs (>= 1.2.0, < 2.0)
8282
rspec-support (~> 3.13.0)
8383
rspec-support (3.13.4)
84-
rubocop (1.74.0)
84+
rubocop (1.75.0)
8585
json (~> 2.3)
8686
language_server-protocol (~> 3.17.0.2)
8787
lint_roller (~> 1.1.0)
8888
parallel (~> 1.10)
8989
parser (>= 3.3.0.2)
9090
rainbow (>= 2.2.2, < 4.0)
9191
regexp_parser (>= 2.9.3, < 3.0)
92-
rubocop-ast (>= 1.38.0, < 2.0)
92+
rubocop-ast (>= 1.43.0, < 2.0)
9393
ruby-progressbar (~> 1.7)
9494
unicode-display_width (>= 2.4.0, < 4.0)
9595
rubocop-ast (1.46.0)

packages/aether_observatory/gemfiles/rails_7_1.gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ../../rubocop-powerhome
33
specs:
4-
rubocop-powerhome (0.5.5)
5-
rubocop (= 1.74.0)
4+
rubocop-powerhome (0.5.6)
5+
rubocop (= 1.75.0)
66
rubocop-performance
77
rubocop-rails
88
rubocop-rake
@@ -96,15 +96,15 @@ GEM
9696
diff-lcs (>= 1.2.0, < 2.0)
9797
rspec-support (~> 3.13.0)
9898
rspec-support (3.13.4)
99-
rubocop (1.74.0)
99+
rubocop (1.75.0)
100100
json (~> 2.3)
101101
language_server-protocol (~> 3.17.0.2)
102102
lint_roller (~> 1.1.0)
103103
parallel (~> 1.10)
104104
parser (>= 3.3.0.2)
105105
rainbow (>= 2.2.2, < 4.0)
106106
regexp_parser (>= 2.9.3, < 3.0)
107-
rubocop-ast (>= 1.38.0, < 2.0)
107+
rubocop-ast (>= 1.43.0, < 2.0)
108108
ruby-progressbar (~> 1.7)
109109
unicode-display_width (>= 2.4.0, < 4.0)
110110
rubocop-ast (1.46.0)

packages/aether_observatory/gemfiles/rails_7_2.gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ../../rubocop-powerhome
33
specs:
4-
rubocop-powerhome (0.5.5)
5-
rubocop (= 1.74.0)
4+
rubocop-powerhome (0.5.6)
5+
rubocop (= 1.75.0)
66
rubocop-performance
77
rubocop-rails
88
rubocop-rake
@@ -94,15 +94,15 @@ GEM
9494
diff-lcs (>= 1.2.0, < 2.0)
9595
rspec-support (~> 3.13.0)
9696
rspec-support (3.13.4)
97-
rubocop (1.74.0)
97+
rubocop (1.75.0)
9898
json (~> 2.3)
9999
language_server-protocol (~> 3.17.0.2)
100100
lint_roller (~> 1.1.0)
101101
parallel (~> 1.10)
102102
parser (>= 3.3.0.2)
103103
rainbow (>= 2.2.2, < 4.0)
104104
regexp_parser (>= 2.9.3, < 3.0)
105-
rubocop-ast (>= 1.38.0, < 2.0)
105+
rubocop-ast (>= 1.43.0, < 2.0)
106106
ruby-progressbar (~> 1.7)
107107
unicode-display_width (>= 2.4.0, < 4.0)
108108
rubocop-ast (1.46.0)

packages/audit_tracker/Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ../rubocop-powerhome
33
specs:
4-
rubocop-powerhome (0.5.5)
5-
rubocop (= 1.74.0)
4+
rubocop-powerhome (0.5.6)
5+
rubocop (= 1.75.0)
66
rubocop-performance
77
rubocop-rails
88
rubocop-rake
@@ -91,9 +91,10 @@ GEM
9191
nokogiri (1.17.2-x86_64-linux)
9292
racc (~> 1.4)
9393
parallel (1.26.3)
94-
parser (3.3.7.0)
94+
parser (3.3.9.0)
9595
ast (~> 2.4.1)
9696
racc
97+
prism (1.4.0)
9798
racc (1.8.1)
9899
rack (2.2.10)
99100
rack-test (2.2.0)
@@ -129,19 +130,20 @@ GEM
129130
diff-lcs (>= 1.2.0, < 2.0)
130131
rspec-support (~> 3.13.0)
131132
rspec-support (3.13.2)
132-
rubocop (1.74.0)
133+
rubocop (1.75.0)
133134
json (~> 2.3)
134135
language_server-protocol (~> 3.17.0.2)
135136
lint_roller (~> 1.1.0)
136137
parallel (~> 1.10)
137138
parser (>= 3.3.0.2)
138139
rainbow (>= 2.2.2, < 4.0)
139140
regexp_parser (>= 2.9.3, < 3.0)
140-
rubocop-ast (>= 1.38.0, < 2.0)
141+
rubocop-ast (>= 1.43.0, < 2.0)
141142
ruby-progressbar (~> 1.7)
142143
unicode-display_width (>= 2.4.0, < 4.0)
143-
rubocop-ast (1.39.0)
144-
parser (>= 3.3.1.0)
144+
rubocop-ast (1.46.0)
145+
parser (>= 3.3.7.2)
146+
prism (~> 1.4)
145147
rubocop-performance (1.23.1)
146148
rubocop (>= 1.48.1, < 2.0)
147149
rubocop-ast (>= 1.31.1, < 2.0)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
# frozen_string_literal: true
2+
13
# This file was generated by Appraisal
24

35
source "https://rubygems.org"
46

57
gem "byebug"
68
gem "license_finder", ">= 7.0"
79
gem "net-imap", "< 0.5.0"
10+
gem "rails", "6.0.6.1"
811
gem "rake", ">= 13.0"
912
gem "rspec", ">= 3.0"
1013
gem "rubocop", ">= 1.32"
1114
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
1215
gem "zeitwerk", "< 2.7.0"
13-
gem "rails", "6.0.6.1"
1416

1517
gemspec path: "../"
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# This file was generated by Appraisal
24

35
source "https://rubygems.org"
@@ -7,13 +9,13 @@ gem "erb", "< 5"
79
gem "license_finder", ">= 7.0"
810
gem "net-imap", "< 0.5.0"
911
gem "nokogiri", "< 1.18"
12+
gem "rails", "6.1.7.10"
1013
gem "rake", ">= 13.0"
1114
gem "rspec", ">= 3.0"
15+
gem "rspec-rails", "~> 6.1.5"
1216
gem "rubocop", ">= 1.32"
1317
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
1418
gem "securerandom", "< 0.4"
1519
gem "zeitwerk", "< 2.7.0"
16-
gem "rails", "6.1.7.10"
17-
gem "rspec-rails", "~> 6.1.5"
1820

1921
gemspec path: "../"

0 commit comments

Comments
 (0)