Skip to content

Commit

Permalink
Drop the dependency on solidus_dev_support
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalombo committed Dec 6, 2024
1 parent 920672c commit 313f061
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions solidus_prototypes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = "Breaking out prototypes from solidus"
s.license = "BSD-3-Clause"

s.required_ruby_version = [">= 3.0", "< 4"]
s.required_ruby_version = Gem::Requirement.new('>= 3.0')

s.author = "Graeme Nathan"
s.email = "graeme@stembolt.com"
Expand All @@ -34,5 +34,8 @@ Gem::Specification.new do |s|
s.add_dependency "solidus_core", [">= 3.2.0", "< 5"]
s.add_dependency "solidus_support", "~> 0.4"

s.add_development_dependency "solidus_dev_support"
s.add_development_dependency 'rubocop', '~> 1.0'
s.add_development_dependency 'rubocop-performance', '~> 1.5'
s.add_development_dependency 'rubocop-rails', '~> 2.3'
s.add_development_dependency 'rubocop-rspec', '~> 2.0'
end

0 comments on commit 313f061

Please sign in to comment.