Skip to content

Commit

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

---
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 Feb 6, 2023
1 parent 418c1ab commit ef479dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :test do
end

gem "acts_as_votable", "~> 0.14.0"
gem "bootstrap", "~> 4.1.0"
gem "bootstrap", "~> 5.2.3"
gem "carrierwave", "~> 1.3.1"
gem "carrierwave-bombshelter"
gem "carrierwave-postgresql", "0.3.0"
Expand Down
17 changes: 6 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (4.1.3)
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
bootstrap (5.2.3)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.6, < 3)
sassc-rails (>= 2.0.0)
brakeman (5.4.0)
builder (3.2.4)
bundler-audit (0.9.1)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
parser (3.2.0.0)
ast (~> 2.4.1)
pg (1.4.5)
popper_js (1.16.1)
popper_js (2.11.6)
public_suffix (5.0.1)
puma (6.0.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -322,11 +322,6 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -401,7 +396,7 @@ DEPENDENCIES
acts_as_votable (~> 0.14.0)
annotate
bootsnap (>= 1.1.0)
bootstrap (~> 4.1.0)
bootstrap (~> 5.2.3)
brakeman
bundler-audit
byebug
Expand Down

0 comments on commit ef479dc

Please sign in to comment.