From 0718fe3ca30414d2dc404b1296335fe58a45735f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:57:07 +0200 Subject: [PATCH] Update rails requirement from 8.0.0 to 8.0.1 (#53) Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1d80c40..a669998 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group :test do gem 'fiddle', '~> 1.1', platforms: %i[mingw mswin x64_mingw] - gem 'rails', '8.0.0' + gem 'rails', '8.0.1' gem 'rake', '~> 13.0' gem 'rubocop', '~> 1.0' gem 'rubocop-performance', '~> 1.5'