Skip to content

Commit

Permalink
Fix JRuby CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Feb 13, 2021
1 parent bd2d649 commit 6e6f347
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
require 'rubygems'
require 'bundler/setup'

if RUBY_ENGINE == 'jruby'
# Workaround for JRuby CI failure https://github.com/jruby/jruby/issues/6547#issuecomment-774104996
require 'i18n/backend'
require 'i18n/backend/simple'
end

require 'pry'
require 'tempfile'
require 'time'
Expand Down

0 comments on commit 6e6f347

Please sign in to comment.