From f8f0f0ef20eb20cbec73b708ae1512e44d2d503b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 07:31:44 +0000 Subject: [PATCH] Bump bootstrap_form from 4.3.0 to 4.4.0 Bumps [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) from 4.3.0 to 4.4.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.3.0...v4.4.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 6f0cb36..52082f8 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.0" +gem "bootstrap_form", "~> 4.4" gem 'font-awesome-sass', '~> 5.12.0' # Use Diffy for showing translation diffs diff --git a/Gemfile.lock b/Gemfile.lock index 76d0105..a0147e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM autoprefixer-rails (>= 9.1.0) popper_js (>= 1.14.3, < 2) sassc-rails (>= 2.0.0) - bootstrap_form (4.3.0) + bootstrap_form (4.4.0) actionpack (>= 5.0) activemodel (>= 5.0) builder (3.2.4) @@ -79,8 +79,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.1.6) + crass (1.0.6) devise (4.7.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -127,7 +127,7 @@ GEM multipart-post (2.1.1) mysql2 (0.5.3) nio4r (2.5.2) - nokogiri (1.10.8) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) oauth2 (1.4.3) faraday (>= 0.8, < 2.0) @@ -232,7 +232,7 @@ GEM will_paginate (3.3.0) will_paginate-bootstrap4 (0.2.2) will_paginate (~> 3.0, >= 3.0.0) - zeitwerk (2.2.2) + zeitwerk (2.3.0) PLATFORMS ruby @@ -240,7 +240,7 @@ PLATFORMS DEPENDENCIES bootsnap bootstrap (~> 4.4.1) - bootstrap_form (~> 4.0) + bootstrap_form (~> 4.4) codacy-coverage coffee-rails (~> 5.0.0) devise (~> 4.7.1)