summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 10:01:51 +0300
committerGitHub <noreply@github.com>2024-02-05 10:01:51 +0300
commitf9a6f9e7e4fc8e273cd3d9d83b0295d3d8b440a2 (patch)
treeac8c513e8ec3cdfe7d62934477038b20bdd67554
parentf833b3d4f96a2fe223c355575dfcd05cc1d4dc04 (diff)
Update rspec requirement from ~> 3.12.0 to ~> 3.13.0 (#464)
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version. - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: rspec 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 15f6290..eb86204 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pygments.rb', '~> 2.4.0'
s.add_development_dependency 'rake', '~> 13.1.0'
s.add_development_dependency 'rouge', '~> 3.0'
- s.add_development_dependency 'rspec', '~> 3.12.0'
+ s.add_development_dependency 'rspec', '~> 3.13.0'
s.add_development_dependency 'rubocop', '~> 1.50.2'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'rubocop-rspec', '~> 2.20.0'