Skip to content

Commit

Permalink
Explicitly require URI in app configuration
Browse files Browse the repository at this point in the history
Without this we get

    uninitialized constant Spree::AppConfiguration::URI

errors.

(cherry picked from commit c303691)
  • Loading branch information
tvdeyen committed Feb 7, 2024
1 parent ceba4e8 commit 59f444b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/lib/spree/app_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
require 'spree/preferences/configuration'
require 'spree/core/environment'

require 'uri'

module Spree
class AppConfiguration < Preferences::Configuration
# Preferences (alphabetized to more easily lookup particular preferences)
Expand Down

0 comments on commit 59f444b

Please sign in to comment.