Skip to content

Commit

Permalink
Gemspec: Use less strict version requirement for asciidoctor gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Nov 11, 2018
1 parent 9e4bcf8 commit aa926a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoctor-rouge.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.1'

s.add_runtime_dependency 'asciidoctor', '~> 1.5.6'
s.add_runtime_dependency 'asciidoctor', '>= 1.5.6', '< 2.1'
s.add_runtime_dependency 'rouge', '>= 2.2', '< 4'

s.add_development_dependency 'corefines', '~> 1.11'
Expand Down

0 comments on commit aa926a6

Please sign in to comment.