summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-02 10:47:54 +0300
committerGitHub <noreply@github.com>2020-11-02 10:47:54 +0300
commit3db106351a235724dfdfff364683564d57b263aa (patch)
tree32e828cecf03b964a9b47bfae3cadb97e2b53706
parent3e36db4cccb2802ed675968097a753bee66268a1 (diff)
Update rspec requirement from ~> 3.9.0 to ~> 3.10.0 (#380)
Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v3.9.0...v3.10.0) 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 56b78ff..3cfaaa5 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -36,7 +36,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_development_dependency 'pygments.rb', '~> 1.2.0'
s.add_development_dependency 'rake', '~> 13.0.0'
s.add_development_dependency 'rouge', '~> 3.0'
- s.add_development_dependency 'rspec', '~> 3.9.0'
+ s.add_development_dependency 'rspec', '~> 3.10.0'
s.add_development_dependency 'rubocop', '~> 0.81.0'
s.add_development_dependency 'rubocop-rspec', '~> 1.38.0'