From 844d8843a17b8da05aefbce16786831d2935ae11 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 3 Sep 2021 12:04:35 -0600 Subject: [PATCH] bump rubocop-rspec in lockfile Change-Id: I1190300c738a5f597bea119afaf00242876ecec5 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/272918 Tested-by: Service Cloud Jenkins Reviewed-by: Kyle Rosenbaum QA-Review: Cody Cutrer Product-Review: Cody Cutrer --- Gemfile.d/rubocop.rb.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.d/rubocop.rb.lock b/Gemfile.d/rubocop.rb.lock index 20f03f7a830..5d8dc30f983 100644 --- a/Gemfile.d/rubocop.rb.lock +++ b/Gemfile.d/rubocop.rb.lock @@ -63,8 +63,9 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (1.33.0) - rubocop (>= 0.60.0) + rubocop-rspec (2.4.0) + rubocop (~> 1.0) + rubocop-ast (>= 1.1.0) ruby-progressbar (1.10.1) sqlite3 (1.4.2) thread_safe (0.3.6) @@ -83,7 +84,7 @@ DEPENDENCIES rubocop-canvas! rubocop-performance (= 1.11.5) rubocop-rails (= 2.11.3) - rubocop-rspec (= 1.33.0) + rubocop-rspec (= 2.4.0) BUNDLED WITH 2.2.24