Skip to content

Commit

Permalink
Bump bootstrap from 4.6.2 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.6.2 to 5.3.2.
- [Release notes](https://github.com/twbs/bootstrap-rubygem/releases)
- [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md)
- [Commits](twbs/bootstrap-rubygem@v4.6.2...v5.3.2)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 617f2ea commit 9de1595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'importmap-rails'
gem 'dartsass-rails'
gem 'turbo-rails'
gem 'stimulus-rails'
gem 'bootstrap', '~> 4.6.0'
gem 'bootstrap', '~> 5.3.2'
gem 'bootstrap-icons-helper'
gem 'jquery-rails'

Expand Down
18 changes: 4 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ GEM
bcrypt (3.1.19)
bigdecimal (3.1.4)
bindex (0.8.1)
bootstrap (4.6.2)
bootstrap (5.3.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
sassc-rails (>= 2.0.0)
popper_js (>= 2.11.8, < 3)
bootstrap-icons (1.0.13)
nokogiri (~> 1)
bootstrap-icons-helper (2.0.1)
Expand Down Expand Up @@ -268,7 +267,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
popper_js (1.16.1)
popper_js (2.11.8)
protocol-hpack (1.4.2)
protocol-http (0.25.0)
protocol-http1 (0.16.0)
Expand Down Expand Up @@ -405,14 +404,6 @@ GEM
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
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
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand Down Expand Up @@ -444,7 +435,6 @@ GEM
railties (>= 6.0.0)
stringio (3.0.8)
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.0)
timers (4.3.5)
traces (0.11.1)
Expand Down Expand Up @@ -477,7 +467,7 @@ PLATFORMS

DEPENDENCIES
bcrypt (~> 3.1.7)
bootstrap (~> 4.6.0)
bootstrap (~> 5.3.2)
bootstrap-icons-helper
breadcrumbs_on_rails
byebug
Expand Down

0 comments on commit 9de1595

Please sign in to comment.