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
elia committed Apr 17, 2023
1 parent c0cf8c1 commit 42b0326
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion solidus_stripe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ Gem::Specification.new do |spec|
spec.add_dependency 'stripe', '~> 8.0'

spec.add_development_dependency 'redcarpet' # used by yard
spec.add_development_dependency 'solidus_dev_support', '~> 2.5'
spec.add_development_dependency 'rubocop', '~> 1.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.5'
spec.add_development_dependency 'rubocop-rails', '~> 2.3'
spec.add_development_dependency 'rubocop-rspec', '~> 2.0'
spec.add_development_dependency 'yard'

spec.post_install_message = <<~TXT
Expand Down

0 comments on commit 42b0326

Please sign in to comment.