Skip to content

Commit

Permalink
add deprecation gem as a dependency in the gemspec. this gem is requi…
Browse files Browse the repository at this point in the history
…red by this plugin but no longer included in BL 8's dependencies.
  • Loading branch information
mksndz committed Jan 31, 2023
1 parent cbb4c6f commit e86372f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blacklight_range_limit.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.license = 'Apache 2.0'

s.add_dependency 'blacklight', '>= 7.25.2', '< 9'
s.add_dependency 'deprecation'

s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit e86372f

Please sign in to comment.