Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Support Ruby 3.2 and drop support for < 2.7 #85

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

ykitamura-mdsol
Copy link
Contributor

@@ -2,7 +2,7 @@ module Kender
class FactoryGirlLint < Command

def available?
File.exists?(File.join(Dir.pwd, 'lib', 'tasks', 'factory_girl_lint.rake'))
File.exist?(File.join(Dir.pwd, 'lib', 'tasks', 'factory_girl_lint.rake'))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcarres-mdsol jcarres-mdsol merged commit c119c7a into master Dec 30, 2022
@jcarres-mdsol jcarres-mdsol deleted the feature/support_ruby3 branch December 30, 2022 18:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants