From 659907d16c04ce294b4cd5b5a85d99670c2efe5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:42:43 +0000 Subject: [PATCH 1/2] Bump rubocop-rails from 2.25.0 to 2.25.1 in the rubocop group Bumps the rubocop group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop-rails` from 2.25.0 to 2.25.1 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.25.0...v2.25.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5ecd5f0636..68f07d998f 100644 --- a/Gemfile +++ b/Gemfile @@ -180,7 +180,7 @@ group :development do gem 'rubocop-capybara', '~> 2.21.0' gem 'rubocop-factory_bot', '~> 2.26' gem 'rubocop-minitest', '~> 0.35.0' - gem 'rubocop-rails', '~> 2.25.0' + gem 'rubocop-rails', '~> 2.25.1' # for opening letters gem 'letter_opener', '~> 1.10.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4ef6541dae..6e82cf22dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1) @@ -284,7 +284,7 @@ GEM memory_profiler (1.0.2) mini_magick (4.11.0) mini_mime (1.1.5) - minitest (5.24.0) + minitest (5.24.1) minitest-ci (3.4.0) minitest (>= 5.0.6) minitest-utils (0.4.8) @@ -446,7 +446,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.0) + rexml (3.3.1) strscan rouge (4.3.0) rubocop (1.64.1) @@ -469,7 +469,7 @@ GEM rubocop-minitest (0.35.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.25.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -635,7 +635,7 @@ DEPENDENCIES rubocop-capybara (~> 2.21.0) rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.35.0) - rubocop-rails (~> 2.25.0) + rubocop-rails (~> 2.25.1) ruby-saml (~> 1.16.0) rubyzip (~> 2.3.2) selenium-webdriver (~> 4.22.0) From 99c76c7f88da7699d62bf10c2b962065d723313d Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Mon, 1 Jul 2024 14:07:33 +0200 Subject: [PATCH 2/2] reset ffi --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6e82cf22dd..2b7806ad43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1)