Skip to content

Commit 5620ca8

Browse files
committed
Fix specs
1 parent 0e5ac3c commit 5620ca8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ gemspec:
1313
- rspec
1414
runtime_dependencies:
1515
- [dry-system, "~> 1.0", "< 2"]
16-
- [dry-schema, "~> 1.7"]
17-
- [dry-validation, "~> 1.5"]
16+
- [dry-schema, "~> 1.13", ">= 1.13"]
17+
- [dry-validation, "~> 1.10", ">= 1.10"]

spec/integration/dry/rails/container/use_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
end
99

1010
it "with extra settings inside the initializer container block" do
11-
Dummy::Container.configure {}
12-
1311
expect(Dummy::Container[:logger]).to be_a(Logger)
1412
end
1513
end

0 commit comments

Comments
 (0)