Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 16:48:22 +0300
committerJeff King <peff@peff.net>2022-10-05 16:48:22 +0300
commiteef54910f69cb500e3dfdbb6d84afafc1446a98f (patch)
treed1a33f97c16ae00c9f8ca99058a49f27a0c2b74b
parent2bab208fc5f01b2e1b6a5a004065998485aacbe0 (diff)
Gemfile.lock: upgrade rubocop-rails
This avoids an annoying warning when running rubocop: `RuboCop::Cop::EnforceSuperclass` is deprecated and will be removed in RuboCop 2.0. Please upgrade to RuboCop Rails 2.9 or newer to continue.
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 4a7d4f40..29549018 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -271,10 +271,10 @@ GEM
rubocop-performance (1.11.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
- rubocop-rails (2.7.1)
+ rubocop-rails (2.16.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
- rubocop (>= 0.87.0)
+ rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-prof (1.4.3)