Skip to content

Commit

Permalink
Bump bootstrap from 4.3.1 to 4.6.2.1
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.3.1 to 4.6.2.1.
- [Release notes](https://github.com/twbs/bootstrap-rubygem/releases)
- [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/v4.6.2.1/CHANGELOG.md)
- [Commits](twbs/bootstrap-rubygem@v4.3.1...v4.6.2.1)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent ffcd978 commit 783da43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'country_select'
gem 'globalize', git: 'https://github.com/globalize/globalize'
gem 'globalize-accessors'

gem 'bootstrap', '~> 4.3.1'
gem 'bootstrap', '~> 4.6.2'
gem 'font-awesome-rails', '~> 4.7.0.3'
gem 'bootstrap-icons-helper'

Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
autoprefixer-rails (10.4.13.0)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.735.0)
Expand All @@ -105,10 +105,9 @@ GEM
rack (>= 0.9.0)
bootsnap (1.4.9)
msgpack (~> 1.0)
bootstrap (4.3.1)
bootstrap (4.6.2.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
popper_js (>= 1.16.1, < 2)
bootstrap-icons (1.0.13)
nokogiri (~> 1)
bootstrap-icons-helper (2.0.1)
Expand All @@ -134,7 +133,7 @@ GEM
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
countries (5.3.1)
unaccent (~> 0.3)
country_select (8.0.1)
Expand Down Expand Up @@ -167,15 +166,16 @@ GEM
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
execjs (2.8.1)
execjs (2.10.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (3.1.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
font-awesome-rails (4.7.0.8)
railties (>= 3.2, < 8.0)
formatador (1.1.0)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
heapy (0.2.0)
thor
honeybadger (5.14.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -231,7 +231,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
Expand Down Expand Up @@ -294,7 +294,7 @@ GEM
psych (3.3.3)
public_suffix (5.0.1)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-piwik (0.3.0)
Expand Down Expand Up @@ -397,16 +397,16 @@ GEM
simple_form (5.2.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stackprof (0.2.24)
thor (1.3.1)
tilt (2.1.0)
thor (1.3.2)
tilt (2.4.0)
timeout (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -426,7 +426,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-22
Expand All @@ -438,7 +438,7 @@ DEPENDENCIES
aws-sdk-s3
better_errors
bootsnap (~> 1.4.2)
bootstrap (~> 4.3.1)
bootstrap (~> 4.6.2)
bootstrap-icons-helper
bullet
byebug
Expand Down

0 comments on commit 783da43

Please sign in to comment.