From ecf73687680f9595faf3421bd892c84b362825b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 07:13:58 +0000 Subject: [PATCH] Bump bootstrap_form from 4.4.0 to 4.5.0 Bumps [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/bootstrap-ruby/bootstrap_form/releases) - [Changelog](https://github.com/bootstrap-ruby/bootstrap_form/blob/master/CHANGELOG.md) - [Commits](https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.4.0...v4.5.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3ce4452..22e69a3 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'web-console', '~> 4.0.1', group: :development gem 'codacy-coverage', :require => false gem 'bootstrap', '~> 4.4.1' -gem "bootstrap_form", "~> 4.4" +gem "bootstrap_form", "~> 4.5" gem 'font-awesome-sass', '~> 5.12.0' # Use Diffy for showing translation diffs diff --git a/Gemfile.lock b/Gemfile.lock index d7c2eac..18d0c18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,9 +66,9 @@ GEM autoprefixer-rails (>= 9.1.0) popper_js (>= 1.14.3, < 2) sassc-rails (>= 2.0.0) - bootstrap_form (4.4.0) - actionpack (>= 5.0) - activemodel (>= 5.0) + bootstrap_form (4.5.0) + actionpack (>= 5.2) + activemodel (>= 5.2) builder (3.2.4) codacy-coverage (2.2.1) simplecov @@ -109,7 +109,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) jwt (2.2.1) - loofah (2.4.0) + loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -215,7 +215,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -240,7 +240,7 @@ PLATFORMS DEPENDENCIES bootsnap bootstrap (~> 4.4.1) - bootstrap_form (~> 4.4) + bootstrap_form (~> 4.5) codacy-coverage coffee-rails (~> 5.0.0) devise (~> 4.7.1)