Skip to content

Commit de1e53f

Browse files
authored
Merge pull request #59 from dry-rb/update-deps
[changelog] version: unreleased changed: - Bump dry-schema to `>= 0.13` (@solnic) - Bump dry-validation to `>= 0.10` (@solnic) - Bump dry-system to `~> 1.0` (@solnic)
2 parents f4daf27 + 29cec7d commit de1e53f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ group :test do
1717
end
1818

1919
group :tools do
20-
gem "byebug", platform: :ruby
2120
gem "redcarpet"
2221
end

project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"]

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)