Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing MIT License in Gemspec Causes Compliance Issues #101

Closed
hassaneslami2765 opened this issue Feb 17, 2025 · 1 comment · Fixed by #103
Closed

Missing MIT License in Gemspec Causes Compliance Issues #101

hassaneslami2765 opened this issue Feb 17, 2025 · 1 comment · Fixed by #103

Comments

@hassaneslami2765
Copy link

Problem
The gemspec is missing a license declaration, causing tools like Snyk to flag it

Solution
Adding gem.license = 'MIT' in devise-otp.gemspec.

@strouptl
Copy link
Collaborator

strouptl commented Mar 6, 2025

Thanks for the heads up! I will create a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants