Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.49.0 to ~> 1.50.0 (#93)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.49.0...v1.50.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

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] committed Apr 11, 2023
1 parent c28fee3 commit c69b0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development, :test do
gem "rspec", "~> 3.12.0"
gem "rspec-its", "~> 1.3.0"
gem "rspec_junit_formatter", "~> 0.6.0"
gem "rubocop", "~> 1.49.0"
gem "rubocop", "~> 1.50.0"
gem "rubocop-rake", "~> 0.6.0"
gem "simplecov", "~> 0.22.0"
gem "webmock", "~> 3.18.1"
Expand Down

0 comments on commit c69b0a6

Please sign in to comment.