Skip to content

Commit

Permalink
Try downgrading logger to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Jan 16, 2025
1 parent 5eba7d9 commit 9bf88dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end
gem 'haml-rails', '~> 2.0'
gem 'jquery-rails'
gem 'jruby-jars', File.read('.ruby-version').chomp.sub(/^jruby-/, '')
gem 'logger'
gem 'logger', '< 1.6.5'
gem 'sass'
# gem 'json-jruby', '>= 1.6.6', :require => 'json', :platform => :jruby
gem 'actionpack-page_caching'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ GEM
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
logger (1.6.5)
logger (1.6.4)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
jquery-rails
jruby-jars (= 9.4.9.0)
json (>= 1.6.6)
logger
logger (< 1.6.5)
lograge
mocha
omniauth-google-oauth2
Expand Down
Binary file added vendor/cache/logger-1.6.4.gem
Binary file not shown.
Binary file removed vendor/cache/logger-1.6.5.gem
Binary file not shown.

0 comments on commit 9bf88dc

Please sign in to comment.