We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d34eb6 commit 9d28d7aCopy full SHA for 9d28d7a
Gemfile
@@ -28,5 +28,5 @@ end
28
gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin]
29
30
group :development do
31
- gem 'rubocop', '~> 1.24'
+ gem 'rubocop', '~> 1.25'
32
end
Gemfile.lock
@@ -152,9 +152,9 @@ GEM
152
rouge (3.27.0)
153
rss (0.2.9)
154
rexml
155
- rubocop (1.24.1)
+ rubocop (1.25.0)
156
parallel (~> 1.10)
157
- parser (>= 3.0.0.0)
+ parser (>= 3.1.0.0)
158
rainbow (>= 2.2.2, < 4.0)
159
regexp_parser (>= 1.8, < 3.0)
160
@@ -195,7 +195,7 @@ DEPENDENCIES
195
jekyll-sitemap
196
jekyll-target-blank
197
just-the-docs
198
- rubocop (~> 1.24)
+ rubocop (~> 1.25)
199
tzinfo (~> 2.0)
200
tzinfo-data
201
wdm (~> 0.1.1)
0 commit comments