Skip to content

Commit

Permalink
Merge pull request #51639 from rails/ac-version
Browse files Browse the repository at this point in the history
Let Action Cable's autoloader ignore the version file
  • Loading branch information
fxn committed Apr 22, 2024
2 parents 271dab6 + b05603f commit 0121f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actioncable/lib/action_cable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
loader.ignore(
"#{__dir__}/rails", # Contains generators, templates, docs, etc.
"#{__dir__}/action_cable/gem_version.rb",
"#{__dir__}/action_cable/version.rb",
"#{__dir__}/action_cable/deprecator.rb",
)

Expand Down

0 comments on commit 0121f23

Please sign in to comment.