Skip to content

Commit

Permalink
Use railties for version gate
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 17, 2023
1 parent da55de7 commit 7fa2bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/combustion/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Application < Rails::Application
Combustion::Configurations::ActiveStorage
].freeze

rails_gate = VersionGate.new("rails")
rails_gate = VersionGate.new("railties")

# Core Settings
config.cache_classes = true
Expand Down

0 comments on commit 7fa2bff

Please sign in to comment.