From b840926700228871aa6b833a05e692f36897293f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:03:03 +0000 Subject: [PATCH] Upgrade: Bump activeadmin from 2.13.1 to 2.14.0 Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 2.13.1 to 2.14.0. - [Release notes](https://github.com/activeadmin/activeadmin/releases) - [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md) - [Commits](https://github.com/activeadmin/activeadmin/compare/v2.13.1...v2.14.0) --- updated-dependencies: - dependency-name: activeadmin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 12f20a8845..0125e51e00 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'rails', '7.0.5' -gem 'activeadmin', '~> 2.13' +gem 'activeadmin', '~> 2.14' gem 'activeadmin_addons', '~> 1.10' gem 'active_material', '~> 1.5' gem 'acts_as_votable', '~> 0.14' diff --git a/Gemfile.lock b/Gemfile.lock index 5f92c65b1f..005b1b96eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) active_material (1.5.2) - activeadmin (2.13.1) + activeadmin (2.14.0) arbre (~> 1.2, >= 1.2.1) formtastic (>= 3.1, < 5.0) formtastic_i18n (~> 0.4) @@ -87,7 +87,7 @@ GEM acts_as_votable (0.14.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - arbre (1.5.0) + arbre (1.6.0) activesupport (>= 3.0.0, < 7.1) ruby2_keywords (>= 0.0.2, < 1.0) ast (2.4.2) @@ -238,7 +238,7 @@ GEM io-console (0.6.0) irb (1.6.4) reline (>= 0.3.0) - jquery-rails (4.5.1) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -380,8 +380,9 @@ GEM activesupport (= 7.0.5) bundler (>= 1.15.0) railties (= 7.0.5) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.1.1) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) @@ -586,7 +587,7 @@ PLATFORMS DEPENDENCIES active_material (~> 1.5) - activeadmin (~> 2.13) + activeadmin (~> 2.14) activeadmin_addons (~> 1.10) acts_as_votable (~> 0.14) barnes (~> 0.0)