Skip to content

Commit 953ad3d

Browse files
authored
build(deps-dev): bump the development-dependencies group with 2 updates (#206)
2 parents ce54307 + 617659a commit 953ad3d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :rubocop do
1515
gem "rubocop-minitest", "0.38.2", require: false
1616
gem "rubocop-packaging", "0.6.0", require: false
1717
gem "rubocop-performance", "1.26.0", require: false
18-
gem "rubocop-rails", "2.33.3", require: false
18+
gem "rubocop-rails", "2.33.4", require: false
1919
gem "rubocop-rake", "0.7.1", require: false
2020
end
2121

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails.git
3-
revision: 2ef3103c8d79eae9ccb4ab32691fd072ea932537
3+
revision: d09c4bbfcadcd6b3af847a11608a63c0718158ed
44
branch: main
55
specs:
66
actioncable (8.1.0.beta1)
@@ -159,7 +159,7 @@ GEM
159159
jbuilder (2.14.1)
160160
actionview (>= 7.0.0)
161161
activesupport (>= 7.0.0)
162-
json (2.13.2)
162+
json (2.15.0)
163163
language_server-protocol (3.17.0.5)
164164
lint_roller (1.1.0)
165165
logger (1.7.0)
@@ -202,7 +202,7 @@ GEM
202202
pp (0.6.2)
203203
prettyprint
204204
prettyprint (0.2.0)
205-
prism (1.4.0)
205+
prism (1.5.1)
206206
propshaft (1.3.1)
207207
actionpack (>= 7.0.0)
208208
activesupport (>= 7.0.0)
@@ -235,22 +235,22 @@ GEM
235235
rdoc (6.14.2)
236236
erb
237237
psych (>= 4.0.0)
238-
regexp_parser (2.11.2)
238+
regexp_parser (2.11.3)
239239
reline (0.6.2)
240240
io-console (~> 0.5)
241241
rexml (3.4.3)
242-
rubocop (1.80.2)
242+
rubocop (1.81.1)
243243
json (~> 2.3)
244244
language_server-protocol (~> 3.17.0.2)
245245
lint_roller (~> 1.1.0)
246246
parallel (~> 1.10)
247247
parser (>= 3.3.0.2)
248248
rainbow (>= 2.2.2, < 4.0)
249249
regexp_parser (>= 2.9.3, < 3.0)
250-
rubocop-ast (>= 1.46.0, < 2.0)
250+
rubocop-ast (>= 1.47.1, < 2.0)
251251
ruby-progressbar (~> 1.7)
252252
unicode-display_width (>= 2.4.0, < 4.0)
253-
rubocop-ast (1.46.0)
253+
rubocop-ast (1.47.1)
254254
parser (>= 3.3.7.2)
255255
prism (~> 1.4)
256256
rubocop-minitest (0.38.2)
@@ -264,7 +264,7 @@ GEM
264264
lint_roller (~> 1.1)
265265
rubocop (>= 1.75.0, < 2.0)
266266
rubocop-ast (>= 1.44.0, < 2.0)
267-
rubocop-rails (2.33.3)
267+
rubocop-rails (2.33.4)
268268
activesupport (>= 4.2.0)
269269
lint_roller (~> 1.1)
270270
rack (>= 1.1)
@@ -354,7 +354,7 @@ DEPENDENCIES
354354
rubocop-minitest (= 0.38.2)
355355
rubocop-packaging (= 0.6.0)
356356
rubocop-performance (= 1.26.0)
357-
rubocop-rails (= 2.33.3)
357+
rubocop-rails (= 2.33.4)
358358
rubocop-rake (= 0.7.1)
359359
selenium-webdriver
360360
solid_cable

0 commit comments

Comments
 (0)