diff --git a/Gemfile b/Gemfile index 6402f94..420497b 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'web-console', '~> 4.2.0', group: :development gem 'listen', '~> 3.8.0', group: :development gem 'bootstrap', '~> 5.2.3' -gem "bootstrap_form", "~> 5.1" +gem "bootstrap_form", "~> 5.2" gem 'font-awesome-sass', '~> 6.4.0' # Use Diffy for showing translation diffs diff --git a/Gemfile.lock b/Gemfile.lock index 0e2cbde..b1ad4f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,9 +78,9 @@ GEM autoprefixer-rails (>= 9.1.0) popper_js (>= 2.11.6, < 3) sassc-rails (>= 2.0.0) - bootstrap_form (5.1.0) - actionpack (>= 5.2) - activemodel (>= 5.2) + bootstrap_form (5.2.0) + actionpack (>= 6.0) + activemodel (>= 6.0) builder (3.2.4) coffee-rails (5.0.0) coffee-script (>= 2.2.0) @@ -128,7 +128,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.2) + loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -154,8 +154,8 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.4) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.1) + mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -293,7 +293,7 @@ PLATFORMS DEPENDENCIES bootsnap bootstrap (~> 5.2.3) - bootstrap_form (~> 5.1) + bootstrap_form (~> 5.2) coffee-rails (~> 5.0.0) devise (~> 4.8.0) diff-lcs