Skip to content

Commit 173ba17

Browse files
Update rubocop dependencies
1 parent 962013f commit 173ba17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ group :development do
3030
gem 'rake'
3131
gem 'rspec', '~> 3.1'
3232
gem 'rspec-its', '~> 1.0'
33-
gem 'rubocop', '~> 1.50.0', require: false
34-
gem 'rubocop-rspec', '~> 2.19', require: false
33+
gem 'rubocop', '~> 1.64.0', require: false
34+
gem 'rubocop-rspec', '~> 3.0', require: false
3535
gem 'rubocop-performance', '~> 1.16', require: false
3636

3737
gem 'fakefs'

0 commit comments

Comments
 (0)