Skip to content

Commit 1055376

Browse files
author
Stanislav Katkov
committed
appraisal update
1 parent 568cecd commit 1055376

File tree

6 files changed

+153
-122
lines changed

6 files changed

+153
-122
lines changed

gemfiles/rails_7.gemfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ gem "sqlite3"
66
gem "mysql2"
77
gem "pg"
88
gem "sprockets-rails"
9-
gem "rubocop-37signals", require: false, git: "https://github.com/basecamp/house-style.git"
109
gem "appraisal"
1110
gem "rails", branch: "7-0-stable", git: "https://github.com/rails/rails.git"
1211

12+
group :rubocop do
13+
gem "rubocop", ">= 1.25.1", require: false
14+
gem "rubocop-minitest", require: false
15+
gem "rubocop-packaging", require: false
16+
gem "rubocop-performance", require: false
17+
gem "rubocop-rails", require: false
18+
gem "rubocop-md", require: false
19+
end
20+
1321
gemspec path: "../"

gemfiles/rails_7.gemfile.lock

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
GIT
2-
remote: https://github.com/basecamp/house-style.git
3-
revision: a9ca7e4ab80b72c1a10053c50efefe8cd275e3b8
4-
specs:
5-
rubocop-37signals (1.0.0)
6-
rubocop
7-
rubocop-minitest
8-
rubocop-performance
9-
rubocop-rails
10-
111
GIT
122
remote: https://github.com/rails/rails.git
13-
revision: a1759f292c48d5ebe49edf6c7a937bfab2901023
3+
revision: 71e29aaa0ffecf13da37428f7cbae110cd104689
144
branch: 7-0-stable
155
specs:
166
actioncable (7.0.8)
@@ -76,6 +66,7 @@ GIT
7666
mini_mime (>= 1.1.0)
7767
activesupport (7.0.8)
7868
base64
69+
bigdecimal
7970
concurrent-ruby (~> 1.0, >= 1.0.2)
8071
drb
8172
i18n (>= 1.6, < 2)
@@ -119,25 +110,26 @@ GEM
119110
thor (>= 0.14.0)
120111
ast (2.4.2)
121112
base64 (0.2.0)
113+
bigdecimal (3.1.5)
122114
builder (3.2.4)
123115
concurrent-ruby (1.2.2)
124116
crass (1.0.6)
125117
date (3.3.4)
126-
debug (1.8.0)
127-
irb (>= 1.5.0)
128-
reline (>= 0.3.1)
118+
debug (1.9.1)
119+
irb (~> 1.10)
120+
reline (>= 0.3.8)
129121
drb (2.2.0)
130122
ruby2_keywords
131123
erubi (1.12.0)
132124
globalid (1.2.1)
133125
activesupport (>= 6.1)
134126
i18n (1.14.1)
135127
concurrent-ruby (~> 1.0)
136-
io-console (0.6.0)
137-
irb (1.9.0)
128+
io-console (0.7.1)
129+
irb (1.11.0)
138130
rdoc
139131
reline (>= 0.3.8)
140-
json (2.6.3)
132+
json (2.7.1)
141133
language_server-protocol (3.17.0.3)
142134
loofah (2.22.0)
143135
crass (~> 1.0.2)
@@ -155,7 +147,7 @@ GEM
155147
ruby2_keywords (>= 0.0.5)
156148
mutex_m (0.2.0)
157149
mysql2 (0.5.5)
158-
net-imap (0.4.5)
150+
net-imap (0.4.9)
159151
date
160152
net-protocol
161153
net-pop (0.1.2)
@@ -164,19 +156,19 @@ GEM
164156
timeout
165157
net-smtp (0.4.0)
166158
net-protocol
167-
nio4r (2.5.9)
168-
nokogiri (1.15.4-arm64-darwin)
159+
nio4r (2.7.0)
160+
nokogiri (1.16.0-arm64-darwin)
169161
racc (~> 1.4)
170-
nokogiri (1.15.4-x86_64-darwin)
162+
nokogiri (1.16.0-x86_64-darwin)
171163
racc (~> 1.4)
172-
nokogiri (1.15.4-x86_64-linux)
164+
nokogiri (1.16.0-x86_64-linux)
173165
racc (~> 1.4)
174-
parallel (1.23.0)
166+
parallel (1.24.0)
175167
parser (3.2.2.4)
176168
ast (~> 2.4.1)
177169
racc
178170
pg (1.5.4)
179-
psych (5.1.1.1)
171+
psych (5.1.2)
180172
stringio
181173
racc (1.7.3)
182174
rack (2.2.8)
@@ -191,34 +183,40 @@ GEM
191183
nokogiri (~> 1.14)
192184
rainbow (3.1.1)
193185
rake (13.1.0)
194-
rdoc (6.6.0)
186+
rdoc (6.6.2)
195187
psych (>= 4.0.0)
196-
regexp_parser (2.8.2)
197-
reline (0.4.0)
188+
regexp_parser (2.8.3)
189+
reline (0.4.1)
198190
io-console (~> 0.5)
199191
rexml (3.2.6)
200-
rubocop (1.57.2)
192+
rubocop (1.59.0)
201193
json (~> 2.3)
202194
language_server-protocol (>= 3.17.0)
203195
parallel (~> 1.10)
204196
parser (>= 3.2.2.4)
205197
rainbow (>= 2.2.2, < 4.0)
206198
regexp_parser (>= 1.8, < 3.0)
207199
rexml (>= 3.2.5, < 4.0)
208-
rubocop-ast (>= 1.28.1, < 2.0)
200+
rubocop-ast (>= 1.30.0, < 2.0)
209201
ruby-progressbar (~> 1.7)
210202
unicode-display_width (>= 2.4.0, < 3.0)
211203
rubocop-ast (1.30.0)
212204
parser (>= 3.2.1.0)
213-
rubocop-minitest (0.33.0)
205+
rubocop-md (1.2.2)
206+
rubocop (>= 1.0)
207+
rubocop-minitest (0.34.3)
214208
rubocop (>= 1.39, < 2.0)
215-
rubocop-performance (1.19.1)
216-
rubocop (>= 1.7.0, < 2.0)
217-
rubocop-ast (>= 0.4.0)
218-
rubocop-rails (2.22.1)
209+
rubocop-ast (>= 1.30.0, < 2.0)
210+
rubocop-packaging (0.5.2)
211+
rubocop (>= 1.33, < 2.0)
212+
rubocop-performance (1.20.1)
213+
rubocop (>= 1.48.1, < 2.0)
214+
rubocop-ast (>= 1.30.0, < 2.0)
215+
rubocop-rails (2.23.1)
219216
activesupport (>= 4.2.0)
220217
rack (>= 1.1)
221218
rubocop (>= 1.33.0, < 2.0)
219+
rubocop-ast (>= 1.30.0, < 2.0)
222220
ruby-progressbar (1.13.0)
223221
ruby2_keywords (0.0.5)
224222
sprockets (4.2.1)
@@ -228,10 +226,10 @@ GEM
228226
actionpack (>= 5.2)
229227
activesupport (>= 5.2)
230228
sprockets (>= 3.0.0)
231-
sqlite3 (1.6.8-arm64-darwin)
232-
sqlite3 (1.6.8-x86_64-darwin)
233-
sqlite3 (1.6.8-x86_64-linux)
234-
stringio (3.0.9)
229+
sqlite3 (1.7.0-arm64-darwin)
230+
sqlite3 (1.7.0-x86_64-darwin)
231+
sqlite3 (1.7.0-x86_64-linux)
232+
stringio (3.1.0)
235233
thor (1.3.0)
236234
timeout (0.4.1)
237235
tzinfo (2.0.6)
@@ -256,7 +254,12 @@ DEPENDENCIES
256254
mysql2
257255
pg
258256
rails!
259-
rubocop-37signals!
257+
rubocop (>= 1.25.1)
258+
rubocop-md
259+
rubocop-minitest
260+
rubocop-packaging
261+
rubocop-performance
262+
rubocop-rails
260263
solid_cache!
261264
sprockets-rails
262265
sqlite3

gemfiles/rails_7_1.gemfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ gem "sqlite3"
66
gem "mysql2"
77
gem "pg"
88
gem "sprockets-rails"
9-
gem "rubocop-37signals", require: false, git: "https://github.com/basecamp/house-style.git"
109
gem "appraisal"
1110
gem "rails", branch: "7-1-stable", git: "https://github.com/rails/rails.git"
1211

12+
group :rubocop do
13+
gem "rubocop", ">= 1.25.1", require: false
14+
gem "rubocop-minitest", require: false
15+
gem "rubocop-packaging", require: false
16+
gem "rubocop-performance", require: false
17+
gem "rubocop-rails", require: false
18+
gem "rubocop-md", require: false
19+
end
20+
1321
gemspec path: "../"

gemfiles/rails_7_1.gemfile.lock

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
GIT
2-
remote: https://github.com/basecamp/house-style.git
3-
revision: a9ca7e4ab80b72c1a10053c50efefe8cd275e3b8
4-
specs:
5-
rubocop-37signals (1.0.0)
6-
rubocop
7-
rubocop-minitest
8-
rubocop-performance
9-
rubocop-rails
10-
111
GIT
122
remote: https://github.com/rails/rails.git
13-
revision: 71e0c050b81498adb1fec2a18056038ca14990ca
3+
revision: 9a2bfebbc8e4800de58c26a5a119c3acad068664
144
branch: 7-1-stable
155
specs:
166
actioncable (7.1.2)
@@ -125,27 +115,27 @@ GEM
125115
thor (>= 0.14.0)
126116
ast (2.4.2)
127117
base64 (0.2.0)
128-
bigdecimal (3.1.4)
118+
bigdecimal (3.1.5)
129119
builder (3.2.4)
130120
concurrent-ruby (1.2.2)
131121
connection_pool (2.4.1)
132122
crass (1.0.6)
133123
date (3.3.4)
134-
debug (1.8.0)
135-
irb (>= 1.5.0)
136-
reline (>= 0.3.1)
124+
debug (1.9.1)
125+
irb (~> 1.10)
126+
reline (>= 0.3.8)
137127
drb (2.2.0)
138128
ruby2_keywords
139129
erubi (1.12.0)
140130
globalid (1.2.1)
141131
activesupport (>= 6.1)
142132
i18n (1.14.1)
143133
concurrent-ruby (~> 1.0)
144-
io-console (0.6.0)
145-
irb (1.9.0)
134+
io-console (0.7.1)
135+
irb (1.11.0)
146136
rdoc
147137
reline (>= 0.3.8)
148-
json (2.6.3)
138+
json (2.7.1)
149139
language_server-protocol (3.17.0.3)
150140
loofah (2.22.0)
151141
crass (~> 1.0.2)
@@ -162,7 +152,7 @@ GEM
162152
ruby2_keywords (>= 0.0.5)
163153
mutex_m (0.2.0)
164154
mysql2 (0.5.5)
165-
net-imap (0.4.5)
155+
net-imap (0.4.9)
166156
date
167157
net-protocol
168158
net-pop (0.1.2)
@@ -171,19 +161,19 @@ GEM
171161
timeout
172162
net-smtp (0.4.0)
173163
net-protocol
174-
nio4r (2.5.9)
175-
nokogiri (1.15.4-arm64-darwin)
164+
nio4r (2.7.0)
165+
nokogiri (1.16.0-arm64-darwin)
176166
racc (~> 1.4)
177-
nokogiri (1.15.4-x86_64-darwin)
167+
nokogiri (1.16.0-x86_64-darwin)
178168
racc (~> 1.4)
179-
nokogiri (1.15.4-x86_64-linux)
169+
nokogiri (1.16.0-x86_64-linux)
180170
racc (~> 1.4)
181-
parallel (1.23.0)
171+
parallel (1.24.0)
182172
parser (3.2.2.4)
183173
ast (~> 2.4.1)
184174
racc
185175
pg (1.5.4)
186-
psych (5.1.1.1)
176+
psych (5.1.2)
187177
stringio
188178
racc (1.7.3)
189179
rack (3.0.8)
@@ -203,34 +193,40 @@ GEM
203193
nokogiri (~> 1.14)
204194
rainbow (3.1.1)
205195
rake (13.1.0)
206-
rdoc (6.6.0)
196+
rdoc (6.6.2)
207197
psych (>= 4.0.0)
208-
regexp_parser (2.8.2)
209-
reline (0.4.0)
198+
regexp_parser (2.8.3)
199+
reline (0.4.1)
210200
io-console (~> 0.5)
211201
rexml (3.2.6)
212-
rubocop (1.57.2)
202+
rubocop (1.59.0)
213203
json (~> 2.3)
214204
language_server-protocol (>= 3.17.0)
215205
parallel (~> 1.10)
216206
parser (>= 3.2.2.4)
217207
rainbow (>= 2.2.2, < 4.0)
218208
regexp_parser (>= 1.8, < 3.0)
219209
rexml (>= 3.2.5, < 4.0)
220-
rubocop-ast (>= 1.28.1, < 2.0)
210+
rubocop-ast (>= 1.30.0, < 2.0)
221211
ruby-progressbar (~> 1.7)
222212
unicode-display_width (>= 2.4.0, < 3.0)
223213
rubocop-ast (1.30.0)
224214
parser (>= 3.2.1.0)
225-
rubocop-minitest (0.33.0)
215+
rubocop-md (1.2.2)
216+
rubocop (>= 1.0)
217+
rubocop-minitest (0.34.3)
226218
rubocop (>= 1.39, < 2.0)
227-
rubocop-performance (1.19.1)
228-
rubocop (>= 1.7.0, < 2.0)
229-
rubocop-ast (>= 0.4.0)
230-
rubocop-rails (2.22.1)
219+
rubocop-ast (>= 1.30.0, < 2.0)
220+
rubocop-packaging (0.5.2)
221+
rubocop (>= 1.33, < 2.0)
222+
rubocop-performance (1.20.1)
223+
rubocop (>= 1.48.1, < 2.0)
224+
rubocop-ast (>= 1.30.0, < 2.0)
225+
rubocop-rails (2.23.1)
231226
activesupport (>= 4.2.0)
232227
rack (>= 1.1)
233228
rubocop (>= 1.33.0, < 2.0)
229+
rubocop-ast (>= 1.30.0, < 2.0)
234230
ruby-progressbar (1.13.0)
235231
ruby2_keywords (0.0.5)
236232
sprockets (4.2.1)
@@ -240,10 +236,10 @@ GEM
240236
actionpack (>= 5.2)
241237
activesupport (>= 5.2)
242238
sprockets (>= 3.0.0)
243-
sqlite3 (1.6.8-arm64-darwin)
244-
sqlite3 (1.6.8-x86_64-darwin)
245-
sqlite3 (1.6.8-x86_64-linux)
246-
stringio (3.0.9)
239+
sqlite3 (1.7.0-arm64-darwin)
240+
sqlite3 (1.7.0-x86_64-darwin)
241+
sqlite3 (1.7.0-x86_64-linux)
242+
stringio (3.1.0)
247243
thor (1.3.0)
248244
timeout (0.4.1)
249245
tzinfo (2.0.6)
@@ -269,7 +265,12 @@ DEPENDENCIES
269265
mysql2
270266
pg
271267
rails!
272-
rubocop-37signals!
268+
rubocop (>= 1.25.1)
269+
rubocop-md
270+
rubocop-minitest
271+
rubocop-packaging
272+
rubocop-performance
273+
rubocop-rails
273274
solid_cache!
274275
sprockets-rails
275276
sqlite3

gemfiles/rails_main.gemfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ gem "sqlite3"
66
gem "mysql2"
77
gem "pg"
88
gem "sprockets-rails"
9-
gem "rubocop-37signals", require: false, git: "https://github.com/basecamp/house-style.git"
109
gem "appraisal"
1110
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
1211

12+
group :rubocop do
13+
gem "rubocop", ">= 1.25.1", require: false
14+
gem "rubocop-minitest", require: false
15+
gem "rubocop-packaging", require: false
16+
gem "rubocop-performance", require: false
17+
gem "rubocop-rails", require: false
18+
gem "rubocop-md", require: false
19+
end
20+
1321
gemspec path: "../"

0 commit comments

Comments
 (0)