Skip to content

Commit

Permalink
Bump rdoc from 6.3.2 to 6.3.4.1
Browse files Browse the repository at this point in the history
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.3.2 to 6.3.4.1.
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.3.2...v6.3.4.1)

---
updated-dependencies:
- dependency-name: rdoc
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent f494cb4 commit fb52275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ group :test, :development do
gem "codecov", "~> 0.6.0"
gem "pry-byebug", "~> 3.9"
gem "rake", "~> 13.0"
gem "rdoc", "~> 6.3", ">= 6.3.2"
gem "rdoc", "~> 6.3"
gem "rubocop", "~> 1.7"
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
pry (~> 0.13.0)
rainbow (3.0.0)
rake (13.0.6)
rdoc (6.3.2)
rdoc (6.3.4.1)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.20.0)
Expand Down Expand Up @@ -71,7 +71,7 @@ DEPENDENCIES
minitest-stub_any_instance (~> 1.0, >= 1.0.2)
pry-byebug (~> 3.9)
rake (~> 13.0)
rdoc (~> 6.3, >= 6.3.2)
rdoc (~> 6.3)
rubocop (~> 1.7)
simplecov (~> 0.21.2)
timecop (~> 0.9.4)
Expand Down

0 comments on commit fb52275

Please sign in to comment.