Skip to content

Commit

Permalink
Merge pull request #271 from uclibs/dependabot/bundler/bootstrap-5.3.2
Browse files Browse the repository at this point in the history
Bump bootstrap from 5.3.1 to 5.3.2
  • Loading branch information
Janell-Huyck authored Oct 30, 2023
2 parents c3b6eeb + 562ba21 commit 80af1a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'jbuilder', '~> 2.5'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
gem 'bootstrap', '~> 5.3.1'
gem 'bootstrap', '~> 5.3.2'

gem 'bcrypt_pbkdf'
gem 'dotenv-rails'
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (5.3.1)
bootstrap (5.3.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.8, < 3)
sassc-rails (>= 2.0.0)
brakeman (6.0.1)
builder (3.2.4)
bundler-audit (0.9.1)
Expand Down Expand Up @@ -138,7 +137,7 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ffi (1.16.1)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
htmlentities (4.3.4)
Expand All @@ -158,7 +157,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -236,7 +235,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -316,7 +315,7 @@ GEM
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.2.2)
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.0)
tins (1.32.1)
Expand All @@ -343,7 +342,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 @@ -352,7 +351,7 @@ PLATFORMS
DEPENDENCIES
bcrypt_pbkdf
bootsnap (>= 1.1.0)
bootstrap (~> 5.3.1)
bootstrap (~> 5.3.2)
brakeman (~> 6.0)
bundler-audit (~> 0.9.1)
byebug
Expand Down

0 comments on commit 80af1a3

Please sign in to comment.