From e34b4983b7da7acaac0a96d8c0fa44fb1bf34395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:01:59 +0000 Subject: [PATCH] Update rubocop requirement from 1.46.0 to 1.48.1 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](https://github.com/rubocop/rubocop/compare/v1.46.0...v1.48.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f4ad6104a..a78316a72 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ end group :test, :development do gem 'pry-byebug' gem 'redcarpet' - gem 'rubocop', '1.46.0' + gem 'rubocop', '1.48.1' end gemspec