Skip to content

Commit

Permalink
Depend on dry-logic ~> 1.3 => 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 15, 2022
1 parent 43a0418 commit 16b3dd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ eval_gemfile "Gemfile.devtools"
gemspec

gem "dry-container", github: "dry-rb/dry-container", branch: "main"
gem "dry-core", github: "dry-rb/dry-core", branch: "main"
gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"

group :test do
gem "dry-struct", github: "dry-rb/dry-struct", branch: "main"
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ gemspec:
- [dry-container, "~> 0.3"]
- [dry-core, "~> 0.9", ">= 0.9"]
- [dry-inflector, "~> 0.1", ">= 0.1.2"]
- [dry-logic, "~> 1.0", ">= 1.0.2"]
- [dry-logic, "~> 1.3", ">= 1.3"]

0 comments on commit 16b3dd5

Please sign in to comment.