From 6a56c6cce2ce79253c0b149ed5d62b69d7f3a819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:29:33 +0000 Subject: [PATCH] Bump select2-rails from 3.5.9.3 to 4.0.13 Bumps [select2-rails](https://github.com/argerim/select2-rails) from 3.5.9.3 to 4.0.13. - [Release notes](https://github.com/argerim/select2-rails/releases) - [Commits](https://github.com/argerim/select2-rails/compare/v3.5.9.3...v4.0.13) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 75c3c048e..12fc60704 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'selectize-rails', '0.12.1' # include selectize.js for select gem 'kaminari' gem 'coderay', '1.1.0' # xml console visualize gem 'sass-rails' -gem 'select2-rails', '3.5.9.3' # for autocomplete +gem 'select2-rails', '4.0.13' # for autocomplete gem 'cancancan' gem 'devise', '~> 4.7' diff --git a/Gemfile.lock b/Gemfile.lock index cc4238920..5c5cbfe40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -417,8 +417,7 @@ GEM nokogiri (>= 1.8.1) nori (~> 2.4) wasabi (~> 3.4) - select2-rails (3.5.9.3) - thor (~> 0.14) + select2-rails (4.0.13) selectize-rails (0.12.1) selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) @@ -450,7 +449,7 @@ GEM attr_required (>= 0.0.5) httpclient (>= 2.4) temple (0.8.2) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) truemail (1.9.2) @@ -555,7 +554,7 @@ DEPENDENCIES rest-client rexml sass-rails - select2-rails (= 3.5.9.3) + select2-rails (= 4.0.13) selectize-rails (= 0.12.1) simplecov (= 0.17.1) simpleidn (= 0.1.1)