summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-07 15:48:40 +0300
committerGitHub <noreply@github.com>2024-01-07 15:48:40 +0300
commit47da1c369ca576e7ad30075929f8e4760ba926e7 (patch)
treec5502adf28aca02092133860f26b5aa62074c845
parent16d9941832dff2fbb8a8c3d7ae6d2011856b6faf (diff)
Update rubocop-rspec requirement from ~> 2.10.0 to ~> 2.11.1 (#453)
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/v2.10.0...v2.11.1) --- updated-dependencies: - dependency-name: rubocop-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 e910df1..df7a321 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -39,7 +39,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M
s.add_development_dependency 'rspec', '~> 3.12.0'
s.add_development_dependency 'rubocop', '~> 1.28.2'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
- s.add_development_dependency 'rubocop-rspec', '~> 2.10.0'
+ s.add_development_dependency 'rubocop-rspec', '~> 2.11.1'
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'