Skip to content

Commit

Permalink
Gemfile lock blacklight_range_limit to current MINOR version, even mi…
Browse files Browse the repository at this point in the history
…nor version bumps tend to break things, we want to do it only intentionally by editing Gemfile
  • Loading branch information
jrochkind committed Jun 20, 2023
1 parent 5dc8c55 commit 593a883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'scout_apm'
# version may require an update with yarn to `blacklight-frontend`, has to be
# checked manually.
gem "blacklight", "~> 7.32.0"
gem "blacklight_range_limit", "~> 8.0", ">= 8.2.3" # version no longer sync'd with blacklight, not sure how we tell what version works with what version of BL
gem "blacklight_range_limit", "~> 8.2.3" # 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
gem "active_encode", "~> 1.0"
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ GEM
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.1)
view_component (~> 2.66)
blacklight_range_limit (8.3.0)
blacklight_range_limit (8.2.3)
blacklight (>= 7.25.2, < 9)
deprecation
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (4.6.2)
Expand Down Expand Up @@ -716,7 +715,7 @@ DEPENDENCIES
aws-sdk-s3 (~> 1.0)
axe-core-rspec (~> 4.3)
blacklight (~> 7.32.0)
blacklight_range_limit (~> 8.0, >= 8.2.3)
blacklight_range_limit (~> 8.2.3)
bootsnap (>= 1.4.4)
bootstrap (~> 4.6, >= 4.6.2)
bootstrap4-kaminari-views
Expand Down

0 comments on commit 593a883

Please sign in to comment.