From 301ffd4c7c3746f97226367157586382b8bb4be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 05:54:04 +0000 Subject: [PATCH] Bump selectize-rails from 0.12.4.1 to 0.12.6 Bumps [selectize-rails](https://github.com/manuelvanrijn/selectize-rails) from 0.12.4.1 to 0.12.6. - [Release notes](https://github.com/manuelvanrijn/selectize-rails/releases) - [Changelog](https://github.com/manuelvanrijn/selectize-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/manuelvanrijn/selectize-rails/compare/v0.12.4.1...v0.12.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5e0d023..8bda056 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'pg', '~> 1.0.0' gem 'puma', '~> 3.11.3' gem 'rails', '~> 5.2.1' gem 'sass-rails', '~> 5.0.7' -gem 'selectize-rails', '~> 0.12.4.1' +gem 'selectize-rails', '~> 0.12.6' gem 'turbolinks', '~> 5.1.1' gem 'uglifier', '~> 4.1.10' diff --git a/Gemfile.lock b/Gemfile.lock index 842f12f..2d6b05e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,7 +339,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - selectize-rails (0.12.4.1) + selectize-rails (0.12.6) selenium-webdriver (3.14.0) childprocess (~> 0.5) rubyzip (~> 1.2) @@ -430,7 +430,7 @@ DEPENDENCIES rspec-rails (~> 3.7) rubocop (~> 0.59.2) sass-rails (~> 5.0.7) - selectize-rails (~> 0.12.4.1) + selectize-rails (~> 0.12.6) selenium-webdriver (~> 3.14.0) simplecov (~> 0.16.1) travis (~> 1.8.8)