From ce52ec8f4d43031cd0d1115ff3b7815665693982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:27:04 +0000 Subject: [PATCH] Bump simple_form from 5.2.0 to 5.3.0 Bumps [simple_form](https://github.com/heartcombo/simple_form) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/heartcombo/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/simple_form/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: simple_form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 929d4f92..c2b25eaa 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'bootsnap', require: false gem 'puma', '~> 6.4' -gem 'simple_form', '~> 5.2' +gem 'simple_form', '~> 5.3' gem 'jwt' gem 'premailer-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 16cf5afc..be8cbd88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.8) @@ -295,7 +295,7 @@ GEM sass-embedded (1.63.4-x86_64-linux-gnu) google-protobuf (~> 3.23) shellany (0.0.1) - simple_form (5.2.0) + simple_form (5.3.0) actionpack (>= 5.2) activemodel (>= 5.2) sinatra (3.1.0) @@ -360,7 +360,7 @@ DEPENDENCIES rails-controller-testing rspec-github rspec-rails - simple_form (~> 5.2) + simple_form (~> 5.3) sinatra sprockets-rails terser (~> 1.1)