Skip to content

Commit

Permalink
Blackligh range limit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Oct 30, 2023
1 parent 0fbddf5 commit bf56870
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,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.2.2)
blacklight (>= 7.22.2, < 9)
bootstrap (4.6.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
Expand Down Expand Up @@ -169,8 +166,8 @@ GEM
ffi (>= 1.0.0)
rake
geocoder (1.8.2)
globalid (1.1.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
haml (6.1.2)
temple (>= 0.8.2)
thor
Expand Down Expand Up @@ -276,7 +273,7 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.5.3)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -289,22 +286,22 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitar (0.9)
minitest (5.19.0)
minitest (5.20.0)
multi_json (1.15.0)
multipart-post (2.3.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.5)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.3.7)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
noid (0.9.0)
Expand Down Expand Up @@ -379,7 +376,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rdf (3.2.11)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (3.2.1)
Expand Down Expand Up @@ -572,13 +569,11 @@ GEM
matrix (~> 0.4)
rdf (~> 3.2)
temple (0.10.2)
tether-rails (1.4.0)
rails (>= 3.1)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.2)
thor (1.3.0)
tilt (2.2.0)
timeout (0.4.0)
twitter-typeahead-rails (0.11.1.pre.corejavascript)
Expand Down Expand Up @@ -607,7 +602,7 @@ GEM
psych (>= 3.3)
rdf (~> 3.2, >= 3.2.9)
rdf-xsd (~> 3.2)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
aarch64-linux
Expand Down

0 comments on commit bf56870

Please sign in to comment.