File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
# This is a config synced from dry-rb/template-gem repo
2
2
3
3
AllCops :
4
- TargetRubyVersion : 3.0
5
- NewCops : disable
4
+ TargetRubyVersion : 3.1
5
+ NewCops : enable
6
6
SuggestExtensions : false
7
7
Exclude :
8
8
- " **/vendor/**/*" # For GitHub Actions, see rubocop/rubocop#9832
Original file line number Diff line number Diff line change @@ -21,15 +21,16 @@ Gem::Specification.new do |spec|
21
21
spec . executables = [ ]
22
22
spec . require_paths = [ "lib" ]
23
23
24
- spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
25
- spec . metadata [ "changelog_uri" ] = "https://github.com/dry-rb/dry-monads/blob/main/CHANGELOG.md"
26
- spec . metadata [ "source_code_uri" ] = "https://github.com/dry-rb/dry-monads"
27
- spec . metadata [ "bug_tracker_uri" ] = "https://github.com/dry-rb/dry-monads/issues"
24
+ spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
25
+ spec . metadata [ "changelog_uri" ] = "https://github.com/dry-rb/dry-monads/blob/main/CHANGELOG.md"
26
+ spec . metadata [ "source_code_uri" ] = "https://github.com/dry-rb/dry-monads"
27
+ spec . metadata [ "bug_tracker_uri" ] = "https://github.com/dry-rb/dry-monads/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 "concurrent-ruby" , "~> 1.0"
33
- spec . add_runtime_dependency "dry-core" , "~> 1.1"
34
- spec . add_runtime_dependency "zeitwerk" , "~> 2.6"
33
+ spec . add_dependency "concurrent-ruby" , "~> 1.0"
34
+ spec . add_dependency "dry-core" , "~> 1.1"
35
+ spec . add_dependency "zeitwerk" , "~> 2.6"
35
36
end
You can’t perform that action at this time.
0 commit comments