We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c9505 commit e912cc3Copy full SHA for e912cc3
Gemfile
@@ -29,5 +29,5 @@ end
29
gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin]
30
31
group :development do
32
- gem 'rubocop', '~> 0.87'
+ gem 'rubocop', '~> 0.88'
33
end
Gemfile.lock
@@ -126,7 +126,7 @@ GEM
126
nokogiri
127
rexml (3.2.4)
128
rouge (3.20.0)
129
- rubocop (0.87.1)
+ rubocop (0.88.0)
130
parallel (~> 1.10)
131
parser (>= 2.7.1.1)
132
rainbow (>= 2.2.2, < 4.0)
@@ -169,7 +169,7 @@ DEPENDENCIES
169
jekyll-sitemap
170
jekyll-target-blank
171
just-the-docs
172
- rubocop (~> 0.87)
+ rubocop (~> 0.88)
173
tzinfo (~> 1.2)
174
tzinfo-data
175
wdm (~> 0.1.1)
0 commit comments