Skip to content

Commit

Permalink
Bump rubocop from 1.42.0 to 1.43.0 in /dependencies
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.42.0...v1.43.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lindluni committed Jan 16, 2023
1 parent 46bb467 commit 76f9f53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.42.0"
gem "rubocop", "~> 1.43.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.25.1"
gem "rubocop-performance", "~>1.15.2"
Expand Down
8 changes: 4 additions & 4 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ GEM
rainbow (3.1.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.42.0)
rubocop (1.43.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-github (0.20.0)
Expand Down Expand Up @@ -57,7 +57,7 @@ PLATFORMS
ruby

DEPENDENCIES
rubocop (~> 1.42.0)
rubocop (~> 1.43.0)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.25.1)
rubocop-performance (~> 1.15.2)
Expand Down

0 comments on commit 76f9f53

Please sign in to comment.