Skip to content

Commit 130397b

Browse files
Bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [yard](https://github.com/lsegal/yard). Updates `rubocop` from 1.81.1 to 1.81.7 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.1...v1.81.7) Updates `rubocop-performance` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.26.0...v1.26.1) Updates `yard` from 0.9.37 to 0.9.38 - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](lsegal/yard@v0.9.37...v0.9.38) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: yard dependency-version: 0.9.38 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 160657e commit 130397b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ group :development do
7777
gem "sprockets-rails"
7878
gem "thor"
7979
gem "timecop"
80-
gem "yard", "~> 0.9.37"
80+
gem "yard", "~> 0.9.38"
8181
end

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
pp (>= 0.6.0)
116116
rdoc (>= 4.0.0)
117117
reline (>= 0.4.2)
118-
json (2.15.1)
118+
json (2.17.1)
119119
kramdown (2.5.1)
120120
rexml (>= 3.3.9)
121121
language_server-protocol (3.17.0.5)
@@ -156,13 +156,13 @@ GEM
156156
racc (~> 1.4)
157157
octicons (19.19.0)
158158
parallel (1.27.0)
159-
parser (3.3.9.0)
159+
parser (3.3.10.0)
160160
ast (~> 2.4.1)
161161
racc
162162
pp (0.6.2)
163163
prettyprint
164164
prettyprint (0.2.0)
165-
prism (1.5.2)
165+
prism (1.6.0)
166166
psych (5.2.6)
167167
date
168168
stringio
@@ -212,7 +212,7 @@ GEM
212212
io-console (~> 0.5)
213213
rexml (3.4.2)
214214
rouge (4.6.0)
215-
rubocop (1.81.1)
215+
rubocop (1.81.7)
216216
json (~> 2.3)
217217
language_server-protocol (~> 3.17.0.2)
218218
lint_roller (~> 1.1.0)
@@ -223,17 +223,17 @@ GEM
223223
rubocop-ast (>= 1.47.1, < 2.0)
224224
ruby-progressbar (~> 1.7)
225225
unicode-display_width (>= 2.4.0, < 4.0)
226-
rubocop-ast (1.47.1)
226+
rubocop-ast (1.48.0)
227227
parser (>= 3.3.7.2)
228228
prism (~> 1.4)
229229
rubocop-github (0.26.0)
230230
rubocop (>= 1.76)
231231
rubocop-performance (>= 1.24)
232232
rubocop-rails (>= 2.23)
233-
rubocop-performance (1.26.0)
233+
rubocop-performance (1.26.1)
234234
lint_roller (~> 1.1)
235235
rubocop (>= 1.75.0, < 2.0)
236-
rubocop-ast (>= 1.44.0, < 2.0)
236+
rubocop-ast (>= 1.47.1, < 2.0)
237237
rubocop-rails (2.33.4)
238238
activesupport (>= 4.2.0)
239239
lint_roller (~> 1.1)
@@ -307,7 +307,7 @@ GEM
307307
websocket-extensions (0.1.5)
308308
xpath (3.2.0)
309309
nokogiri (~> 1.8)
310-
yard (0.9.37)
310+
yard (0.9.38)
311311
zeitwerk (2.7.3)
312312

313313
PLATFORMS
@@ -354,7 +354,7 @@ DEPENDENCIES
354354
view_component (= 4.0.2)
355355
vite_rails (~> 3.0)
356356
webmock
357-
yard (~> 0.9.37)
357+
yard (~> 0.9.38)
358358

359359
BUNDLED WITH
360360
2.5.5

0 commit comments

Comments
 (0)