File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,13 @@ Gem::Specification.new do |spec|
2525 spec . metadata [ "changelog_uri" ] = "https://github.com/dry-rb/dry-logic/blob/main/CHANGELOG.md"
2626 spec . metadata [ "source_code_uri" ] = "https://github.com/dry-rb/dry-logic"
2727 spec . metadata [ "bug_tracker_uri" ] = "https://github.com/dry-rb/dry-logic/issues"
28+ spec . metadata [ "rubygems_mfa_required" ] = "true"
2829
2930 spec . required_ruby_version = ">= 3.1.0"
3031
3132 # to update dependencies edit project.yml
32- spec . add_runtime_dependency "bigdecimal"
33- spec . add_runtime_dependency "concurrent-ruby" , "~> 1.0"
34- spec . add_runtime_dependency "dry-core" , "~> 1.1"
35- spec . add_runtime_dependency "zeitwerk" , "~> 2.6"
36-
37- spec . add_development_dependency "bundler"
38- spec . add_development_dependency "rake"
39- spec . add_development_dependency "rspec"
33+ spec . add_dependency "bigdecimal"
34+ spec . add_dependency "concurrent-ruby" , "~> 1.0"
35+ spec . add_dependency "dry-core" , "~> 1.1"
36+ spec . add_dependency "zeitwerk" , "~> 2.6"
4037end
You can’t perform that action at this time.
0 commit comments