File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ gem 'sitemap_generator'
8282gem 'blacklight-gallery' , '~> 4.2'
8383gem 'blacklight-hierarchy' , '~> 6.1'
8484gem 'blacklight-oembed' , '>= 0.1.0'
85- gem 'blacklight_range_limit' , '~> 8 .0'
85+ gem 'blacklight_range_limit' , '~> 9 .0'
8686gem 'rails_autolink'
8787gem 'rsolr' , '>= 1.0'
8888
Original file line number Diff line number Diff line change 150150 signet
151151 tophat
152152 view_component (>= 2.66 , < 4 )
153- blacklight_range_limit (8.5 .0 )
153+ blacklight_range_limit (9.0 .0 )
154154 blacklight (>= 7.25.2 , < 9 )
155- deprecation
156155 view_component (>= 2.54 , < 4 )
157156 bootsnap (1.20.1 )
158157 msgpack (~> 1.2 )
@@ -824,7 +823,7 @@ DEPENDENCIES
824823 blacklight-hierarchy (~> 6.1 )
825824 blacklight-oembed (>= 0.1.0 )
826825 blacklight-spotlight (~> 4.0 )
827- blacklight_range_limit (~> 8 .0 )
826+ blacklight_range_limit (~> 9 .0 )
828827 bootsnap (>= 1.4.4 )
829828 bootstrap_form (~> 4.5 )
830829 bot_challenge_page (~> 0.4.0 )
Original file line number Diff line number Diff line change 1212//
1313
1414//= require_tree .
15-
16- //= require 'blacklight_range_limit'
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ class HomePagesController
1111
1212 # rubocop:disable Rails/LexicallyScopedActionFilter
1313 # Tweak the authorization for the range limit actions
14- before_action :authenticate_user! , except : %i[ show range_limit range_limit_panel ]
15- skip_authorize_resource only : %i[ range_limit range_limit_panel ]
14+ before_action :authenticate_user! , except : %i[ show range_limit ]
15+ skip_authorize_resource only : %i[ range_limit ]
1616
17- before_action only : %i[ range_limit range_limit_panel ] do
17+ before_action only : %i[ range_limit ] do
1818 authorize! :read , @page
1919 end
2020 # rubocop:enable Rails/LexicallyScopedActionFilter
Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ export const i18n = new I18n()
1919
2020import 'transform_result'
2121import 'blacklight-hierarchy'
22+ import 'openseadragon-rails'
23+ import 'blacklight-range-limit'
Original file line number Diff line number Diff line change 2727pin "openseadragon" # @5.0.1
2828pin 'blacklight-frontend' , to : 'blacklight/index.js'
2929pin "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"
You can’t perform that action at this time.
0 commit comments