diff --git a/Gemfile b/Gemfile index 1031699..f1b7773 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,6 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0") gem "coveralls_reborn", "~> 0.28.0" gem "rubocop-performance", "~> 1.20.2" gem "rubocop-rake", "~> 0.6.0" + gem "rubocop-rspec", "~> 2.27.1" gem "simplecov", "~> 0.22.0" end