Skip to content

Commit

Permalink
Bump rubocop from 1.48.1 to 1.49.0 (#1)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.48.1 to 1.49.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.48.1...v1.49.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 4, 2023
1 parent c101b1a commit 4a426f9
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 @@ -11,7 +11,7 @@ gem "rspec", "~> 3.12"
gem "simplecov", require: false
gem "simplecov_json_formatter", require: false

gem "rubocop", "~> 1.28"
gem "rubocop", "~> 1.49"
gem "rubocop-rake", "~> 0.6"
gem "rubocop-rspec", "~> 2.19"

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
logger (1.5.3)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.1.1)
parser (3.2.2.0)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
Expand All @@ -51,14 +51,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.48.1)
rubocop (1.49.0)
json (~> 2.3)
parallel (~> 1.10)
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.26.0, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
Expand Down Expand Up @@ -108,7 +108,7 @@ DEPENDENCIES
card_dealer!
rake (~> 13.0)
rspec (~> 3.12)
rubocop (~> 1.28)
rubocop (~> 1.49)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 2.19)
simplecov
Expand Down

0 comments on commit 4a426f9

Please sign in to comment.