Skip to content

Commit 951a106

Browse files
build(deps-dev): Bump the development-and-testing group across 1 directory with 3 updates
Bumps the development-and-testing group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) and [rubocop-yard](https://github.com/ksss/rubocop-yard). Updates `rubocop` from 1.86.1 to 1.87.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.1...v1.87.0) Updates `rubocop-rspec` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.9.0...v3.10.0) Updates `rubocop-yard` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/ksss/rubocop-yard/releases) - [Changelog](https://github.com/ksss/rubocop-yard/blob/main/CHANGELOG.md) - [Commits](ksss/rubocop-yard@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-and-testing - dependency-name: rubocop-rspec dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-and-testing - dependency-name: rubocop-yard dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-and-testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 212950e commit 951a106

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ gem 'configsl', git: 'https://github.com/jamesiarmes/configsl.git', branch: 'col
99

1010
group :development do
1111
gem 'rake', '~> 13.4'
12-
gem 'rubocop', '~> 1.86'
12+
gem 'rubocop', '~> 1.87'
1313
gem 'rubocop-md', '~> 2.0'
1414
gem 'rubocop-performance', '~> 1.26'
1515
gem 'rubocop-rake', '~> 0.7'
16-
gem 'rubocop-rspec', '~> 3.9'
17-
gem 'rubocop-yard', '~> 1.1'
16+
gem 'rubocop-rspec', '~> 3.10'
17+
gem 'rubocop-yard', '~> 1.2'
1818
gem 'ruby-lsp', '~> 0.26'
1919
gem 'ruby-lsp-rspec', '~> 0.1'
2020
end

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GEM
4343
docile (1.4.1)
4444
facets (3.2.0)
4545
jmespath (1.6.2)
46-
json (2.19.5)
46+
json (2.19.8)
4747
language_server-protocol (3.17.0.5)
4848
libxml-ruby (5.0.6)
4949
lint_roller (1.1.0)
@@ -76,7 +76,7 @@ GEM
7676
diff-lcs (>= 1.2.0, < 2.0)
7777
rspec-support (~> 3.13.0)
7878
rspec-support (3.13.7)
79-
rubocop (1.86.1)
79+
rubocop (1.87.0)
8080
json (~> 2.3)
8181
language_server-protocol (~> 3.17.0.2)
8282
lint_roller (~> 1.1.0)
@@ -100,10 +100,11 @@ GEM
100100
rubocop-rake (0.7.1)
101101
lint_roller (~> 1.1)
102102
rubocop (>= 1.72.1)
103-
rubocop-rspec (3.9.0)
103+
rubocop-rspec (3.10.0)
104104
lint_roller (~> 1.1)
105-
rubocop (~> 1.81)
106-
rubocop-yard (1.1.0)
105+
regexp_parser (>= 2.0)
106+
rubocop (~> 1.86, >= 1.86.2)
107+
rubocop-yard (1.2.0)
107108
lint_roller
108109
rubocop (~> 1.72)
109110
yard
@@ -125,7 +126,7 @@ GEM
125126
unicode-display_width (3.2.0)
126127
unicode-emoji (~> 4.1)
127128
unicode-emoji (4.2.0)
128-
yard (0.9.43)
129+
yard (0.9.44)
129130

130131
PLATFORMS
131132
arm64-darwin-23
@@ -137,12 +138,12 @@ DEPENDENCIES
137138
rake (~> 13.4)
138139
rspec (~> 3.13)
139140
rspec-github (~> 3.0)
140-
rubocop (~> 1.86)
141+
rubocop (~> 1.87)
141142
rubocop-md (~> 2.0)
142143
rubocop-performance (~> 1.26)
143144
rubocop-rake (~> 0.7)
144-
rubocop-rspec (~> 3.9)
145-
rubocop-yard (~> 1.1)
145+
rubocop-rspec (~> 3.10)
146+
rubocop-yard (~> 1.2)
146147
ruby-lsp (~> 0.26)
147148
ruby-lsp-rspec (~> 0.1)
148149
simplecov (~> 0.22)

0 commit comments

Comments
 (0)