Skip to content

Commit 46ed205

Browse files
committed
Don't install byebug in JRuby
1 parent a407d69 commit 46ed205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/utils/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
source 'https://rubygems.org'
1919

20-
gem 'byebug'
20+
gem 'byebug' unless defined?(JRUBY_VERSION)
2121
gem 'coderay'
2222
gem 'json'
2323
gem 'multi_json'

0 commit comments

Comments
 (0)