Skip to content

Commit

Permalink
Merge pull request #1261 from RubyNepal/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
github-actions[bot] authored Nov 26, 2024
2 parents 7be807a + 7bfac1f commit e692a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ group :development, :test do
gem 'html-proofer', '~> 5.0'
gem 'jshint-rb', '~> 1.1', require: false
gem 'parallel', '~> 1.26'
gem 'rubocop', '~> 1.68', require: false
gem 'rubocop', '~> 1.69', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'scss_lint', '~> 0.60', require: false

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@ GEM
replace_regex (0.1.0)
rexml (3.3.9)
rouge (4.3.0)
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-performance (1.23.0)
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
parallel (~> 1.26)
rake (~> 13.2)
replace_regex (~> 0.1)
rubocop (~> 1.68)
rubocop (~> 1.69)
rubocop-performance (~> 1.23)
scss_lint (~> 0.60)
tzinfo-data
Expand Down

0 comments on commit e692a77

Please sign in to comment.