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 @@ -83,7 +83,7 @@ gem 'sitemap_generator'
8383gem 'blacklight-gallery' , '~> 4.2'
8484gem 'blacklight-hierarchy' , '~> 6.1'
8585gem 'blacklight-oembed' , '>= 0.1.0'
86- gem 'blacklight_range_limit' , '~> 8 .0'
86+ gem 'blacklight_range_limit' , '~> 9 .0'
8787gem 'rails_autolink'
8888gem 'rsolr' , '>= 1.0'
8989
Original file line number Diff line number Diff line change 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
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 @@ -20,3 +20,5 @@ export const i18n = new I18n()
2020
2121import 'transform_result'
2222import 'blacklight-hierarchy'
23+ import 'openseadragon-rails'
24+ 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