Skip to content

Commit 738b91c

Browse files
authored
Merge pull request #318 from reidmorrison/minimum-ruby-2.7
Minimum ruby 2.7
2 parents 0925793 + cfc518a commit 738b91c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+485
-417
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Gemfile.lock
99
/docs/_site
1010
.rakeTasks
1111
/tags
12+
mise.toml

.rubocop.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AllCops:
55
- ".git/**/*"
66
- "docs/**/*"
77
NewCops: enable
8-
TargetRubyVersion: 2.5
8+
TargetRubyVersion: 2.7
99

1010
#
1111
# RuboCop built-in settings.
@@ -38,9 +38,6 @@ Metrics/BlockLength:
3838
Exclude:
3939
- "test/**/*"
4040
- "**/*/cli.rb"
41-
IgnoredMethods:
42-
- "aasm"
43-
- "included"
4441

4542
# Soften limits
4643
Metrics/ClassLength:

0 commit comments

Comments
 (0)