Skip to content

Commit 2f9dde1

Browse files
committed
Fix the framework helper method in the github advisory sync
1 parent dec39a7 commit 2f9dde1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/github_advisory_sync.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ def framework
205205
"actioncable", "actionmailbox", "actionmailer", "actionpack",
206206
"actiontext", "actionview", "activejob", "activemodel",
207207
"activerecord", "activestorage", "activesupport", "railties",
208-
"rails", "jquery-rails"
208+
"jquery-rails"
209+
# Mark all of the above to be part of the Rails framework
210+
"rails"
209211
end
210212
end
211213

0 commit comments

Comments
 (0)