Skip to content

Commit e9d2609

Browse files
Bump the dev-ruby-dependencies group across 1 directory with 2 updates
Bumps the dev-ruby-dependencies group with 2 updates in the / directory: [ostruct](https://github.com/ruby/ostruct) and [rubocop](https://github.com/rubocop/rubocop). 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.79.0 - [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.79.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.79.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 e9d2609

13 files changed

+10
-8
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: 9 additions & 7 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)
@@ -148,18 +148,19 @@ 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.79.0)
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)
161+
tsort (>= 0.2.0)
161162
unicode-display_width (>= 2.4.0, < 4.0)
162-
rubocop-ast (1.45.1)
163+
rubocop-ast (1.46.0)
163164
parser (>= 3.3.7.2)
164165
prism (~> 1.4)
165166
rubocop-github (0.26.0)
@@ -201,6 +202,7 @@ GEM
201202
simplecov_json_formatter (0.1.4)
202203
stringio (3.1.7)
203204
thor (1.3.2)
205+
tsort (0.2.0)
204206
tzinfo (2.0.6)
205207
concurrent-ruby (~> 1.0)
206208
unicode-display_width (3.1.4)
@@ -222,7 +224,7 @@ PLATFORMS
222224
DEPENDENCIES
223225
hooks-ruby!
224226
irb (~> 1)
225-
ostruct (~> 0.6.2)
227+
ostruct (~> 0.6.3)
226228
rack-test (~> 2.2)
227229
rspec (~> 3)
228230
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.

vendor/cache/rubocop-1.78.0.gem

-697 KB
Binary file not shown.

vendor/cache/rubocop-1.79.0.gem

699 KB
Binary file not shown.

0 commit comments

Comments
 (0)