File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
group :development , :test do
8
8
gem "bundler"
9
9
gem "pry"
10
- gem "rubocop" , "~> 1.24 .0"
10
+ gem "rubocop" , "~> 1.42 .0"
11
11
gem "rubocop-md"
12
12
gem "rubocop-performance"
13
13
gem "rubocop-rake"
Original file line number Diff line number Diff line change 56
56
i18n (1.14.1 )
57
57
concurrent-ruby (~> 1.0 )
58
58
ice_nine (0.11.2 )
59
+ json (2.6.3 )
59
60
method_source (1.0.0 )
60
61
minitest (5.18.1 )
61
62
neatjson (0.10.5 )
92
93
diff-lcs (>= 1.2.0 , < 2.0 )
93
94
rspec-support (~> 3.12.0 )
94
95
rspec-support (3.12.0 )
95
- rubocop (1.24.1 )
96
+ rubocop (1.42.0 )
97
+ json (~> 2.3 )
96
98
parallel (~> 1.10 )
97
- parser (>= 3.0.0.0 )
99
+ parser (>= 3.1.2.1 )
98
100
rainbow (>= 2.2.2 , < 4.0 )
99
101
regexp_parser (>= 1.8 , < 3.0 )
100
- rexml
101
- rubocop-ast (>= 1.15 .1 , < 2.0 )
102
+ rexml ( >= 3.2.5 , < 4.0 )
103
+ rubocop-ast (>= 1.24 .1 , < 2.0 )
102
104
ruby-progressbar (~> 1.7 )
103
105
unicode-display_width (>= 1.4.0 , < 3.0 )
104
106
rubocop-ast (1.28.0 )
@@ -171,7 +173,7 @@ DEPENDENCIES
171
173
rspec
172
174
rspec-github
173
175
rspec-its
174
- rubocop (~> 1.24 .0 )
176
+ rubocop (~> 1.42 .0 )
175
177
rubocop-md
176
178
rubocop-performance
177
179
rubocop-rake
You can’t perform that action at this time.
0 commit comments