summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-28 23:48:58 +0300
committerGitHub <noreply@github.com>2021-04-28 23:48:58 +0300
commitb672b455a1fdc3b7f66ce89eba38d4ae278d8fc7 (patch)
tree032b005bcabd9325d5e1e3c07cc77a21f5809280
parent8325bf1efe8e6582c1cf9f0206c79a8271c9b9dc (diff)
Update rubocop-rspec requirement from ~> 1.38.0 to ~> 1.41.0 (#400)
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v1.38.0...v1.41.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 e32ad46..bd798ee 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -38,7 +38,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_development_dependency 'rouge', '~> 3.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'
+ s.add_development_dependency 'rubocop-rspec', '~> 1.41.0'
s.add_runtime_dependency 'asciidoctor', '>= 1.5.6', '< 3.0.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'