Skip to content

Commit

Permalink
Merge pull request #268 from haines/renovate/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
haines authored Jan 14, 2025
2 parents eaecc18 + ff6ac2f commit 3e77516
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
strategy:
matrix:
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"

name: Ruby ${{ matrix.ruby }}

Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require:

AllCops:
NewCops: enable
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
Exclude:
- bin/bundle
- bin/rake
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
No notable changes.
### Changed
* Require Ruby ≥ 3.1 ([#268](https://github.com/haines/yard-relative_markdown_links/pull/268))
* Test against Ruby 3.3 ([#212](https://github.com/haines/yard-relative_markdown_links/pull/212))
* Test against Ruby 3.4 ([#268](https://github.com/haines/yard-relative_markdown_links/pull/268))

## [0.5.0] - 2023-06-12
### Changed
Expand Down
26 changes: 9 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,26 @@ GEM
specs:
ast (2.4.2)
coderay (1.1.3)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
method_source (1.1.0)
mini_portile2 (2.8.8)
minitest (5.25.4)
nokogiri (1.17.0)
mini_portile2 (~> 2.8.2)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.0-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.15.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
rubocop (1.69.2)
regexp_parser (2.10.0)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -44,23 +38,21 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
yard (0.9.37)

PLATFORMS
arm64-darwin
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand All @@ -75,4 +67,4 @@ DEPENDENCIES
yard-relative_markdown_links!

BUNDLED WITH
2.5.4
2.6.2
2 changes: 1 addition & 1 deletion yard-relative_markdown_links.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["yard.run"] = "yri"

spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "nokogiri", ">= 1.14.3", "< 2"
end

0 comments on commit 3e77516

Please sign in to comment.