Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

bump up dependencies #4

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions asciidoctor-indir_ext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*', '*.gemspec', 'LICENSE*', 'README*']
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'asciidoctor', '>= 1.5.6', '< 3.0.0'
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.1.3'
spec.add_runtime_dependency 'asciidoctor', '>= 2.0.20', '< 3.0.0'
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.2.2'
spec.add_runtime_dependency 'asciidoctor-include-ext', '~> 0.4.0'

spec.add_development_dependency 'asciidoctor-pdf', '~> 1.5.0.alpha.16' # to build a pdf of the example folder
spec.add_development_dependency 'asciidoctor-pdf', '~> 2.3' # to build a pdf of the example folder
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/indir_ext/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Asciidoctor
module IndirExt
VERSION = "0.1.4"
VERSION = "0.1.5"
end
end