Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2022
1 parent 69828f0 commit f21c2ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phlex-markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "phlex-markdown"
spec.version = "0.2.0"
spec.version = "0.3.0"
spec.authors = ["Joel Drapper"]
spec.email = ["joel@drapper.me"]

Expand All @@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "markly"
spec.add_dependency "phlex"
spec.add_dependency "markly", "~> 0.7"
spec.add_dependency "phlex", ">= 0.5"

spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit f21c2ba

Please # to comment.