summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-02 09:39:13 +0300
committerGitHub <noreply@github.com>2024-04-02 09:39:13 +0300
commitbbbaee9a38336c4a7e626904392238b65ae2ae79 (patch)
tree2ce9495e95901efd0fd9b6fb78c48b718624a408
parentf9a6f9e7e4fc8e273cd3d9d83b0295d3d8b440a2 (diff)
Update rake requirement from ~> 13.1.0 to ~> 13.2.0 (#468)
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.1.0...v13.2.0) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--asciidoctor-epub3.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec
index eb86204..75448b4 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'asciimath', '~> 2.0'
s.add_development_dependency 'coderay', '~> 1.1.0'
s.add_development_dependency 'pygments.rb', '~> 2.4.0'
- s.add_development_dependency 'rake', '~> 13.1.0'
+ s.add_development_dependency 'rake', '~> 13.2.0'
s.add_development_dependency 'rouge', '~> 3.0'
s.add_development_dependency 'rspec', '~> 3.13.0'
s.add_development_dependency 'rubocop', '~> 1.50.2'