Skip to content

Commit 2e77573

Browse files
committed
Bump all pronto & rubocop like gems
1 parent 27b5b72 commit 2e77573

File tree

2 files changed

+97
-64
lines changed

2 files changed

+97
-64
lines changed

Gemfile

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
1+
# frozen_string_literal: true
2+
13
# -*- mode: ruby -*-
24
# Run: bundle install
35

46
source 'https://rubygems.org'
57

68
gem 'pronto'
7-
gem 'pronto-rubocop', require: false
89
gem 'pronto-brakeman', require: false
910
gem 'pronto-bundler_audit', require: false
1011
gem 'pronto-eslint_npm', require: false
1112
gem 'pronto-rails_best_practices', require: false
1213
gem 'pronto-rails_schema', require: false
14+
gem 'pronto-rubocop', require: false
1315
# gem 'pronto-poper', require: false
14-
gem 'pronto-yamllint', require: false
15-
gem 'pronto-reek', require: false
16-
gem 'pronto-flay', require: false
16+
gem 'pronto-erb_lint', require: false
1717
gem 'pronto-fasterer', require: false
18+
gem 'pronto-flay', require: false
19+
gem 'pronto-reek', require: false
1820
gem 'pronto-scss', require: false
19-
gem 'pronto-erb_lint', require: false
2021
gem 'pronto-stylelint', require: false
22+
gem 'pronto-yamllint', require: false
2123

22-
gem 'rubocop-performance', require: false
24+
gem 'rubocop-i18n', require: false
2325
gem 'rubocop-minitest', require: false
24-
gem 'rubocop-rspec', require: false
26+
gem 'rubocop-performance', require: false
2527
gem 'rubocop-rails', require: false
26-
gem 'rubocop-thread_safety', require: false
27-
gem 'rubocop-i18n', require: false
2828
gem 'rubocop-rake', require: false
29+
gem 'rubocop-rspec', require: false
2930
gem 'rubocop-sequel', require: false
31+
gem 'rubocop-thread_safety', require: false
3032
gem 'rubocop-yard', require: false
3133

3234
group :test do
3335
gem 'climate_control'
34-
gem 'rspec'
35-
gem 'webmock'
3636
gem 'pry'
3737
gem 'rb-readline'
38+
gem 'rspec'
39+
gem 'webmock'
3840
end

Gemfile.lock

Lines changed: 84 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ GEM
3434
bigdecimal (3.1.8)
3535
brakeman (5.2.1)
3636
builder (3.3.0)
37-
bundler-audit (0.9.0.1)
37+
bundler-audit (0.9.2)
3838
bundler (>= 1.2.0, < 3)
3939
thor (~> 1.0)
40-
climate_control (1.0.1)
40+
climate_control (1.2.0)
4141
code_analyzer (0.5.5)
4242
sexp_processor
4343
coderay (1.1.3)
@@ -50,6 +50,34 @@ GEM
5050
csv (3.3.0)
5151
diff-lcs (1.5.0)
5252
drb (2.2.1)
53+
dry-configurable (1.2.0)
54+
dry-core (~> 1.0, < 2)
55+
zeitwerk (~> 2.6)
56+
dry-core (1.0.2)
57+
concurrent-ruby (~> 1.0)
58+
logger
59+
zeitwerk (~> 2.6)
60+
dry-inflector (1.1.0)
61+
dry-initializer (3.1.1)
62+
dry-logic (1.5.0)
63+
concurrent-ruby (~> 1.0)
64+
dry-core (~> 1.0, < 2)
65+
zeitwerk (~> 2.6)
66+
dry-schema (1.13.4)
67+
concurrent-ruby (~> 1.0)
68+
dry-configurable (~> 1.0, >= 1.0.1)
69+
dry-core (~> 1.0, < 2)
70+
dry-initializer (~> 3.0)
71+
dry-logic (>= 1.4, < 2)
72+
dry-types (>= 1.7, < 2)
73+
zeitwerk (~> 2.6)
74+
dry-types (1.7.2)
75+
bigdecimal (~> 3.0)
76+
concurrent-ruby (~> 1.0)
77+
dry-core (~> 1.0)
78+
dry-inflector (~> 1.0)
79+
dry-logic (~> 1.4)
80+
zeitwerk (~> 2.6)
5381
erb_lint (0.7.0)
5482
activesupport
5583
better_html (>= 2.0.1)
@@ -65,12 +93,12 @@ GEM
6593
logger
6694
faraday-net_http (3.3.0)
6795
net-http
68-
fasterer (0.9.0)
96+
fasterer (0.10.1)
6997
colorize (~> 0.7)
70-
ruby_parser (>= 3.14.1)
98+
ruby_parser (>= 3.19.1)
7199
ffi (1.15.5)
72-
flay (2.12.1)
73-
erubis (~> 2.7.0)
100+
flay (2.13.3)
101+
erubi (~> 1.10)
74102
path_expander (~> 1.0)
75103
ruby_parser (~> 3.0)
76104
sexp_processor (~> 4.0)
@@ -85,7 +113,6 @@ GEM
85113
i18n (1.14.6)
86114
concurrent-ruby (~> 1.0)
87115
json (2.7.5)
88-
kwalify (0.7.2)
89116
language_server-protocol (3.17.0.3)
90117
logger (1.6.1)
91118
loofah (2.23.1)
@@ -106,10 +133,10 @@ GEM
106133
faraday (>= 1, < 3)
107134
sawyer (~> 0.9)
108135
parallel (1.26.3)
109-
parser (3.2.2.4)
136+
parser (3.3.5.1)
110137
ast (~> 2.4.1)
111138
racc
112-
path_expander (1.1.0)
139+
path_expander (1.1.3)
113140
pronto (0.11.2)
114141
gitlab (>= 4.4.0, < 5.0)
115142
httparty (>= 0.13.7, < 1.0)
@@ -118,7 +145,7 @@ GEM
118145
rexml (>= 3.2.5, < 4.0)
119146
rugged (>= 0.23.0, < 2.0)
120147
thor (>= 0.20.3, < 2.0)
121-
pronto-brakeman (0.11.1)
148+
pronto-brakeman (0.11.2)
122149
brakeman (>= 3.2.0)
123150
pronto (~> 0.11.0)
124151
pronto-bundler_audit (0.7.0)
@@ -129,8 +156,8 @@ GEM
129156
pronto (~> 0.9, > 0.9.0)
130157
pronto-eslint_npm (0.11.0)
131158
pronto (~> 0.11.0)
132-
pronto-fasterer (0.11.1)
133-
fasterer (~> 0.9.0)
159+
pronto-fasterer (0.11.2)
160+
fasterer (~> 0.10.0)
134161
pronto (~> 0.11.0)
135162
pronto-flay (0.11.1)
136163
flay (~> 2.8)
@@ -149,12 +176,12 @@ GEM
149176
pronto-scss (0.11.0)
150177
pronto (~> 0.11.0)
151178
scss_lint (~> 0.43, >= 0.43.0)
152-
pronto-stylelint (0.10.2)
179+
pronto-stylelint (0.10.3)
153180
pronto (>= 0.10, < 0.12)
154181
rugged (>= 0.24, < 2.0)
155182
pronto-yamllint (0.2.0)
156183
pronto (~> 0.11.0)
157-
pry (0.14.1)
184+
pry (0.14.2)
158185
coderay (~> 1.1)
159186
method_source (~> 1.0)
160187
public_suffix (6.0.1)
@@ -180,63 +207,66 @@ GEM
180207
rb-inotify (0.10.1)
181208
ffi (~> 1.0)
182209
rb-readline (0.5.5)
183-
reek (6.1.4)
184-
kwalify (~> 0.7.0)
185-
parser (~> 3.2.0)
210+
reek (6.3.0)
211+
dry-schema (~> 1.13.0)
212+
parser (~> 3.3.0)
186213
rainbow (>= 2.0, < 4.0)
214+
rexml (~> 3.1)
187215
regexp_parser (2.9.2)
188216
require_all (3.0.0)
189217
rexml (3.3.9)
190-
rspec (3.11.0)
191-
rspec-core (~> 3.11.0)
192-
rspec-expectations (~> 3.11.0)
193-
rspec-mocks (~> 3.11.0)
194-
rspec-core (3.11.0)
195-
rspec-support (~> 3.11.0)
196-
rspec-expectations (3.11.0)
218+
rspec (3.13.0)
219+
rspec-core (~> 3.13.0)
220+
rspec-expectations (~> 3.13.0)
221+
rspec-mocks (~> 3.13.0)
222+
rspec-core (3.13.2)
223+
rspec-support (~> 3.13.0)
224+
rspec-expectations (3.13.3)
197225
diff-lcs (>= 1.2.0, < 2.0)
198-
rspec-support (~> 3.11.0)
199-
rspec-mocks (3.11.0)
226+
rspec-support (~> 3.13.0)
227+
rspec-mocks (3.13.2)
200228
diff-lcs (>= 1.2.0, < 2.0)
201-
rspec-support (~> 3.11.0)
202-
rspec-support (3.11.0)
203-
rubocop (1.59.0)
229+
rspec-support (~> 3.13.0)
230+
rspec-support (3.13.1)
231+
rubocop (1.68.0)
204232
json (~> 2.3)
205233
language_server-protocol (>= 3.17.0)
206234
parallel (~> 1.10)
207-
parser (>= 3.2.2.4)
235+
parser (>= 3.3.0.2)
208236
rainbow (>= 2.2.2, < 4.0)
209-
regexp_parser (>= 1.8, < 3.0)
210-
rexml (>= 3.2.5, < 4.0)
211-
rubocop-ast (>= 1.30.0, < 2.0)
237+
regexp_parser (>= 2.4, < 3.0)
238+
rubocop-ast (>= 1.32.2, < 2.0)
212239
ruby-progressbar (~> 1.7)
213240
unicode-display_width (>= 2.4.0, < 3.0)
214-
rubocop-ast (1.30.0)
215-
parser (>= 3.2.1.0)
241+
rubocop-ast (1.33.0)
242+
parser (>= 3.3.1.0)
216243
rubocop-i18n (3.0.0)
217244
rubocop (~> 1.0)
218-
rubocop-minitest (0.32.2)
219-
rubocop (>= 1.39, < 2.0)
220-
rubocop-performance (1.19.1)
221-
rubocop (>= 1.7.0, < 2.0)
222-
rubocop-ast (>= 0.4.0)
223-
rubocop-rails (2.18.0)
245+
rubocop-minitest (0.36.0)
246+
rubocop (>= 1.61, < 2.0)
247+
rubocop-ast (>= 1.31.1, < 2.0)
248+
rubocop-performance (1.22.1)
249+
rubocop (>= 1.48.1, < 2.0)
250+
rubocop-ast (>= 1.31.1, < 2.0)
251+
rubocop-rails (2.27.0)
224252
activesupport (>= 4.2.0)
225253
rack (>= 1.1)
226-
rubocop (>= 1.33.0, < 2.0)
254+
rubocop (>= 1.52.0, < 2.0)
255+
rubocop-ast (>= 1.31.1, < 2.0)
227256
rubocop-rake (0.6.0)
228257
rubocop (~> 1.0)
229-
rubocop-rspec (2.9.0)
230-
rubocop (~> 1.19)
231-
rubocop-sequel (0.3.4)
258+
rubocop-rspec (3.2.0)
259+
rubocop (~> 1.61)
260+
rubocop-sequel (0.3.6)
232261
rubocop (~> 1.0)
233-
rubocop-thread_safety (0.4.4)
234-
rubocop (>= 0.53.0)
235-
rubocop-yard (0.6.0)
236-
rubocop
262+
rubocop-thread_safety (0.5.1)
263+
rubocop (>= 0.90.0)
264+
rubocop-yard (0.9.3)
265+
rubocop (~> 1.21)
237266
yard
238267
ruby-progressbar (1.13.0)
239-
ruby_parser (3.18.1)
268+
ruby_parser (3.21.1)
269+
racc (~> 1.5)
240270
sexp_processor (~> 4.16)
241271
rugged (1.7.2)
242272
sass (3.7.4)
@@ -259,11 +289,12 @@ GEM
259289
concurrent-ruby (~> 1.0)
260290
unicode-display_width (2.6.0)
261291
uri (0.13.1)
262-
webmock (3.14.0)
292+
webmock (3.24.0)
263293
addressable (>= 2.8.0)
264294
crack (>= 0.3.2)
265295
hashdiff (>= 0.4.0, < 2.0.0)
266-
yard (0.9.34)
296+
yard (0.9.37)
297+
zeitwerk (2.7.1)
267298

268299
PLATFORMS
269300
ruby
@@ -299,4 +330,4 @@ DEPENDENCIES
299330
webmock
300331

301332
BUNDLED WITH
302-
2.4.3
333+
2.5.22

0 commit comments

Comments
 (0)