File tree 1 file changed +5
-8
lines changed
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|
25
25
spec . metadata [ "changelog_uri" ] = "https://github.com/dry-rb/dry-logic/blob/main/CHANGELOG.md"
26
26
spec . metadata [ "source_code_uri" ] = "https://github.com/dry-rb/dry-logic"
27
27
spec . metadata [ "bug_tracker_uri" ] = "https://github.com/dry-rb/dry-logic/issues"
28
+ spec . metadata [ "rubygems_mfa_required" ] = "true"
28
29
29
30
spec . required_ruby_version = ">= 3.1.0"
30
31
31
32
# 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"
40
37
end
You can’t perform that action at this time.
0 commit comments