Skip to content

Commit

Permalink
Merge pull request #5644 from tvdeyen/require-uri
Browse files Browse the repository at this point in the history
Explicitly require URI in app configuration
  • Loading branch information
tvdeyen authored Feb 7, 2024
2 parents c368ceb + c303691 commit bb80c3a
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 bb80c3a

Please sign in to comment.