Skip to content

Commit 43fb400

Browse files
committed
Use RuboCop RSpec 3.3 for development
1 parent eca88d0 commit 43fb400

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.23.0'
15-
gem 'rubocop-rspec', '~> 3.1.0'
15+
gem 'rubocop-rspec', '~> 3.3.0'
1616
gem 'simplecov'
1717
gem 'test-queue'
1818
gem 'yard', '~> 0.9'

0 commit comments

Comments
 (0)