Skip to content

Commit

Permalink
Merge pull request #2021 from tf/kramdown-2
Browse files Browse the repository at this point in the history
Relax kramdown dependency requirement
  • Loading branch information
tf authored Oct 30, 2023
2 parents 847b2d1 + 592099a commit 088ed98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageflow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Gem::Specification.new do |s|
s.add_dependency 'aws-sdk-s3', '~> 1.0'

# Markdown parser
s.add_dependency 'kramdown', '~> 1.5'
s.add_dependency 'kramdown', ['>= 1.5', '< 3']

# Convert srt files to vtt
s.add_dependency 'webvtt-ruby', '~> 0.4.0'
Expand Down

0 comments on commit 088ed98

Please sign in to comment.