File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ group :test do
17
17
gem "rubocop" , "~> 1.64" , require : false
18
18
gem "rubocop-performance" , "~> 1.21" , require : false
19
19
gem "rubocop-rake" , "~> 0.6.0" , require : false
20
- gem "rubocop-rspec" , "~> 2.31 " , require : false
20
+ gem "rubocop-rspec" , "~> 3.0 " , require : false
21
21
end
Original file line number Diff line number Diff line change 44
44
minitest (5.23.1 )
45
45
mutex_m (0.2.0 )
46
46
parallel (1.25.1 )
47
- parser (3.3.2 .0 )
47
+ parser (3.3.4 .0 )
48
48
ast (~> 2.4.1 )
49
49
racc
50
50
racc (1.8.0 )
51
51
rainbow (3.1.1 )
52
52
rake (13.2.1 )
53
53
regexp_parser (2.9.2 )
54
- rexml (3.2.9 )
54
+ rexml (3.3.1 )
55
55
strscan
56
56
rspec (3.13.0 )
57
57
rspec-core (~> 3.13.0 )
79
79
unicode-display_width (>= 2.4.0 , < 3.0 )
80
80
rubocop-ast (1.31.3 )
81
81
parser (>= 3.3.1.0 )
82
- rubocop-capybara (2.21.0 )
83
- rubocop (~> 1.41 )
84
- rubocop-factory_bot (2.26.0 )
85
- rubocop (~> 1.41 )
86
82
rubocop-performance (1.21.0 )
87
83
rubocop (>= 1.48.1 , < 2.0 )
88
84
rubocop-ast (>= 1.31.1 , < 2.0 )
89
85
rubocop-rake (0.6.0 )
90
86
rubocop (~> 1.0 )
91
- rubocop-rspec (2.31.0 )
92
- rubocop (~> 1.40 )
93
- rubocop-capybara (~> 2.17 )
94
- rubocop-factory_bot (~> 2.22 )
95
- rubocop-rspec_rails (~> 2.28 )
96
- rubocop-rspec_rails (2.29.0 )
97
- rubocop (~> 1.40 )
87
+ rubocop-rspec (3.0.3 )
88
+ rubocop (~> 1.61 )
98
89
ruby-progressbar (1.13.0 )
99
90
simplecov (0.21.2 )
100
91
docile (~> 1.1 )
@@ -123,7 +114,7 @@ DEPENDENCIES
123
114
rubocop (~> 1.64 )
124
115
rubocop-performance (~> 1.21 )
125
116
rubocop-rake (~> 0.6.0 )
126
- rubocop-rspec (~> 2.31 )
117
+ rubocop-rspec (~> 3.0 )
127
118
simplecov (~> 0.21 )
128
119
sqlite3 (~> 1.7 )
129
120
You can’t perform that action at this time.
0 commit comments