Skip to content

Commit

Permalink
Bump bootstrap from 4.6.2 to 5.3.1
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.1.
- [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.1)

---
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 Sep 20, 2023
1 parent aae25c8 commit 24ccc29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1'
gem 'bootstrap-icons-helper'
gem 'jquery-rails'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ GEM
base64 (0.1.1)
bcrypt (3.1.19)
bindex (0.8.1)
bootstrap (4.6.2)
bootstrap (5.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
popper_js (>= 2.11.8, < 3)
sassc-rails (>= 2.0.0)
bootstrap-icons (1.0.13)
nokogiri (~> 1)
Expand Down Expand Up @@ -253,7 +253,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
popper_js (1.16.1)
popper_js (2.11.8)
protocol-hpack (1.4.2)
protocol-http (0.24.7)
protocol-http1 (0.15.1)
Expand Down Expand Up @@ -452,7 +452,7 @@ PLATFORMS

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

0 comments on commit 24ccc29

Please sign in to comment.