Skip to content

Commit e97dc25

Browse files
Bump the dev-ruby-dependencies group with 2 updates
Bumps the dev-ruby-dependencies group with 2 updates: [ostruct](https://github.com/ruby/ostruct) and [rubocop](https://github.com/rubocop/rubocop). Updates `ostruct` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/ruby/ostruct/releases) - [Commits](ruby/ostruct@v0.6.1...v0.6.2) Updates `rubocop` from 1.76.2 to 1.77.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.76.2...v1.77.0) --- updated-dependencies: - dependency-name: ostruct dependency-version: 0.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-ruby-dependencies - dependency-name: rubocop dependency-version: 1.77.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 bd87347 commit e97dc25

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
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.1"
9+
gem "ostruct", "~> 0.6.2"
1010
gem "rack-test", "~> 2.2"
1111
gem "rspec", "~> 3"
1212
gem "rubocop", "~> 1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
net-http (0.6.0)
9696
uri
9797
nio4r (2.7.4)
98-
ostruct (0.6.1)
98+
ostruct (0.6.2)
9999
parallel (1.27.0)
100100
parser (3.3.8.0)
101101
ast (~> 2.4.1)
@@ -148,7 +148,7 @@ GEM
148148
diff-lcs (>= 1.2.0, < 2.0)
149149
rspec-support (~> 3.13.0)
150150
rspec-support (3.13.4)
151-
rubocop (1.76.2)
151+
rubocop (1.77.0)
152152
json (~> 2.3)
153153
language_server-protocol (~> 3.17.0.2)
154154
lint_roller (~> 1.1.0)
@@ -222,7 +222,7 @@ PLATFORMS
222222
DEPENDENCIES
223223
hooks-ruby!
224224
irb (~> 1)
225-
ostruct (~> 0.6.1)
225+
ostruct (~> 0.6.2)
226226
rack-test (~> 2.2)
227227
rspec (~> 3)
228228
rubocop (~> 1)

vendor/cache/ostruct-0.6.1.gem

-12.5 KB
Binary file not shown.

vendor/cache/ostruct-0.6.2.gem

12.5 KB
Binary file not shown.

vendor/cache/rubocop-1.76.2.gem

-693 KB
Binary file not shown.

vendor/cache/rubocop-1.77.0.gem

695 KB
Binary file not shown.

0 commit comments

Comments
 (0)