Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rdoc requirement from ~> 3.12 to ~> 6.3
Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version.
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v3.12.2...v6.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2022
commit 1816a6321102ea0f3a36e87d04c62949ca63e547
9 changes: 3 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
PATH
remote: .
specs:
bcrypt (3.1.11)
bcrypt (3.1.12.pre)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
json (1.8.3)
json (1.8.3-java)
rake (10.4.2)
rake-compiler (0.9.5)
rake
rdoc (3.12.2)
json (~> 1.4)
rdoc (6.3.1)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
Expand All @@ -37,7 +34,7 @@ PLATFORMS
DEPENDENCIES
bcrypt!
rake-compiler (~> 0.9.2)
rdoc (~> 3.12)
rdoc (~> 6.3)
rspec (>= 3)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion bcrypt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake-compiler', '~> 0.9.2'
s.add_development_dependency 'rspec', '>= 3'
s.add_development_dependency 'rdoc', '~> 3.12'
s.add_development_dependency 'rdoc', '~> 6.3'

s.has_rdoc = true
s.rdoc_options += ['--title', 'bcrypt-ruby', '--line-numbers', '--inline-source', '--main', 'README.md']
Expand Down