File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
spec/integration/dry/rails/container Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ group :test do
1717end
1818
1919group :tools do
20- gem "byebug" , platform : :ruby
2120 gem "redcarpet"
2221end
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ gemspec:
1212 - rake
1313 - rspec
1414 runtime_dependencies :
15- - [dry-system, "~> 0.23 ", ">= 0.23 "]
16- - [dry-schema, "~> 1.7 "]
17- - [dry-validation, "~> 1.5 "]
15+ - [dry-system, "~> 1.0 ", "< 2 "]
16+ - [dry-schema, "~> 1.13", ">= 1.13 "]
17+ - [dry-validation, "~> 1.10", ">= 1.10 "]
Original file line number Diff line number Diff line change 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
1513end
You can’t perform that action at this time.
0 commit comments