Skip to content

Commit

Permalink
trying to fix blacklight_range_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Oct 30, 2023
1 parent c7319ab commit d4a5d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'uglifier'
gem 'blacklight', '7.24.0'
# temp for rails 6
# gem 'blacklight', '7.14.0'
gem 'blacklight_range_limit', '7.0.1'
gem 'blacklight_range_limit', '8.0.0'

# removed pinned verision of '~> 0.4.10'
gem 'mysql2'
Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,8 @@ GEM
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.1)
view_component (~> 2.43)
blacklight_range_limit (7.0.1)
blacklight
jquery-rails
rails (>= 3.0)
tether-rails
blacklight_range_limit (8.0.0)
blacklight (~> 7.0)
bootstrap (4.6.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
Expand Down Expand Up @@ -570,8 +567,6 @@ GEM
matrix (~> 0.4)
rdf (~> 3.3)
temple (0.10.3)
tether-rails (1.4.0)
rails (>= 3.1)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
Expand Down Expand Up @@ -615,7 +610,7 @@ DEPENDENCIES
active_fedora-noid
bixby
blacklight (= 7.24.0)
blacklight_range_limit (= 7.0.1)
blacklight_range_limit (= 8.0.0)
bootstrap (~> 4.0)
byebug
http
Expand Down

0 comments on commit d4a5d80

Please sign in to comment.