Skip to content

Commit

Permalink
Prepare for next Phlex version
Browse files Browse the repository at this point in the history
  • Loading branch information
willcosgrove committed Mar 13, 2024
1 parent ee1e276 commit c614346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem "phlex", github: "joeldrapper/phlex"
gem "phlex", github: "phlex-ruby/phlex"
gem "capybara"
gem "rubocop"
gem "solargraph"
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex/markdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def initialize(content)
@content = content
end

def template
def view_template
visit(doc)
end

Expand Down
2 changes: 1 addition & 1 deletion phlex-markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

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

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

0 comments on commit c614346

Please sign in to comment.