Skip to content

Commit

Permalink
Force utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 26, 2024
1 parent dca66de commit 144de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'yaml'
require 'json'

map = eval(File.read('Matrixfile'))
map = eval(File.open('Matrixfile', 'r:utf8').read)
ruby_to_jruby = {
'2.5' => ['9.2'],
'2.6' => ['9.3'],
Expand Down

0 comments on commit 144de30

Please sign in to comment.