From 89db7e0909d5d1b17e8e72cb6c8a40a61e722ef5 Mon Sep 17 00:00:00 2001 From: Ryan Baumann Date: Thu, 16 Jan 2025 09:58:32 -0500 Subject: [PATCH] Revert "Add logger as explicit dependency" This reverts commit 5eba7d99991b92d4a4b601e93ea7835b3f5600e6. --- Gemfile | 1 - Gemfile.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9962e46db..d920b40c7 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,6 @@ end gem 'haml-rails', '~> 2.0' gem 'jquery-rails' gem 'jruby-jars', File.read('.ruby-version').chomp.sub(/^jruby-/, '') -gem 'logger' gem 'sass' # gem 'json-jruby', '>= 1.6.6', :require => 'json', :platform => :jruby gem 'actionpack-page_caching' diff --git a/Gemfile.lock b/Gemfile.lock index 58e82fe61..fed0e0eec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -446,7 +446,6 @@ DEPENDENCIES jquery-rails jruby-jars (= 9.4.9.0) json (>= 1.6.6) - logger lograge mocha omniauth-google-oauth2