Skip to content

Commit e4cf585

Browse files
Bump bootsnap from 1.19.0 to 1.20.1
Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.19.0 to 1.20.1. - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 373e643 commit e4cf585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "blacklight-ris", git: "https://github.com/tulibraries/blacklight-ris.git",
1616
gem "blacklight_advanced_search", git: "https://github.com/projectblacklight/blacklight_advanced_search.git", ref: "v7.0.0"
1717
gem "blacklight_range_limit", git: "https://github.com/tulibraries/blacklight_range_limit.git", branch: "bl-1431-bl-1358"
1818
gem "bootstrap", ">= 5.3.3"
19-
gem "bootsnap", "1.19.0"
19+
gem "bootsnap", "1.20.1"
2020
gem "browser"
2121
gem "byebug", platform: :mri
2222
gem "cdm", git: "https://github.com/tulibraries/cdm_rb.git", branch: "master"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ GEM
226226
marc-fastxmlwriter
227227
rails
228228
traject (~> 3.0)
229-
bootsnap (1.19.0)
229+
bootsnap (1.20.1)
230230
msgpack (~> 1.2)
231231
bootstrap (5.3.5)
232232
popper_js (>= 2.11.8, < 3)
@@ -744,7 +744,7 @@ DEPENDENCIES
744744
blacklight-ris!
745745
blacklight_advanced_search!
746746
blacklight_range_limit!
747-
bootsnap (= 1.19.0)
747+
bootsnap (= 1.20.1)
748748
bootstrap (>= 5.3.3)
749749
browser
750750
byebug

0 commit comments

Comments
 (0)