From 3d885b02dba9872e1922a298f523c333b5de2078 Mon Sep 17 00:00:00 2001 From: MUTOgen Date: Fri, 17 Jan 2025 17:33:43 +0100 Subject: [PATCH] Add logger dep --- specs_e2e/rails_6_1_7/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/specs_e2e/rails_6_1_7/Gemfile b/specs_e2e/rails_6_1_7/Gemfile index 56eac9a..dd2ad13 100644 --- a/specs_e2e/rails_6_1_7/Gemfile +++ b/specs_e2e/rails_6_1_7/Gemfile @@ -1,6 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } +gem 'logger', '~> 1.5.3' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 6.1.7', '>= 6.1.7.10' # Use sqlite3 as the database for Active Record