From 5fed427fee59462eba5ac9923200d5d537e94958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 18:44:45 +0000 Subject: [PATCH] Bump simple_form from 4.0.1 to 5.0.0 Bumps [simple_form](https://github.com/plataformatec/simple_form) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/plataformatec/simple_form/releases) - [Changelog](https://github.com/plataformatec/simple_form/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/simple_form/compare/v4.0.1...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 2b75239..f2aa6c4 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'mini_magick', '~> 4.8' gem 'carrierwave', '~> 1.2', '>= 1.2.2' gem 'administrate-field-carrierwave', '~> 0.3.2' gem 'cocoon', '~> 1.2', '>= 1.2.11' -gem 'simple_form', '~> 4.0', '>= 4.0.1' +gem 'simple_form', '~> 5.0' gem 'stripe', '~> 3.15' gem 'font-awesome-rails', '~> 4.7', '>= 4.7.0.4' gem 'active_model_serializers', '~> 0.10.7' diff --git a/Gemfile.lock b/Gemfile.lock index df8237d..e314d98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,8 +86,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - crass (1.0.4) + concurrent-ruby (1.1.5) + crass (1.0.5) database_cleaner (1.7.0) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) @@ -97,7 +97,7 @@ GEM railties (>= 4.1.0, < 6.0) responders warden (~> 1.2.3) - erubi (1.7.1) + erubi (1.9.0) execjs (2.7.0) faker (1.8.7) i18n (>= 0.7) @@ -108,7 +108,7 @@ GEM railties (>= 3.2, < 6.0) globalid (0.4.1) activesupport (>= 4.2.0) - i18n (1.0.1) + i18n (1.7.0) concurrent-ruby (~> 1.0) jbuilder (2.7.0) activesupport (>= 4.2.0) @@ -134,7 +134,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.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) @@ -145,15 +145,15 @@ GEM mime-types-data (3.2016.0521) mini_magick (4.8.0) mini_mime (1.0.0) - mini_portile2 (2.3.0) - minitest (5.11.3) + mini_portile2 (2.4.0) + minitest (5.12.2) momentjs-rails (2.20.1) railties (>= 3.1) multi_json (1.13.1) multipart-post (2.0.0) nio4r (2.3.1) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (1.0.0) pgcli-rails (0.3.0) @@ -164,8 +164,8 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) puma (3.11.4) - rack (2.0.5) - rack-test (1.0.0) + rack (2.0.7) + rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.1.6) actioncable (= 5.1.6) @@ -182,8 +182,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.1.6) actionpack (= 5.1.6) activesupport (= 5.1.6) @@ -212,7 +212,7 @@ GEM sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) selectize-rails (0.12.4.1) - simple_form (4.0.1) + simple_form (5.0.0) actionpack (>= 5.0) activemodel (>= 5.0) spring (2.0.2) @@ -281,7 +281,7 @@ DEPENDENCIES rails (~> 5.1.6) record_tag_helper (~> 1.0) sass-rails (~> 5.0) - simple_form (~> 4.0, >= 4.0.1) + simple_form (~> 5.0) spring spring-watcher-listen (~> 2.0.0) stripe (~> 3.15)