Skip to content

Commit

Permalink
Merge pull request #2796 from sciencehistory/update_range_limit_beta2
Browse files Browse the repository at this point in the history
update blacklight_range_limit to 9.0.0.beta2
  • Loading branch information
jrochkind authored Dec 5, 2024
2 parents 5382b35 + 2c06abc commit 9a4e61d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gem 'scout_apm'
# version may require an update with yarn to `blacklight-frontend`, has to be
# checked manually.
gem "blacklight", "~> 8.7.0"
gem "blacklight_range_limit", "9.0.0.beta1" # version no longer sync'd with blacklight, not sure how we tell what version works with what version of BL
gem "blacklight_range_limit", "9.0.0.beta2" # version no longer sync'd with blacklight, not sure how we tell what version works with what version of BL

# for some code to deal with transcoding video, via AWS MediaConvert
# Lower than 1.2.1 had far too big gem builds! https://github.com/samvera-labs/active_encode/issues/126
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GEM
rails (>= 6.1, < 9)
view_component (>= 2.74, < 4)
zeitwerk
blacklight_range_limit (9.0.0.beta1)
blacklight_range_limit (9.0.0.beta2)
blacklight (>= 7.25.2, < 9)
view_component (>= 2.54, < 4)
bootsnap (1.18.4)
Expand Down Expand Up @@ -777,7 +777,7 @@ DEPENDENCIES
axe-core-rspec (~> 4.3)
barnes
blacklight (~> 8.7.0)
blacklight_range_limit (= 9.0.0.beta1)
blacklight_range_limit (= 9.0.0.beta2)
bootsnap (>= 1.4.4)
bootstrap4-kaminari-views
browse-everything (~> 1.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rails/ujs": "^ 7.1.3-4",
"@shopify/draggable": "^1.0.0-beta.8",
"blacklight-frontend": "^8.7.0",
"blacklight-range-limit": "9.0.0-beta1",
"blacklight-range-limit": "9.0.0-beta2",
"bootstrap": "^ 5.0.0",
"domready": "^1.0.8",
"font-awesome": "^4.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ blacklight-frontend@^8.7.0:
dependencies:
bootstrap ">=4.3.1 <6.0.0"

blacklight-range-limit@9.0.0-beta1:
version "9.0.0-beta1"
resolved "https://registry.yarnpkg.com/blacklight-range-limit/-/blacklight-range-limit-9.0.0-beta1.tgz#ca237afac0dc881d516e5283c9d11104affe8a60"
integrity sha512-rpRwWX/re6J18BoX8Y9B3ZOI+xKFrT7x94qUvwNujT8/gbwjeIFApzY/lU+SMLysHyb1WDrJS1nNf9Jb2JQGWg==
blacklight-range-limit@9.0.0-beta2:
version "9.0.0-beta2"
resolved "https://registry.yarnpkg.com/blacklight-range-limit/-/blacklight-range-limit-9.0.0-beta2.tgz#780e72bb7f21b99aeedac36ecfdf6da6bda7f5ff"
integrity sha512-iGeOOkY1Vu/GPdF9DwbuNZtlYHVyZ0owHY1HvfIOsJS50xDjyriKW+LnXTBn3rPQrZzFFKRvQJTi8Oi0rqg0LA==
dependencies:
chart.js "^ 4.4.1"

Expand Down

0 comments on commit 9a4e61d

Please sign in to comment.