Skip to content

Commit

Permalink
Bump bootstrap from 5.2.3 to 5.3.1
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 5.2.3 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@v5.2.3...v5.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent 7dddedb commit 9d7c60f
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 @@ -46,7 +46,7 @@ gem 'whenever', '~> 1.0', require: false
gem 'mysql2', '>=0.5'
gem 'base32'
gem 'net-ftp'
gem 'bootstrap', '~> 5.2.3'
gem 'bootstrap', '~> 5.3.1'
gem 'jquery-rails'

gem "hotwire-rails", "~> 0.1.3"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (5.2.3)
bootstrap (5.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.6, < 3)
popper_js (>= 2.11.8, < 3)
sassc-rails (>= 2.0.0)
brakeman (6.0.1)
builder (3.2.4)
Expand Down Expand Up @@ -164,7 +164,7 @@ GEM
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
popper_js (2.11.7)
popper_js (2.11.8)
public_suffix (5.0.1)
puma (6.3.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ DEPENDENCIES
base32
bcrypt (~> 3.1.19)
bootsnap (>= 1.4.4)
bootstrap (~> 5.2.3)
bootstrap (~> 5.3.1)
brakeman
bundler-audit
byebug
Expand Down

0 comments on commit 9d7c60f

Please sign in to comment.