Skip to content

Commit aeb887d

Browse files
committed
Pin pysch for jruby
1 parent 0f89aa8 commit aeb887d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ruby_version = Gem::Version.new(RUBY_VERSION)
1010
# Development tools
1111
if ruby_version >= Gem::Version.new("2.7.0")
1212
gem "debug", github: "ruby/debug", platform: :ruby
13+
gem "psych", "5.2.0" if RUBY_PLATFORM == "java"
1314
gem "irb"
1415
gem "ruby-lsp-rspec" if ruby_version >= Gem::Version.new("3.0.0") && RUBY_PLATFORM != "java"
1516
end

sentry-delayed_job/Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ gemspec
88
gem "sentry-ruby", path: "../sentry-ruby"
99
gem "sentry-rails", path: "../sentry-rails"
1010

11-
# For https://github.com/ruby/psych/issues/655
12-
gem "psych", "5.1.0"
13-
1411
gem "delayed_job"
1512
gem "delayed_job_active_record"
1613

0 commit comments

Comments
 (0)