Skip to content

Commit e8f459d

Browse files
committed
Fixed bug in GitHub::GitHubAdvisory::Package#framework.
1 parent 0a7f663 commit e8f459d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/github_advisory_sync.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ def filename
201201

202202
def framework
203203
case name
204-
when
205-
"actioncable", "actionmailbox", "actionmailer", "actionpack",
206-
"actiontext", "actionview", "activejob", "activemodel",
207-
"activerecord", "activestorage", "activesupport", "railties",
208-
"rails", "jquery-rails"
204+
when "actioncable", "actionmailbox", "actionmailer", "actionpack",
205+
"actiontext", "actionview", "activejob", "activemodel",
206+
"activerecord", "activestorage", "activesupport", "railties",
207+
"jquery-rails"
208+
"rails"
209209
end
210210
end
211211

0 commit comments

Comments
 (0)