Skip to content

Commit

Permalink
Use stable 9.x release of blacklight_range_limit plugin, no longer in…
Browse files Browse the repository at this point in the history
… beta. Completes TD-1382.
  • Loading branch information
seanaery committed Jan 8, 2025
1 parent 1b66c5c commit 0412c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/generators/trln_argon/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def run_dependency_generators
say_status('info', '=================================', :magenta)
say_status('info', 'Installing Blacklight Range Limit', :magenta)
say_status('info', '=================================', :magenta)
# TODO: v9.0.0.beta1 of the plugin assumes you are using either yarn or importmap;
# TODO: v9.x of the plugin assumes you are using either yarn or importmap;
# it does not support Sprockets for JS. So we'll --skip-assets here.

# If we want TRLN Argon to use the plugin this way by default (with no JS), we can.
Expand Down
2 changes: 1 addition & 1 deletion trln_argon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency 'blacklight', '~> 8.7'
s.add_dependency 'blacklight_advanced_search', '~> 8.0.0.alpha2'
s.add_dependency 'blacklight-hierarchy', '~> 6.3'
s.add_dependency 'blacklight_range_limit', '9.0.0.beta2'
s.add_dependency 'blacklight_range_limit', '~> 9.0'
s.add_dependency 'git', '>= 1.11.0', "< 2"
s.add_dependency 'rails_autolink', '~> 1.1'
s.add_dependency 'library_stdnums', '~> 1.6'
Expand Down

0 comments on commit 0412c60

Please sign in to comment.