We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f4684 commit b33e3ddCopy full SHA for b33e3dd
sentry-sidekiq/Gemfile
@@ -12,8 +12,10 @@ gem "sentry-rails", path: "../sentry-rails"
12
# loofah changed the required ruby version in a patch so we need to explicitly pin it
13
gem "loofah", "2.20.0" if RUBY_VERSION.to_f < 2.5
14
15
-# For https://github.com/ruby/psych/issues/655
16
-# gem "psych", "5.1.0"
+unless RUBY_PLATFORM == "java"
+ # For https://github.com/ruby/psych/issues/655
17
+ gem "psych", "5.1.0"
18
+end
19
20
sidekiq_version = ENV["SIDEKIQ_VERSION"]
21
sidekiq_version = "7.0" if sidekiq_version.nil?
0 commit comments