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:35:48 +0300
committerJeff King <peff@peff.net>2022-10-05 16:35:48 +0300
commit9cca26a6890e1271d5c1957541334a3c77828b94 (patch)
treedfa0ee6f7881fc0934c8e0d6a122578c6e561f63
parentf95bb4e29c1c9ca591831f5edddc8c85e5d47579 (diff)
Gemfile: add rubocop-rspec
I had earlier tried to avoid this, but it looks like our CI environment insists on having it (perhaps because in the test environment, we load the rspec gem; I didn't investigate further).
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock5
2 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4e3147f2..e9101ddc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,6 +33,7 @@ group :development, :test do
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rails"
+ gem "rubocop-rspec"
gem "ruby-prof"
gem "sqlite3"
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 2a7cec5b..9996fe9a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -158,7 +158,7 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.21.0)
- parser (3.0.2.0)
+ parser (3.1.2.1)
ast (~> 2.4.1)
pg (1.2.3)
pry (0.13.1)
@@ -272,6 +272,8 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
+ rubocop-rspec (2.13.2)
+ rubocop (~> 1.33)
ruby-prof (1.4.3)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
@@ -351,6 +353,7 @@ DEPENDENCIES
rubocop
rubocop-performance
rubocop-rails
+ rubocop-rspec
ruby-prof
sass-rails
shoulda