diff --git a/Gemfile b/Gemfile index e481fe5b604..603d1474a0e 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'foreman', '~> 0.87' gem 'unicorn', '~> 6.0' gem 'jquery-rails', '~> 4.5', '>= 4.5.1' gem 'popper_js', '~> 1.14' -gem 'bootstrap', '~> 4.6', '>= 4.6.2' +gem 'bootstrap', '~> 4.6', '>= 4.6.2.1' gem 'listen', '~> 3.7' group :production, :test do diff --git a/Gemfile.lock b/Gemfile.lock index d175731ce7c..157f918585c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,15 +81,14 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - autoprefixer-rails (10.4.16.0) + autoprefixer-rails (10.4.19.0) execjs (~> 2) base64 (0.2.0) bigdecimal (3.1.8) - bootstrap (4.6.2) + bootstrap (4.6.2.1) autoprefixer-rails (>= 9.1.0) popper_js (>= 1.16.1, < 2) - sassc-rails (>= 2.0.0) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) coderay (1.1.3) coffee-rails (5.0.0) @@ -99,22 +98,22 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) date (3.3.4) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) execjs (2.9.1) - ffi (1.16.3) + ffi (1.17.0-x86_64-linux-gnu) foreman (0.88.1) globalid (1.2.1) activesupport (>= 6.1) high_voltage (3.1.2) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jquery-rails (4.6.0) @@ -137,7 +136,7 @@ GEM marcel (1.0.4) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.23.0) + minitest (5.25.1) mutex_m (0.2.0) net-imap (0.4.11) date @@ -149,7 +148,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) pg (1.5.6) popper_js (1.16.1) @@ -163,8 +162,8 @@ GEM stringio puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) - rack (3.0.11) + racc (1.8.1) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -206,9 +205,9 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) - reline (0.5.7) + reline (0.5.10) io-console (~> 0.5) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -230,15 +229,15 @@ GEM 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) sqlite3 (1.7.3-x86_64-linux) - stringio (3.1.0) + stringio (3.1.1) temple (0.10.3) - thor (1.3.1) - tilt (2.3.0) + thor (1.3.2) + tilt (2.4.0) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -251,13 +250,13 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.14) + zeitwerk (2.6.18) PLATFORMS x86_64-linux DEPENDENCIES - bootstrap (~> 4.6, >= 4.6.2) + bootstrap (~> 4.6, >= 4.6.2.1) coffee-rails (~> 5.0) ezcrypto! foreman (~> 0.87)