Skip to content

Commit bc1fda1

Browse files
committed
Remove old psych from bundles
After switching to latest rubygems on CI this should no longer be needed
1 parent b4bbed2 commit bc1fda1

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

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

sentry-rails/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ elsif rails_version >= Gem::Version.new("7.1.0")
3535
else
3636
gem "rspec-rails", "~> 4.0"
3737
gem "rails", "~> #{rails_version}"
38-
gem "psych", "~> 3.0.0"
3938
end
4039

4140
gem "mini_magick"

sentry-sidekiq/Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ 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"
17-
1815
sidekiq_version = ENV["SIDEKIQ_VERSION"]
1916
sidekiq_version = "7.0" if sidekiq_version.nil?
2017
sidekiq_version = Gem::Version.new(sidekiq_version)

0 commit comments

Comments
 (0)