Add back simplecov and remove gitlab-styles
This commit is contained in:
parent
a433ff52a7
commit
68ca0f29de
1 changed files with 4 additions and 3 deletions
|
@ -42,10 +42,11 @@ Bundler will fail when it can't find these locally
|
||||||
gem 'pry-byebug', '~> 3.5', '>= 3.5.1', platform: :mri
|
gem 'pry-byebug', '~> 3.5', '>= 3.5.1', platform: :mri
|
||||||
gem 'pry-rails', '~> 0.3.4'
|
gem 'pry-rails', '~> 0.3.4'
|
||||||
|
|
||||||
@@ -367,15 +349,6 @@
|
@@ -366,16 +348,7 @@
|
||||||
|
gem 'spring', '~> 2.0'
|
||||||
gem 'spring-commands-rspec', '~> 1.0', '>= 1.0.4'
|
gem 'spring-commands-rspec', '~> 1.0', '>= 1.0.4'
|
||||||
|
|
||||||
gem 'gitlab-styles', '~> 2.7', require: false
|
- gem 'gitlab-styles', '~> 2.7', require: false
|
||||||
- # Pin these dependencies, otherwise a new rule could break the CI pipelines
|
- # Pin these dependencies, otherwise a new rule could break the CI pipelines
|
||||||
- gem 'rubocop', '~> 0.69.0'
|
- gem 'rubocop', '~> 0.69.0'
|
||||||
- gem 'rubocop-performance', '~> 1.1.0'
|
- gem 'rubocop-performance', '~> 1.1.0'
|
||||||
|
@ -53,7 +54,7 @@ Bundler will fail when it can't find these locally
|
||||||
-
|
-
|
||||||
- gem 'scss_lint', '~> 0.56.0', require: false
|
- gem 'scss_lint', '~> 0.56.0', require: false
|
||||||
- gem 'haml_lint', '~> 0.34.0', require: false
|
- gem 'haml_lint', '~> 0.34.0', require: false
|
||||||
- gem 'simplecov', '~> 0.16.1', require: false
|
gem 'simplecov', '~> 0.16.1', require: false
|
||||||
- gem 'bundler-audit', '~> 0.5.0', require: false
|
- gem 'bundler-audit', '~> 0.5.0', require: false
|
||||||
|
|
||||||
gem 'benchmark-ips', '~> 2.3', require: false
|
gem 'benchmark-ips', '~> 2.3', require: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue