Skip to content

Commit

Permalink
Merge dace2be into 36425ab
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ilyashevich committed Mar 29, 2021
2 parents 36425ab + dace2be commit 3602b6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added spec/dynamodb_temp.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions spec/spec_helper.rb
@@ -1,5 +1,11 @@
# frozen_string_literal: true

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 'coveralls'
require 'active_support/testing/time_helpers.rb'

Expand Down

0 comments on commit 3602b6f

Please sign in to comment.