Skip to content

Commit d0016e8

Browse files
committed
Use RuboCop RSpec 3.0
1 parent dec8343 commit d0016e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'rake'
1212
gem 'rspec'
1313
gem 'rubocop', github: 'rubocop/rubocop'
1414
gem 'rubocop-performance', '~> 1.21.0'
15-
gem 'rubocop-rspec', '~> 2.27.0'
15+
gem 'rubocop-rspec', '~> 3.0.0'
1616
gem 'simplecov'
1717
gem 'test-queue'
1818
gem 'yard', '~> 0.9'

0 commit comments

Comments
 (0)