diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-10 10:16:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 10:16:59 +0300 |
| commit | 3bb0a7fe3476fa639546a048a86405a1d0dc74bb (patch) | |
| tree | 7b6a4d28abfbad2d8be731470d1b292dfa7022c9 /asciidoctor-epub3.gemspec | |
| parent | 19571b716688961fbf741349cdd0eeb7369e7aa0 (diff) | |
Update rspec requirement from ~> 3.10.0 to ~> 3.11.0 (#413)
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec-metagem/releases)
- [Commits](https://github.com/rspec/rspec-metagem/compare/v3.10.0...v3.11.0)
---
updated-dependencies:
- dependency-name: 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.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index 503f9c3..9b532f7 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', '~> 2.3.0' s.add_development_dependency 'rake', '~> 13.0.0' s.add_development_dependency 'rouge', '~> 3.0' - s.add_development_dependency 'rspec', '~> 3.10.0' + s.add_development_dependency 'rspec', '~> 3.11.0' s.add_development_dependency 'rubocop', '~> 1.12.1' s.add_development_dependency 'rubocop-rake', '~> 0.5.0' s.add_development_dependency 'rubocop-rspec', '~> 2.2.0' |
