Skip to content

Commit 3ae6db4

Browse files
committed
Upgrade blacklight_range_limit
1 parent 301d0b4 commit 3ae6db4

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ gem 'sitemap_generator'
8383
gem 'blacklight-gallery', '~> 4.2'
8484
gem 'blacklight-hierarchy', '~> 6.1'
8585
gem 'blacklight-oembed', '>= 0.1.0'
86-
gem 'blacklight_range_limit', '~> 8.0'
86+
gem 'blacklight_range_limit', '~> 9.0'
8787
gem 'rails_autolink'
8888
gem 'rsolr', '>= 1.0'
8989

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ GEM
156156
signet
157157
tophat
158158
view_component (>= 2.66, < 4)
159-
blacklight_range_limit (8.5.0)
159+
blacklight_range_limit (9.0.0)
160160
blacklight (>= 7.25.2, < 9)
161-
deprecation
162161
view_component (>= 2.54, < 4)
163162
bootsnap (1.18.4)
164163
msgpack (~> 1.2)
@@ -795,7 +794,7 @@ DEPENDENCIES
795794
blacklight-hierarchy (~> 6.1)
796795
blacklight-oembed (>= 0.1.0)
797796
blacklight-spotlight (~> 4.0)
798-
blacklight_range_limit (~> 8.0)
797+
blacklight_range_limit (~> 9.0)
799798
bootsnap (>= 1.4.4)
800799
bootstrap_form (~> 4.5)
801800
cache_with_locale

app/assets/javascripts/application.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@
1212
//
1313

1414
//= require_tree .
15-
16-
//= require 'blacklight_range_limit'

app/javascript/entry.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ export const i18n = new I18n()
2020

2121
import 'transform_result'
2222
import 'blacklight-hierarchy'
23+
import 'openseadragon-rails'
24+
import 'blacklight-range-limit'

config/importmap.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
pin "openseadragon" # @5.0.1
2828
pin 'blacklight-frontend', to: 'blacklight/index.js'
2929
pin "blacklight-hierarchy" # @6.4.0
30+
pin "chart.js", to: "https://ga.jspm.io/npm:chart.js@4.2.0/dist/chart.js"
31+
pin "@kurkle/color", to: "https://ga.jspm.io/npm:@kurkle/color@0.3.2/dist/color.esm.js"

0 commit comments

Comments
 (0)