File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ gem "rake", "~> 12.0"
88ruby_version = Gem ::Version . new ( RUBY_VERSION )
99
1010# Development tools
11- if ruby_version >= Gem ::Version . new ( "2.7.0" )
12- gem "debug" , github : "ruby/debug" , platform : :ruby
11+ if RUBY_PLATFORM != "java" && ruby_version >= Gem ::Version . new ( "2.7.0" )
12+ gem "debug" , github : "ruby/debug"
1313 gem "irb"
14- gem "ruby-lsp-rspec" if ruby_version >= Gem ::Version . new ( "3.0.0" ) && RUBY_PLATFORM != "java"
14+ gem "ruby-lsp-rspec" if ruby_version >= Gem ::Version . new ( "3.0.0" )
1515end
1616
1717# For RSpec
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
You can’t perform that action at this time.
0 commit comments