Skip to content

Commit 7a63021

Browse files
committed
Workaround missing require 'logger' in Rails
1 parent 8e51ba9 commit 7a63021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ jobs:
336336
ruby-version: '2.6'
337337
bundler-cache: true
338338
- run: bundle exec rails --version
339+
env:
340+
RUBYOPT: '-rlogger' # Rails 6 is missing a require 'logger' in active_support/logger_thread_safe_level.rb
339341

340342
testTruffleRubyNokogiri:
341343
name: "Test installing a Gemfile with nokogiri on TruffleRuby"

0 commit comments

Comments
 (0)