File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 88gem "sentry-ruby" , path : "../sentry-ruby"
99gem "sentry-rails" , path : "../sentry-rails"
1010
11- # For https://github.com/ruby/psych/issues/655
12- gem "psych" , "5.1.0"
13-
1411gem "delayed_job"
1512gem "delayed_job_active_record"
1613
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ elsif rails_version >= Gem::Version.new("7.1.0")
3535else
3636 gem "rspec-rails" , "~> 4.0"
3737 gem "rails" , "~> #{ rails_version } "
38- gem "psych" , "~> 3.0.0"
3938end
4039
4140gem "mini_magick"
Original file line number Diff line number Diff 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
1313gem "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-
1815sidekiq_version = ENV [ "SIDEKIQ_VERSION" ]
1916sidekiq_version = "7.0" if sidekiq_version . nil?
2017sidekiq_version = Gem ::Version . new ( sidekiq_version )
You can’t perform that action at this time.
0 commit comments