From fcc693a2f8f9d6b8b2f06c769d4f63f72403c545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 20:30:10 +0000 Subject: [PATCH] Bump simple_form from 4.0.0 to 5.0.0 Bumps [simple_form](https://github.com/plataformatec/simple_form) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/plataformatec/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/simple_form/compare/v4.0.0...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index cac140c..54c36ff 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "puma", "~> 3.7" gem "rails", "5.2.0" gem "sass-rails", "~> 5.0" gem "sentry-raven" -gem "simple_form", "4.0.0" +gem "simple_form", "5.0.0" gem "svgeez" gem "textacular", github: "textacular/textacular" gem "uglifier", ">= 1.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index c3c8b98..800f124 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,18 +68,18 @@ GEM bindex (0.5.0) bootsnap (1.2.0) msgpack (~> 1.0) - builder (3.2.3) + builder (3.2.4) bulk_insert (1.6.0) activerecord (>= 4.1.0) byebug (9.0.6) coderay (1.1.2) - concurrent-ruby (1.0.5) - crass (1.0.4) + concurrent-ruby (1.1.6) + crass (1.0.6) debase (0.2.2.beta14) debase-ruby_core_source (>= 0.9.11) debase-ruby_core_source (0.10.2) diff-lcs (1.3) - erubi (1.7.1) + erubi (1.9.0) execjs (2.7.0) factory_bot (4.8.2) activesupport (>= 3.0.0) @@ -108,7 +108,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.2.2) + loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) @@ -119,13 +119,13 @@ GEM method_source (0.8.2) mimemagic (0.3.2) mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.11.3) + mini_portile2 (2.4.0) + minitest (5.14.1) msgpack (1.2.4) multipart-post (2.0.0) nio4r (2.3.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) parallel (1.12.1) parser (2.5.1.0) @@ -140,10 +140,10 @@ GEM pry (>= 0.9.10, < 0.11.0) public_suffix (3.0.0) puma (3.10.0) - rack (2.0.5) + rack (2.2.2) rack-cors (1.1.1) rack (>= 2.0.0) - rack-test (1.0.0) + rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.0) actioncable (= 5.2.0) @@ -165,8 +165,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (5.2.0) actionpack (= 5.2.0) activesupport (= 5.2.0) @@ -227,9 +227,9 @@ GEM railties (>= 4.0.0) sentry-raven (2.7.2) faraday (>= 0.7.6, < 1.0) - simple_form (4.0.0) - actionpack (> 4) - activemodel (> 4) + simple_form (5.0.0) + actionpack (>= 5.0) + activemodel (>= 5.0) slop (3.6.0) spring (2.0.2) activesupport (>= 4.2) @@ -252,7 +252,7 @@ GEM turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.0.3) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) @@ -297,7 +297,7 @@ DEPENDENCIES sass-rails (~> 5.0) scenic sentry-raven - simple_form (= 4.0.0) + simple_form (= 5.0.0) spring spring-watcher-listen (~> 2.0.0) svgeez