Skip to content

Commit

Permalink
Bump rubocop from 1.58.0 to 1.59.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.58.0...v1.59.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Dec 16, 2023
1 parent c1c88f0 commit b259aee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'tilt', '~> 2.3'
group :development do
gem 'htmlbeautifier', require: false
gem 'pry'
gem 'rubocop', '~> 1.58', require: false
gem 'rubocop', '~> 1.59', require: false
gem 'solargraph', '~> 0.49', require: false
gem 'yard', '~> 0.9.34'
end
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
e2mmap (0.1.0)
htmlbeautifier (1.4.2)
jaro_winkler (1.5.6)
json (2.7.0)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -49,13 +49,13 @@ GEM
rake (13.1.0)
rbs (2.8.4)
redcarpet (3.6.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
roda (3.74.0)
rack
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
rake (~> 13.1)
redcarpet (~> 3.6)
roda (~> 3.74)
rubocop (~> 1.58)
rubocop (~> 1.59)
solargraph (~> 0.49)
tantiny (= 0.3.3)
tilt (~> 2.3)
Expand Down

0 comments on commit b259aee

Please sign in to comment.