From 341bd355166c7afa782a91ca743d18011dafee52 Mon Sep 17 00:00:00 2001 From: Jaap de Haan Date: Thu, 19 Nov 2020 18:49:43 +0100 Subject: [PATCH] feat: update rubocop (#10) --- Gemfile | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a7490a3..1fd03c1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rspec-core' gem 'rspec-rails' # static code checking tools -gem 'rubocop', '~> 0.93.0' +gem 'rubocop', '~> 1.3.0' gem 'rubocop-performance' gem 'rubocop-rails' gem 'rubocop-rake' diff --git a/init.rb b/init.rb index faf4251..afca952 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ name 'Redmine Base Rspec plugin' author 'Jean-Baptiste BARTH (orig)' description 'RSpec and RuboCop support' - version '2.0.3' + version '2.1.0' url 'https://github.com/tools-aoeur/redmine_base_rspec' author_url 'https://github.com/tools-aoeur' end