Skip to content

Commit

Permalink
Workaround missing require 'logger' in Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 17, 2025
1 parent 8e51ba9 commit 7a63021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ jobs:
ruby-version: '2.6'
bundler-cache: true
- run: bundle exec rails --version
env:
RUBYOPT: '-rlogger' # Rails 6 is missing a require 'logger' in active_support/logger_thread_safe_level.rb

testTruffleRubyNokogiri:
name: "Test installing a Gemfile with nokogiri on TruffleRuby"
Expand Down

0 comments on commit 7a63021

Please sign in to comment.