Add back simplecov and remove gitlab-styles

This commit is contained in:
Pirate Praveen 2020-02-29 12:50:57 +05:30
parent a433ff52a7
commit 68ca0f29de

View file

@ -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-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 '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
- gem 'rubocop', '~> 0.69.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 '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 'benchmark-ips', '~> 2.3', require: false