We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf46d2 commit dfda37eCopy full SHA for dfda37e
Gemfile.lock
@@ -109,8 +109,9 @@ GEM
109
rest-client (~> 2.0)
110
globalid (0.4.2)
111
activesupport (>= 4.2.0)
112
- govuk-lint (3.11.3)
113
- rubocop (~> 0.64)
+ govuk-lint (3.11.4)
+ rubocop (~> 0.72)
114
+ rubocop-rails (~> 2)
115
rubocop-rspec (~> 1.28)
116
scss_lint
117
govuk_ab_testing (2.4.1)
@@ -264,13 +265,16 @@ GEM
264
265
netrc (~> 0.8)
266
robotex (1.0.0)
267
rouge (3.5.1)
- rubocop (0.71.0)
268
+ rubocop (0.72.0)
269
jaro_winkler (~> 1.5.1)
270
parallel (~> 1.10)
271
parser (>= 2.6)
272
rainbow (>= 2.2.2, < 4.0)
273
ruby-progressbar (~> 1.7)
274
unicode-display_width (>= 1.4.0, < 1.7)
275
+ rubocop-rails (2.1.0)
276
+ rack (>= 1.1)
277
+ rubocop (>= 0.72.0)
278
rubocop-rspec (1.33.0)
279
rubocop (>= 0.60.0)
280
ruby-progressbar (1.10.1)
0 commit comments