We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e51ba9 commit 7a63021Copy full SHA for 7a63021
.github/workflows/test.yml
@@ -336,6 +336,8 @@ jobs:
336
ruby-version: '2.6'
337
bundler-cache: true
338
- 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
341
342
testTruffleRubyNokogiri:
343
name: "Test installing a Gemfile with nokogiri on TruffleRuby"
0 commit comments