Skip to content

Commit

Permalink
Move constant to RailsGemsCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 2, 2024
1 parent 2e5e8c4 commit 0bb6e1c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/services/compats/checks/rails_gems_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ module Compats::Checks
#
# If that's the case, the compat is marked as incompatible.
class RailsGemsCheck < Base
RAILS_GEMS = %w(
actioncable
actionmailbox
actionmailer
actionpack
actiontext
actionview
activejob
activemodel
activerecord
activestorage
activesupport
rails
railties
)

def call
return unless @compat.pending?

Expand Down

0 comments on commit 0bb6e1c

Please sign in to comment.