Skip to content

Commit 212bef2

Browse files
chore(deps-dev): bump rubocop from 0.86.0 to 0.87.0 (#12)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.86.0 to 0.87.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.86.0...v0.87.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 64f4e8b commit 212bef2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ end
2929
gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin]
3030

3131
group :development do
32-
gem 'rubocop', '~> 0.85'
32+
gem 'rubocop', '~> 0.87'
3333
end

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ GEM
126126
nokogiri
127127
rexml (3.2.4)
128128
rouge (3.20.0)
129-
rubocop (0.86.0)
129+
rubocop (0.87.0)
130130
parallel (~> 1.10)
131-
parser (>= 2.7.0.1)
131+
parser (>= 2.7.1.1)
132132
rainbow (>= 2.2.2, < 4.0)
133133
regexp_parser (>= 1.7)
134134
rexml
135-
rubocop-ast (>= 0.0.3, < 1.0)
135+
rubocop-ast (>= 0.1.0, < 1.0)
136136
ruby-progressbar (~> 1.7)
137137
unicode-display_width (>= 1.4.0, < 2.0)
138138
rubocop-ast (0.1.0)
@@ -169,7 +169,7 @@ DEPENDENCIES
169169
jekyll-sitemap
170170
jekyll-target-blank
171171
just-the-docs
172-
rubocop (~> 0.85)
172+
rubocop (~> 0.87)
173173
tzinfo (~> 1.2)
174174
tzinfo-data
175175
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)