Skip to content

Commit

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

Bump rubocop from 1.68.0 to 1.69.0
  • Loading branch information
ryantaylor authored Nov 26, 2024
2 parents a8f9bef + 37e03eb commit 65c9ed0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.68'
gem 'rubocop', '~> 1.69'
gem 'rubocop-rake'
gem 'rubocop-rspec'

Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,26 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
vcr (6.3.1)
base64
Expand All @@ -79,7 +81,7 @@ DEPENDENCIES
rake (~> 13.2)
relic_link!
rspec (~> 3.13)
rubocop (~> 1.68)
rubocop (~> 1.69)
rubocop-rake
rubocop-rspec
vcr (~> 6.3)
Expand Down

0 comments on commit 65c9ed0

Please sign in to comment.