File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
6
7
7
gem "rubocop" , "~> 1.43.0"
8
8
gem "rubocop-github" , "~> 0.20.0"
9
- gem "rubocop-minitest" , "~> 0.25.1 "
9
+ gem "rubocop-minitest" , "~> 0.26.0 "
10
10
gem "rubocop-performance" , "~>1.15.2"
11
11
gem "rubocop-rails" , "~> 2.17"
12
12
gem "rubocop-rake" , "~> 0.6.0"
Original file line number Diff line number Diff line change 35
35
rubocop (>= 1.37 )
36
36
rubocop-performance (>= 1.15 )
37
37
rubocop-rails (>= 2.17 )
38
- rubocop-minitest (0.25.1 )
38
+ rubocop-minitest (0.26.0 )
39
39
rubocop (>= 0.90 , < 2.0 )
40
40
rubocop-performance (1.15.2 )
41
41
rubocop (>= 1.7.0 , < 2.0 )
@@ -59,7 +59,7 @@ PLATFORMS
59
59
DEPENDENCIES
60
60
rubocop (~> 1.43.0 )
61
61
rubocop-github (~> 0.20.0 )
62
- rubocop-minitest (~> 0.25.1 )
62
+ rubocop-minitest (~> 0.26.0 )
63
63
rubocop-performance (~> 1.15.2 )
64
64
rubocop-rails (~> 2.17 )
65
65
rubocop-rake (~> 0.6.0 )
You can’t perform that action at this time.
0 commit comments