Skip to content

Commit b33e3dd

Browse files
committed
WIP
1 parent b9f4684 commit b33e3dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sentry-sidekiq/Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ gem "sentry-rails", path: "../sentry-rails"
1212
# loofah changed the required ruby version in a patch so we need to explicitly pin it
1313
gem "loofah", "2.20.0" if RUBY_VERSION.to_f < 2.5
1414

15-
# For https://github.com/ruby/psych/issues/655
16-
# gem "psych", "5.1.0"
15+
unless RUBY_PLATFORM == "java"
16+
# For https://github.com/ruby/psych/issues/655
17+
gem "psych", "5.1.0"
18+
end
1719

1820
sidekiq_version = ENV["SIDEKIQ_VERSION"]
1921
sidekiq_version = "7.0" if sidekiq_version.nil?

0 commit comments

Comments
 (0)