From 9c7ad5b0a3bbd2f4021df17e64c8538c8797a52d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 07:14:05 +0000 Subject: [PATCH] build(deps-dev): update rubocop requirement from 0.79.0 to 1.4.2 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.79.0...v1.4.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ffb7dd8..dddead4 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ end group :development, :test do gem "rake", require: false gem "rspec", "~> 3.5", require: false - gem "rubocop", "0.79.0", require: false + gem "rubocop", "1.4.2", require: false gem "tjson", "~> 0.5", require: false end