Skip to content

Commit

Permalink
Merge pull request #151 from ryantaylor/dependabot/bundler/rubocop-1.…
Browse files Browse the repository at this point in the history
…68.0

Bump rubocop from 1.67.0 to 1.68.0
  • Loading branch information
ryantaylor authored Nov 1, 2024
2 parents b7c78b1 + 70a43b8 commit 3aaf71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rake', '~> 13.2'

gem 'rspec', '~> 3.13'

gem 'rubocop', '~> 1.67'
gem 'rubocop', '~> 1.68'
gem 'rubocop-rake'
gem 'rubocop-rspec'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -79,7 +79,7 @@ DEPENDENCIES
rake (~> 13.2)
relic_link!
rspec (~> 3.13)
rubocop (~> 1.67)
rubocop (~> 1.68)
rubocop-rake
rubocop-rspec
vcr (~> 6.3)
Expand Down

0 comments on commit 3aaf71f

Please sign in to comment.