Skip to content

Commit e912cc3

Browse files
chore(deps-dev): bump rubocop from 0.87.1 to 0.88.0 (#15)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.87.1 to 0.88.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.87.1...v0.88.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 57c9505 commit e912cc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.87'
32+
gem 'rubocop', '~> 0.88'
3333
end

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
nokogiri
127127
rexml (3.2.4)
128128
rouge (3.20.0)
129-
rubocop (0.87.1)
129+
rubocop (0.88.0)
130130
parallel (~> 1.10)
131131
parser (>= 2.7.1.1)
132132
rainbow (>= 2.2.2, < 4.0)
@@ -169,7 +169,7 @@ DEPENDENCIES
169169
jekyll-sitemap
170170
jekyll-target-blank
171171
just-the-docs
172-
rubocop (~> 0.87)
172+
rubocop (~> 0.88)
173173
tzinfo (~> 1.2)
174174
tzinfo-data
175175
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)