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

Commit 518c686

Browse files
committed
0.1.0
1 parent 763a7fc commit 518c686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phlex-testing-capybara-0.0.1.gem

8 KB
Binary file not shown.

phlex-testing-capybara.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "phlex-testing-capybara"
5-
spec.version = "0.0.1"
5+
spec.version = "0.1.0"
66
spec.authors = ["Joel Drapper"]
77
spec.email = ["[email protected]"]
88

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

3131
spec.add_dependency "capybara", "~> 3.38"
32-
spec.add_dependency "phlex", "~> 0.5"
32+
spec.add_dependency "phlex", ">= 0.5"
3333

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

0 commit comments

Comments
 (0)