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 763a7fc commit 518c686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added phlex-testing-capybara-0.0.1.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions phlex-testing-capybara.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-capybara"
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 "capybara", "~> 3.38"
spec.add_dependency "phlex", "~> 0.5"
spec.add_dependency "phlex", ">= 0.5"

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

0 comments on commit 518c686

Please sign in to comment.