Skip to content

Commit

Permalink
Merge pull request #5646 from solidusio/backport/v4.1/pr-5644
Browse files Browse the repository at this point in the history
[v4.1] Explicitly require URI in app configuration
  • Loading branch information
tvdeyen authored Feb 8, 2024
2 parents ceba4e8 + 59f444b commit 9394f9f
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 9394f9f

Please sign in to comment.