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

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2022
1 parent ba36dea commit fd68db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phlex-testing-nokogiri.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-testing-nokogiri"
spec.version = "0.0.1"
spec.version = "0.1.0"
spec.authors = ["Joel Drapper"]
spec.email = ["[email protected]"]

Expand All @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "nokogiri", "~> 1.13"
spec.add_dependency "phlex", "~> 0.5"
spec.add_dependency "phlex", ">= 0.5"

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

0 comments on commit fd68db1

Please sign in to comment.