Skip to content

Commit

Permalink
Merge pull request #3452 from projectblacklight/gemspec-no-sprockets
Browse files Browse the repository at this point in the history
Remove sprockets specific dependencies
  • Loading branch information
jcoyne authored Feb 20, 2025
2 parents 0aaf4de + b583ec7 commit c5b3935
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions blacklight-spotlight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ these collections.)
s.add_dependency 'roar-rails'
s.add_dependency 'signet'
s.add_dependency 'view_component', '>= 2.66', '< 4'

if defined?(Sprockets)
s.add_dependency 'clipboard-rails', '~> 1.5'
s.add_dependency 'leaflet-rails'
end

s.add_development_dependency 'capybara', '~> 3.31'
s.add_development_dependency 'engine_cart', '~> 2.0'
s.add_development_dependency 'factory_bot', '~> 6.0'
Expand Down

0 comments on commit c5b3935

Please sign in to comment.