Skip to content

Commit

Permalink
Temporarily depend on solidus_support with Flickwerk support
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed Jan 14, 2025
1 parent 69917ca commit fa92a8f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ else
gem 'sqlite3', '~> 1.4'
end

# Temporarily use the `solidus_support` gem with Flickwerk support
gem "solidus_support", github: "mamhoff/solidus_support", branch: "re-enable-flickwerk"

# While we still support Ruby < 3 we need to workaround a limitation in
# the 'async' gem that relies on the latest ruby, since RubyGems doesn't
# resolve gems based on the required ruby version.
Expand Down
1 change: 0 additions & 1 deletion lib/solidus_volume_pricing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require 'deface'
require 'solidus_core'
require 'solidus_support'
require 'flickwerk'
require 'solidus_volume_pricing/engine'
require 'solidus_volume_pricing/version'
require 'solidus_volume_pricing/range_from_string'
Expand Down
1 change: 0 additions & 1 deletion lib/solidus_volume_pricing/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
module SolidusVolumePricing
class Engine < Rails::Engine
include SolidusSupport::EngineExtensions
include Flickwerk

isolate_namespace ::Spree

Expand Down
1 change: 0 additions & 1 deletion solidus_volume_pricing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'solidus_backend', ['>= 2.4.0', '< 5']
spec.add_dependency 'coffee-rails'
spec.add_dependency 'deface'
spec.add_dependency 'flickwerk', '~> 0.3.1'
spec.add_dependency 'sassc-rails'
spec.add_dependency 'solidus_core', ['>= 2.0.0', '< 5']
spec.add_dependency 'solidus_support', '~> 0.8'
Expand Down

0 comments on commit fa92a8f

Please sign in to comment.