Skip to content

Commit

Permalink
Bump rubocop from 1.66.1 to 1.67.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 30c811d commit 44909ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec

gem "base64", "~> 0.2.0" # Until https://github.com/vcr/vcr/commit/5c9230b43b6a51dec78941d16bf8e2954042964c is released
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.66"
gem "rubocop", "~> 1.67"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rake", "~> 0.6.0"
gem "simplecov", "~> 0.22.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.8)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -96,7 +96,7 @@ PLATFORMS
DEPENDENCIES
base64 (~> 0.2.0)
rake (~> 13.2)
rubocop (~> 1.66)
rubocop (~> 1.67)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6.0)
sigstore!
Expand Down Expand Up @@ -134,7 +134,7 @@ CHECKSUMS
rake (13.2.1) sha256=46cb38dae65d7d74b6020a4ac9d48afed8eb8149c040eccf0523bec91907059d
regexp_parser (2.9.2) sha256=5a27e767ad634f8a4b544520d5cd28a0db7aa1198a5d7c9d7e11d7b3d9066446
rexml (3.3.8) sha256=f68fd96345330a1062896d0d0401324b0dae0ee20f784791b0843db96b212167
rubocop (1.66.1) sha256=0679c263b1164fd003b8590ae83b3e9e9bf72282d411755f227f1d6268ee5ee7
rubocop (1.67.0) sha256=8ccca7226e76d0a9974af960ea446d1fb38adf0c491214294e2fed75a85c378c
rubocop-ast (1.32.3) sha256=40201e861c73a3c2d59428c7627828ef81fb2f8a306bc4a1c1801452afe3fe0f
rubocop-performance (1.22.1) sha256=9ed9737af1ee90655654b483e0eac4e64702139e85d33335bf744b57a309a679
rubocop-rake (0.6.0) sha256=56b6f22189af4b33d4f4e490a555c09f1281b02f4d48c3a61f6e8fe5f401d8db
Expand Down

0 comments on commit 44909ed

Please sign in to comment.