Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bootstrap from 4.6.2 to 4.6.2.1 #6492

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "blacklight", "~> 7.33"
gem "blacklight_iiif_search", "~> 2.1.0"
gem "blacklight_range_limit"
gem "bootsnap", require: false
gem "bootstrap", "~> 4.0"
gem "bootstrap", "~> 4.6"
gem "bootstrap_form", "~> 4.5.0"
gem "bunny"
gem "capistrano-passenger"
Expand Down
23 changes: 7 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,9 @@ GEM
view_component (>= 2.54, < 4)
bootsnap (1.18.4)
msgpack (~> 1.2)
bootstrap (4.6.2)
bootstrap (4.6.2.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
sassc-rails (>= 2.0.0)
bootstrap_form (4.5.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
Expand Down Expand Up @@ -563,7 +562,7 @@ GEM
cancancan
json (>= 1.8)
psych (~> 3.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
iiif-image-api (0.2.0)
Expand All @@ -576,7 +575,7 @@ GEM
iiif_manifest (1.1.1)
activesupport (>= 4)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
iso-639 (0.3.6)
Expand Down Expand Up @@ -956,7 +955,7 @@ GEM
activemodel (>= 5.0)
reform (>= 2.3.1, < 3.0.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -1035,14 +1034,6 @@ GEM
logger
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
scanf (1.0.0)
scrub_rb (1.0.1)
selenium-webdriver (4.16.0)
Expand Down Expand Up @@ -1154,7 +1145,7 @@ GEM
matrix (~> 0.4)
rdf (~> 3.3)
temple (0.10.3)
thor (1.3.1)
thor (1.3.2)
tilt (2.4.0)
timecop (0.9.10)
timeout (0.4.1)
Expand Down Expand Up @@ -1236,7 +1227,7 @@ GEM
rdf (~> 3.3)
rdf-xsd (~> 3.3)
yard (0.9.36)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-21
Expand All @@ -1262,7 +1253,7 @@ DEPENDENCIES
blacklight_iiif_search (~> 2.1.0)
blacklight_range_limit
bootsnap
bootstrap (~> 4.0)
bootstrap (~> 4.6)
bootstrap_form (~> 4.5.0)
bundler-audit
bunny
Expand Down