Skip to content

Commit

Permalink
feat: update rubocop (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdehaan authored Nov 19, 2020
1 parent be45644 commit 341bd35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 341bd35

Please sign in to comment.