Skip to content

Commit

Permalink
Merge pull request #6037 from tvdeyen/solidus_support-revert_flickwerk
Browse files Browse the repository at this point in the history
Use at least solidus_support 0.12.0
  • Loading branch information
tvdeyen authored Dec 18, 2024
2 parents 77f8302 + fc51732 commit 811f14d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/spec/features/properties_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
it "shows validation errors" do
visit "/admin/properties"
find_row("Color").click

expect(page).to have_field("Name", with: "Color")
fill_in "Name", with: ""
click_on "Update Property"

Expand Down
2 changes: 1 addition & 1 deletion legacy_promotions/solidus_legacy_promotions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|

s.add_dependency 'solidus_api', s.version
s.add_dependency 'solidus_core', s.version
s.add_dependency 'solidus_support'
s.add_dependency 'solidus_support', '>= 0.12.0'
end
2 changes: 1 addition & 1 deletion promotions/solidus_promotions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "importmap-rails", "~> 1.2"
spec.add_dependency "ransack-enum", "~> 1.0"
spec.add_dependency "solidus_core", [">= 4.0.0", "< 5"]
spec.add_dependency "solidus_support", "~> 0.5"
spec.add_dependency "solidus_support", ">= 0.12.0"
spec.add_dependency "stimulus-rails", "~> 1.2"
spec.add_dependency "turbo-rails", ">= 1.4"
end

0 comments on commit 811f14d

Please sign in to comment.