From 76a86620ba28f9da32f492750c4e8867860b2e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:14:37 +0000 Subject: [PATCH] build(deps): bump bootstrap from 4.6.2 to 5.3.2 Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.6.2 to 5.3.2. - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-rubygem/compare/v4.6.2...v5.3.2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 64995f34..cef30693 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ gem 'jquery-rails' gem 'jquery-ui-rails' gem 'selectize-rails' gem 'highcharts-rails', '~> 6.0' -gem 'bootstrap', '~> 4.6.0' +gem 'bootstrap', '~> 5.3.2' gem 'fullcalendar-rails' gem 'momentjs-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 8d1cd10d..52bf87c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,10 +116,9 @@ GEM safely_block (>= 0.1.1) bootsnap (1.18.3) msgpack (~> 1.2) - bootstrap (4.6.2) + bootstrap (5.3.2) autoprefixer-rails (>= 9.1.0) - popper_js (>= 1.16.1, < 2) - sassc-rails (>= 2.0.0) + popper_js (>= 2.11.8, < 3) builder (3.2.4) byebug (11.1.3) capybara (3.40.0) @@ -326,7 +325,7 @@ GEM pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) - popper_js (1.16.1) + popper_js (2.11.8) power_assert (2.0.3) pry (0.14.2) coderay (~> 1.1) @@ -539,7 +538,7 @@ DEPENDENCIES binding_of_caller blazer bootsnap - bootstrap (~> 4.6.0) + bootstrap (~> 5.3.2) byebug capybara (>= 2.15) chartkick (~> 3.4)