summaryrefslogtreecommitdiff
path: root/asciidoctor-epub3.gemspec
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-12 16:40:10 +0300
committerGitHub <noreply@github.com>2020-02-12 16:40:10 +0300
commitf1e34c3183d4722ec452d9fc02ac644e50291d18 (patch)
treecd8ed61da3504417e58b2cf221217faeea1b99d0 /asciidoctor-epub3.gemspec
parentca28835e1351cb6927677d02718177bb6b26e16b (diff)
Update rubocop-rspec requirement from ~> 1.37.0 to ~> 1.38.0 (PR #297)
Updates the requirements on [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.37.0...v1.38.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'asciidoctor-epub3.gemspec')
-rw-r--r--asciidoctor-epub3.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec
index 3ab5271..4ba454b 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -34,7 +34,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_development_dependency 'rake', '~> 13.0.0'
s.add_development_dependency 'rspec', '~> 3.9.0'
s.add_development_dependency 'rubocop', '~> 0.79.0'
- s.add_development_dependency 'rubocop-rspec', '~> 1.37.0'
+ s.add_development_dependency 'rubocop-rspec', '~> 1.38.0'
s.add_runtime_dependency 'asciidoctor', '>= 1.5.3', '< 3.0.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'