Skip to content

Commit

Permalink
Merge branch 'quick-sprockets-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Jun 6, 2024
2 parents 15096ac + 66b3a75 commit 6b8bb9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
Bundler.require(*Rails.groups)
require "govuk/components"

module Sprockets
module Rails
def self.deprecator
@deprecator ||= ActiveSupport::Deprecation.new("4.0", "Sprockets::Rails")
end
end
end

module Dummy
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
Expand Down

0 comments on commit 6b8bb9b

Please sign in to comment.