We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5ac3c commit 5620ca8Copy full SHA for 5620ca8
project.yml
@@ -13,5 +13,5 @@ gemspec:
13
- rspec
14
runtime_dependencies:
15
- [dry-system, "~> 1.0", "< 2"]
16
- - [dry-schema, "~> 1.7"]
17
- - [dry-validation, "~> 1.5"]
+ - [dry-schema, "~> 1.13", ">= 1.13"]
+ - [dry-validation, "~> 1.10", ">= 1.10"]
spec/integration/dry/rails/container/use_spec.rb
@@ -8,8 +8,6 @@
8
end
9
10
it "with extra settings inside the initializer container block" do
11
- Dummy::Container.configure {}
12
-
expect(Dummy::Container[:logger]).to be_a(Logger)
0 commit comments