Skip to content

Commit 9d58c01

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 4 updates
Bumps the dev-ruby-dependencies group with 4 updates in the / directory: [ostruct](https://github.com/ruby/ostruct), [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `ostruct` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/ruby/ostruct/releases) - [Commits](ruby/ostruct@v0.6.2...v0.6.3) Updates `rubocop` from 1.78.0 to 1.80.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.80.2) Updates `rubocop-performance` from 1.25.0 to 1.26.0 - [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.25.0...v1.26.0) Updates `rubocop-rspec` from 3.6.0 to 3.7.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.6.0...v3.7.0) --- updated-dependencies: - dependency-name: ostruct dependency-version: 0.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop-performance dependency-version: 1.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fd43e1 commit 9d58c01

20 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
group :development do
88
gem "irb", "~> 1"
9-
gem "ostruct", "~> 0.6.2"
9+
gem "ostruct", "~> 0.6.3"
1010
gem "rack-test", "~> 2.2"
1111
gem "rspec", "~> 3"
1212
gem "rubocop", "~> 1"

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
pp (>= 0.6.0)
8484
rdoc (>= 4.0.0)
8585
reline (>= 0.4.2)
86-
json (2.12.2)
86+
json (2.13.2)
8787
language_server-protocol (3.17.0.5)
8888
lint_roller (1.1.0)
8989
logger (1.7.0)
@@ -95,9 +95,9 @@ GEM
9595
net-http (0.6.0)
9696
uri
9797
nio4r (2.7.4)
98-
ostruct (0.6.2)
98+
ostruct (0.6.3)
9999
parallel (1.27.0)
100-
parser (3.3.8.0)
100+
parser (3.3.9.0)
101101
ast (~> 2.4.1)
102102
racc
103103
pp (0.6.2)
@@ -130,7 +130,7 @@ GEM
130130
psych (>= 4.0.0)
131131
redacting-logger (1.5.0)
132132
logger (~> 1.6)
133-
regexp_parser (2.10.0)
133+
regexp_parser (2.11.2)
134134
reline (0.6.1)
135135
io-console (~> 0.5)
136136
retryable (3.0.5)
@@ -148,35 +148,35 @@ GEM
148148
diff-lcs (>= 1.2.0, < 2.0)
149149
rspec-support (~> 3.13.0)
150150
rspec-support (3.13.4)
151-
rubocop (1.78.0)
151+
rubocop (1.80.2)
152152
json (~> 2.3)
153153
language_server-protocol (~> 3.17.0.2)
154154
lint_roller (~> 1.1.0)
155155
parallel (~> 1.10)
156156
parser (>= 3.3.0.2)
157157
rainbow (>= 2.2.2, < 4.0)
158158
regexp_parser (>= 2.9.3, < 3.0)
159-
rubocop-ast (>= 1.45.1, < 2.0)
159+
rubocop-ast (>= 1.46.0, < 2.0)
160160
ruby-progressbar (~> 1.7)
161161
unicode-display_width (>= 2.4.0, < 4.0)
162-
rubocop-ast (1.45.1)
162+
rubocop-ast (1.46.0)
163163
parser (>= 3.3.7.2)
164164
prism (~> 1.4)
165165
rubocop-github (0.26.0)
166166
rubocop (>= 1.76)
167167
rubocop-performance (>= 1.24)
168168
rubocop-rails (>= 2.23)
169-
rubocop-performance (1.25.0)
169+
rubocop-performance (1.26.0)
170170
lint_roller (~> 1.1)
171171
rubocop (>= 1.75.0, < 2.0)
172-
rubocop-ast (>= 1.38.0, < 2.0)
172+
rubocop-ast (>= 1.44.0, < 2.0)
173173
rubocop-rails (2.32.0)
174174
activesupport (>= 4.2.0)
175175
lint_roller (~> 1.1)
176176
rack (>= 1.1)
177177
rubocop (>= 1.75.0, < 2.0)
178178
rubocop-ast (>= 1.44.0, < 2.0)
179-
rubocop-rspec (3.6.0)
179+
rubocop-rspec (3.7.0)
180180
lint_roller (~> 1.1)
181181
rubocop (~> 1.72, >= 1.72.1)
182182
ruby-progressbar (1.13.0)
@@ -203,7 +203,7 @@ GEM
203203
thor (1.3.2)
204204
tzinfo (2.0.6)
205205
concurrent-ruby (~> 1.0)
206-
unicode-display_width (3.1.4)
206+
unicode-display_width (3.1.5)
207207
unicode-emoji (~> 4.0, >= 4.0.4)
208208
unicode-emoji (4.0.4)
209209
uri (1.0.3)
@@ -222,7 +222,7 @@ PLATFORMS
222222
DEPENDENCIES
223223
hooks-ruby!
224224
irb (~> 1)
225-
ostruct (~> 0.6.2)
225+
ostruct (~> 0.6.3)
226226
rack-test (~> 2.2)
227227
rspec (~> 3)
228228
rubocop (~> 1)

vendor/cache/json-2.12.2.gem

-74 KB
Binary file not shown.

vendor/cache/json-2.13.2.gem

76 KB
Binary file not shown.

vendor/cache/ostruct-0.6.2.gem

-12.5 KB
Binary file not shown.

vendor/cache/ostruct-0.6.3.gem

12.5 KB
Binary file not shown.

vendor/cache/parser-3.3.8.0.gem

-891 KB
Binary file not shown.

vendor/cache/parser-3.3.9.0.gem

891 KB
Binary file not shown.
-57.5 KB
Binary file not shown.
58.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)