Skip to content

Commit

Permalink
Upgrade blacklight_range_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 10, 2025
1 parent d7537ef commit 98ff7b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gem 'sitemap_generator'
gem 'blacklight-gallery', '~> 4.2'
gem 'blacklight-hierarchy', '~> 6.1'
gem 'blacklight-oembed', '>= 0.1.0'
gem 'blacklight_range_limit', '~> 8.0'
gem 'blacklight_range_limit', '~> 9.0'
gem 'rails_autolink'
gem 'rsolr', '>= 1.0'

Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ GEM
signet
tophat
view_component (>= 2.66, < 4)
blacklight_range_limit (8.5.0)
blacklight_range_limit (9.0.0)
blacklight (>= 7.25.2, < 9)
deprecation
view_component (>= 2.54, < 4)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand Down Expand Up @@ -793,7 +792,7 @@ DEPENDENCIES
blacklight-hierarchy (~> 6.1)
blacklight-oembed (>= 0.1.0)
blacklight-spotlight (~> 4.0)
blacklight_range_limit (~> 8.0)
blacklight_range_limit (~> 9.0)
bootsnap (>= 1.4.4)
bootstrap_form (~> 4.5)
cache_with_locale
Expand Down
2 changes: 0 additions & 2 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
//

//= require_tree .

//= require 'blacklight_range_limit'
2 changes: 2 additions & 0 deletions app/javascript/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ export const i18n = new I18n()

import 'transform_result'
import 'blacklight-hierarchy'
import 'openseadragon-rails'
import 'blacklight-range-limit'
2 changes: 2 additions & 0 deletions config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@
pin "openseadragon" # @5.0.1
pin 'blacklight-frontend', to: 'blacklight/index.js'
pin "blacklight-hierarchy" # @6.4.0
pin "chart.js", to: "https://ga.jspm.io/npm:chart.js@4.2.0/dist/chart.js"
pin "@kurkle/color", to: "https://ga.jspm.io/npm:@kurkle/color@0.3.2/dist/color.esm.js"

0 comments on commit 98ff7b5

Please sign in to comment.