summaryrefslogtreecommitdiff
path: root/asciidoctor-epub3.gemspec
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-08 14:28:00 +0300
committerGitHub <noreply@github.com>2024-01-08 14:28:00 +0300
commit1aa89bc066ea9638c6120fcb0f71c7d36722f7b9 (patch)
tree9b54b1a5b5bf235d5fafd5959f53d49a48ca2459 /asciidoctor-epub3.gemspec
parentdffd2a427207ff9bcb105adb1981f27b54fe4d63 (diff)
Update rubocop-rspec requirement from ~> 2.11.1 to ~> 2.20.0 (#457)
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.11.1...v2.20.0) --- 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>
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 18fa81c..9741fc6 100644
--- a/asciidoctor-epub3.gemspec
+++ b/asciidoctor-epub3.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '~> 3.12.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.11.1'
+ s.add_development_dependency 'rubocop-rspec', '~> 2.20.0'
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'gepub', '~> 1.0.0'