Skip to content

Commit 99a89bc

Browse files
committed
Skip bundling debug on JRuby
1 parent 1b32476 commit 99a89bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ else
1111
gem 'rails'
1212
end
1313

14-
gem 'debug'
14+
if RUBY_ENGINE == 'ruby'
15+
gem 'debug'
16+
end
17+
1518
if (ENV['RUBY_VERSION'] || RUBY_VERSION) >= '3.3'
1619
gem 'mutex_m'
1720
gem 'base64'

0 commit comments

Comments
 (0)