Use released deps

This commit is contained in:
Nikita Shilnikov 2022-11-08 17:56:01 +03:00
parent 05f4a79e6e
commit 32b1c53ae6
No known key found for this signature in database
GPG Key ID: E569D1D64C40E241
3 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,6 @@ eval_gemfile "Gemfile.devtools"
gemspec
gem "dry-core", github: "dry-rb/dry-core", branch: "main"
group :tools do
gem "benchmark-ips", platform: :mri
gem "hotch", platform: :mri

View File

@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
# to update dependencies edit project.yml
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "dry-core", "~> 1.0", "< 2"
spec.add_runtime_dependency "dry-core", "~> 1.0"
spec.add_runtime_dependency "zeitwerk", "~> 2.6"
spec.add_development_dependency "bundler"

View File

@ -11,4 +11,4 @@ gemspec:
runtime_dependencies:
- [concurrent-ruby, "~> 1.0"]
- [zeitwerk, "~> 2.6"]
- [dry-core, "~> 1.0", "< 2"]
- [dry-core, "~> 1.0"]