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 Oct 11, 2023
1 parent 5d582d8 commit d516543
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
12 changes: 6 additions & 6 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 @@ -154,7 +154,7 @@ GEM
faraday-retry (2.2.0)
faraday (~> 2.0)
fast_gettext (2.3.0)
ffi (1.15.5)
ffi (1.16.3)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
friendly_id (5.5.0)
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 @@ -441,7 +441,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-22
Expand All @@ -451,7 +451,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 d516543

Please sign in to comment.