From 396af41285f9a8738656055b3186ced60d86749e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:00:26 +0000 Subject: [PATCH] Update dependency rspec-rails to v7 --- Gemfile | 3 --- Gemfile.lock | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 08890e8e..d24e9e77 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,5 @@ source 'https://rubygems.org' -# The Ruby version should match the lowest acceptable version of the application -raise "Ruby 3.1 required" unless RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2" - plugin 'bundler-inject' require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil diff --git a/Gemfile.lock b/Gemfile.lock index 97a28aa8..743ab54a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,7 +356,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-22